diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-05 05:08:07 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-05 05:08:07 +0000 |
commit | aacd22fdff83e9f88cd63d74ecef39a056e350b4 (patch) | |
tree | a9f222cddea0631adebd08726b4cc7c8d601a424 | |
parent | keyword ~ppc-macos (diff) | |
download | gentoo-2-aacd22fdff83e9f88cd63d74ecef39a056e350b4.tar.gz gentoo-2-aacd22fdff83e9f88cd63d74ecef39a056e350b4.tar.bz2 gentoo-2-aacd22fdff83e9f88cd63d74ecef39a056e350b4.zip |
New snapshot.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | x11-apps/ico/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/ico/Manifest | 14 | ||||
-rw-r--r-- | x11-apps/ico/files/digest-ico-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/ico/ico-0.99.1.ebuild | 13 | ||||
-rw-r--r-- | x11-libs/libX11/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libX11/Manifest | 10 | ||||
-rw-r--r-- | x11-libs/libX11/files/digest-libX11-0.99.1 | 1 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-0.99.1.ebuild | 28 |
8 files changed, 65 insertions, 17 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index aaaf3fc1c266..9d67f92f025d 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/ico # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.2 2005/08/08 20:14:18 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.3 2005/09/05 05:08:07 joshuabaergen Exp $ + +*ico-0.99.1 (05 Sep 2005) + + 05 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> +ico-0.99.1.ebuild: + New snapshot. 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> ico-0.99.0.ebuild: Add ~sparc keyword (Modular X testing). diff --git a/x11-apps/ico/Manifest b/x11-apps/ico/Manifest index 4fb1b1aeacc3..0cfb779cecf0 100644 --- a/x11-apps/ico/Manifest +++ b/x11-apps/ico/Manifest @@ -1,13 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 6d6347c869834d2e9d58150e68c9b5cb ChangeLog 567 MD5 50853c0f1a8c6d7b98af1b24b5e472ad ico-0.99.0.ebuild 412 -MD5 b2075ca63338888f9f4b908c32e855bc ChangeLog 446 +MD5 3cadc4ec1b0b1ae3ca861cb1ce5e2ab6 ico-0.99.1.ebuild 420 MD5 0d1e39b90654b3f1857a536b795e971a files/digest-ico-0.99.0 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDCoA7gIKl8Uu19MoRAl9/AJsFMH6p+ofYNCxcJ+MHiBYMUxQ9mwCeMBIA -OHXDfuqApdRltNdyr0TrZUQ= -=RGuE ------END PGP SIGNATURE----- +MD5 f14d7f4fc39fa007af729f23fbc3be6f files/digest-ico-0.99.1 62 diff --git a/x11-apps/ico/files/digest-ico-0.99.1 b/x11-apps/ico/files/digest-ico-0.99.1 new file mode 100644 index 000000000000..91989b733bec --- /dev/null +++ b/x11-apps/ico/files/digest-ico-0.99.1 @@ -0,0 +1 @@ +MD5 e32fa629ee507d20fec680f432dc06a6 ico-0.99.1.tar.bz2 66879 diff --git a/x11-apps/ico/ico-0.99.1.ebuild b/x11-apps/ico/ico-0.99.1.ebuild new file mode 100644 index 000000000000..22f9165dbe07 --- /dev/null +++ b/x11-apps/ico/ico-0.99.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-0.99.1.ebuild,v 1.1 2005/09/05 05:08:07 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org ico application" +KEYWORDS="~arm ~s390 ~sparc ~x86" +RDEPEND=">=x11-libs/libX11-0.99.1" +DEPEND="${RDEPEND}" diff --git a/x11-libs/libX11/ChangeLog b/x11-libs/libX11/ChangeLog index eee76f0e1527..18340b58ae65 100644 --- a/x11-libs/libX11/ChangeLog +++ b/x11-libs/libX11/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libX11 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.7 2005/08/28 15:13:25 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.8 2005/09/05 05:05:22 joshuabaergen Exp $ + +*libX11-0.99.1 (05 Sep 2005) + + 05 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +libX11-0.99.1.ebuild: + New snapshot. 28 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> libX11-0.99.0-r1.ebuild: Marked ~sh diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest index 2bec213bf1d0..95e98f712691 100644 --- a/x11-libs/libX11/Manifest +++ b/x11-libs/libX11/Manifest @@ -1,6 +1,8 @@ -MD5 976f082d1c8e9d2dc065bb1d2757fff8 libX11-0.99.0.ebuild 738 +MD5 bfbd5909d00905a33043e3d42edba7d3 ChangeLog 1228 MD5 b7f8013ce964509ceca6196fb7b45d9f libX11-0.99.0-r1.ebuild 797 -MD5 afe83d4583cd45678aa2ce9e076f055e ChangeLog 1099 -MD5 5791b507bbab4f14939c3af04f8ce577 files/digest-libX11-0.99.0 67 -MD5 80fe11bd492226931aa1cadbe260cf75 files/fix-xkeysymdb-location.patch 469 +MD5 976f082d1c8e9d2dc065bb1d2757fff8 libX11-0.99.0.ebuild 738 +MD5 145247c80c6e1faf528fb9cf86f913ab libX11-0.99.1.ebuild 643 MD5 5791b507bbab4f14939c3af04f8ce577 files/digest-libX11-0.99.0-r1 67 +MD5 80fe11bd492226931aa1cadbe260cf75 files/fix-xkeysymdb-location.patch 469 +MD5 5791b507bbab4f14939c3af04f8ce577 files/digest-libX11-0.99.0 67 +MD5 7cd1df74e2d0cb9bf46d9005cef6d577 files/digest-libX11-0.99.1 67 diff --git a/x11-libs/libX11/files/digest-libX11-0.99.1 b/x11-libs/libX11/files/digest-libX11-0.99.1 new file mode 100644 index 000000000000..b670faf16628 --- /dev/null +++ b/x11-libs/libX11/files/digest-libX11-0.99.1 @@ -0,0 +1 @@ +MD5 e3a298402225116b690d359ca52d06f1 libX11-0.99.1.tar.bz2 1327874 diff --git a/x11-libs/libX11/libX11-0.99.1.ebuild b/x11-libs/libX11/libX11-0.99.1.ebuild new file mode 100644 index 000000000000..efc8cf809bd0 --- /dev/null +++ b/x11-libs/libX11/libX11-0.99.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-0.99.1.ebuild,v 1.1 2005/09/05 05:05:22 joshuabaergen Exp $ + +# FIXME: Add USE flags + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org X11 library" +KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="ipv6" +RDEPEND="x11-libs/xtrans + x11-libs/libXau + x11-libs/libXdmcp" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/bigreqsproto + x11-proto/xextproto + x11-proto/xcmiscproto + x11-proto/kbproto + x11-proto/inputproto" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" +# xorg really doesn't like xlocale disabled. +# $(use_enable nls xlocale) |