diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 20:38:52 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 20:38:52 +0000 |
commit | fb096d901c415eb3c1920536131234cbb414d23d (patch) | |
tree | fc290f811d4592412c18add619f609b56f016c07 /x11-libs | |
parent | rm (diff) | |
download | gentoo-2-fb096d901c415eb3c1920536131234cbb414d23d.tar.gz gentoo-2-fb096d901c415eb3c1920536131234cbb414d23d.tar.bz2 gentoo-2-fb096d901c415eb3c1920536131234cbb414d23d.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libICE/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.3.ebuild | 21 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.4.ebuild | 21 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.5.ebuild | 21 |
4 files changed, 5 insertions, 64 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog index 57e5bdbf52b6..1204211205e0 100644 --- a/x11-libs/libICE/ChangeLog +++ b/x11-libs/libICE/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libICE # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.68 2010/01/19 20:03:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.69 2010/01/23 20:38:52 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libICE-1.0.3.ebuild, + -libICE-1.0.4.ebuild, -libICE-1.0.5.ebuild: + rm 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> libICE-1.0.6.ebuild: s390 stable wrt #294958 diff --git a/x11-libs/libICE/libICE-1.0.3.ebuild b/x11-libs/libICE/libICE-1.0.3.ebuild deleted file mode 100644 index b7c3fb45a1f6..000000000000 --- a/x11-libs/libICE/libICE-1.0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.3.ebuild,v 1.12 2009/05/04 15:14:04 ssuominen 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 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} diff --git a/x11-libs/libICE/libICE-1.0.4.ebuild b/x11-libs/libICE/libICE-1.0.4.ebuild deleted file mode 100644 index a30b2345f176..000000000000 --- a/x11-libs/libICE/libICE-1.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.4.ebuild,v 1.9 2009/05/04 15:14:04 ssuominen 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 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} diff --git a/x11-libs/libICE/libICE-1.0.5.ebuild b/x11-libs/libICE/libICE-1.0.5.ebuild deleted file mode 100644 index cc608404e338..000000000000 --- a/x11-libs/libICE/libICE-1.0.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.5.ebuild,v 1.7 2009/12/15 15:52:24 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 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} |