aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-06-17 06:10:48 +0000
committerSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-06-17 06:10:48 +0000
commita4db83490cda79abc740ff80df5c534fc67d0a1c (patch)
treed215d56ed869ce0e90ad988fde07ebe61f2bec12 /x11-libs
parentA better patch for pygobject, without the need to precompute the constants. (diff)
downloadembedded-cross-a4db83490cda79abc740ff80df5c534fc67d0a1c.tar.gz
embedded-cross-a4db83490cda79abc740ff80df5c534fc67d0a1c.tar.bz2
embedded-cross-a4db83490cda79abc740ff80df5c534fc67d0a1c.zip
Upstream portage libICE compiles fine with --root-deps=rdeps.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libICE/Manifest2
-rw-r--r--x11-libs/libICE/libICE-1.0.4.ebuild19
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
deleted file mode 100644
index b087a62..0000000
--- a/x11-libs/libICE/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libICE-1.0.4.tar.bz2 252304 RMD160 cb83eafe547a04586877ffffa8d07e1dc9fcd613 SHA1 67bc7d35a273023a593c10ce05fd307f496892b4 SHA256 13055e2f4c645cbd135ce97a7974a5866f9ba3ed8988e686b552f55c30514f04
-EBUILD libICE-1.0.4.ebuild 523 RMD160 ea4fa071931ebe359af93f420c33457cb742a3c3 SHA1 ca5d78964952e4ca8b6193c5198b3c254cdf3108 SHA256 317522fe49126f8bcc7d8ea10c4131d89e8e68c752e4ef2e0498bbc6684858a9
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 2445039..0000000
--- a/x11-libs/libICE/libICE-1.0.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 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.8 2008/01/13 09:23:21 vapier 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=""
-
-CONFIGURE_OPTIONS="$(use_enable ipv6)"