diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 20:09:50 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 20:09:50 +0000 |
commit | a04e4c339ee27fce4cff3afcdce38bcf2fca770d (patch) | |
tree | 15358e426285eea64ab51baa84441c2c973a3d0f /x11-libs/libICE | |
parent | stable on ppc64 (diff) | |
download | historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.tar.gz historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.tar.bz2 historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-libs/libICE')
-rw-r--r-- | x11-libs/libICE/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libICE/files/digest-libICE-0.99.2 | 1 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-0.99.2.ebuild | 21 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog index 196c4e9f528d..f9c14478924e 100644 --- a/x11-libs/libICE/ChangeLog +++ b/x11-libs/libICE/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libICE # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.9 2005/11/11 17:28:09 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.10 2005/12/04 19:59:42 joshuabaergen Exp $ + +*libICE-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +libICE-0.99.2.ebuild: + Bump for 7.0RC3. *libICE-0.99.1 (11 Nov 2005) diff --git a/x11-libs/libICE/files/digest-libICE-0.99.2 b/x11-libs/libICE/files/digest-libICE-0.99.2 new file mode 100644 index 000000000000..2dd4661eb496 --- /dev/null +++ b/x11-libs/libICE/files/digest-libICE-0.99.2 @@ -0,0 +1 @@ +MD5 a3b78b90537055c8dbb9fb6cf77abe2b libICE-0.99.2.tar.bz2 187798 diff --git a/x11-libs/libICE/libICE-0.99.2.ebuild b/x11-libs/libICE/libICE-0.99.2.ebuild new file mode 100644 index 000000000000..e81d55a76d71 --- /dev/null +++ b/x11-libs/libICE/libICE-0.99.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-0.99.2.ebuild,v 1.1 2005/12/04 19:59:42 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org ICE library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="ipv6" +RDEPEND="x11-libs/xtrans + x11-proto/xproto" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" |