diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-14 15:56:37 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-14 15:56:37 +0000 |
commit | c03b15a4bd6c45ad80d58f227292e86e4471f3bd (patch) | |
tree | 2272d0ab245d1e96ee53be3ac3a09febba5979ec /x11-libs/libICE | |
parent | old (diff) | |
download | gentoo-2-c03b15a4bd6c45ad80d58f227292e86e4471f3bd.tar.gz gentoo-2-c03b15a4bd6c45ad80d58f227292e86e4471f3bd.tar.bz2 gentoo-2-c03b15a4bd6c45ad80d58f227292e86e4471f3bd.zip |
old
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libICE')
-rw-r--r-- | x11-libs/libICE/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.6.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog index 1ba85c9a3211..4090b1cbd7bd 100644 --- a/x11-libs/libICE/ChangeLog +++ b/x11-libs/libICE/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libICE # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.77 2011/02/14 14:35:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.78 2011/02/14 15:56:37 scarabeus Exp $ + + 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libICE-1.0.6.ebuild: + old 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libICE-1.0.7.ebuild: ppc stable wrt #344827, #354237 diff --git a/x11-libs/libICE/libICE-1.0.6.ebuild b/x11-libs/libICE/libICE-1.0.6.ebuild deleted file mode 100644 index 37592786c6d0..000000000000 --- a/x11-libs/libICE/libICE-1.0.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.6.ebuild,v 1.10 2010/01/19 20:03:16 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org ICE library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} |