diff options
author | 2008-01-31 04:15:17 +0000 | |
---|---|---|
committer | 2008-01-31 04:15:17 +0000 | |
commit | 7f86ce1a3dde50ecc24ac490f1251ba62e138e6e (patch) | |
tree | 99c00ad13b7331bb52fef25c85a151e39448914a /x11-libs/libICE/libICE-1.0.1.ebuild | |
parent | Clean up. (diff) | |
download | gentoo-2-7f86ce1a3dde50ecc24ac490f1251ba62e138e6e.tar.gz gentoo-2-7f86ce1a3dde50ecc24ac490f1251ba62e138e6e.tar.bz2 gentoo-2-7f86ce1a3dde50ecc24ac490f1251ba62e138e6e.zip |
Clean up.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-libs/libICE/libICE-1.0.1.ebuild')
-rw-r--r-- | x11-libs/libICE/libICE-1.0.1.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-libs/libICE/libICE-1.0.1.ebuild b/x11-libs/libICE/libICE-1.0.1.ebuild deleted file mode 100644 index ed889286cbe9..000000000000 --- a/x11-libs/libICE/libICE-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.1.ebuild,v 1.9 2007/02/04 18:21:54 joshuabaergen 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}" - -CONFIGURE_OPTIONS="$(use_enable ipv6)" |