diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-17 16:33:47 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-17 16:33:47 +0000 |
commit | fb4d62158534973e5f4e41e657a62359e12cc23b (patch) | |
tree | 82ebb6d4a421e49567c5cda15f474a1ace91f10e /x11-proto/xproto | |
parent | fix changelog header (diff) | |
download | gentoo-2-fb4d62158534973e5f4e41e657a62359e12cc23b.tar.gz gentoo-2-fb4d62158534973e5f4e41e657a62359e12cc23b.tar.bz2 gentoo-2-fb4d62158534973e5f4e41e657a62359e12cc23b.zip |
New snapshot for BSD support (bug #105768).
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-proto/xproto')
-rw-r--r-- | x11-proto/xproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/xproto/Manifest | 6 | ||||
-rw-r--r-- | x11-proto/xproto/files/digest-xproto-7.0_p20050917 | 1 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0_p20050917.ebuild | 34 |
4 files changed, 46 insertions, 3 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index ce3f36759f0a..e91cf86a8b9e 100644 --- a/x11-proto/xproto/ChangeLog +++ b/x11-proto/xproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.6 2005/09/09 17:32:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.7 2005/09/17 16:33:47 joshuabaergen Exp $ + +*xproto-7.0_p20050917 (17 Sep 2005) + + 17 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xproto-7.0_p20050917.ebuild: + New snapshot for BSD support (bug #105768). 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest index a27b9a087a91..36cf8a2dc2bc 100644 --- a/x11-proto/xproto/Manifest +++ b/x11-proto/xproto/Manifest @@ -1,4 +1,6 @@ -MD5 ed0776c358f1d0612b75dc85901ac602 ChangeLog 802 -MD5 0c30aada7379cbf70834cdc063baabcc xproto-7.0.ebuild 529 +MD5 6279075afe805e89bcba6f3fa7a072fb ChangeLog 975 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 +MD5 0c30aada7379cbf70834cdc063baabcc xproto-7.0.ebuild 529 +MD5 046966f3a6b889233025ff16868b565a xproto-7.0_p20050917.ebuild 735 +MD5 32bd7292358c65b0b2c5115222d9eed8 files/digest-xproto-7.0_p20050917 73 MD5 09ec22c13a78aec2c398322b1848d489 files/digest-xproto-7.0 63 diff --git a/x11-proto/xproto/files/digest-xproto-7.0_p20050917 b/x11-proto/xproto/files/digest-xproto-7.0_p20050917 new file mode 100644 index 000000000000..303e87501945 --- /dev/null +++ b/x11-proto/xproto/files/digest-xproto-7.0_p20050917 @@ -0,0 +1 @@ +MD5 79da8bc0b3adb2fc17dc2510477ca155 xproto-7.0_p20050917.tar.bz2 106909 diff --git a/x11-proto/xproto/xproto-7.0_p20050917.ebuild b/x11-proto/xproto/xproto-7.0_p20050917.ebuild new file mode 100644 index 000000000000..8eaeedc9bf43 --- /dev/null +++ b/x11-proto/xproto/xproto-7.0_p20050917.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0_p20050917.ebuild,v 1.1 2005/09/17 16:33:47 joshuabaergen Exp $ + +inherit versionator + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +# Fix ${S} in x-modular for pre ebuilds +MY_P="${PN}-$(get_version_component_range 1-2)" +S="${WORKDIR}/${MY_P}" + +inherit x-modular + +DESCRIPTION="X.Org xproto protocol headers" +#HOMEPAGE="http://foo.bar.com/" + +# Snapshots don't reside on fdo servers +SRC_URI="http://dev.gentoo.org/~joshuabaergen/distfiles/${P}.tar.bz2 + mirror://gentoo/${P}.tar.bz2" + +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86" +#IUSE="X gnome" +#DEPEND="" +#RDEPEND="" + +src_unpack() { + x-modular_unpack_source + + x-modular_reconf_source +} |