summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 21:23:56 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 21:23:56 +0000
commit70d2f0b33f608eeae14df1174defff65c3706fee (patch)
tree54f030b9b258c22aa5df10e50f9bb80b19321338 /eclass
parentRemove virtual/libc (diff)
downloadgentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.tar.gz
gentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.tar.bz2
gentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.zip
Remove virtual/libc
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnustep-base.eclass5
-rw-r--r--eclass/gnustep-old.eclass7
-rw-r--r--eclass/gnustep.eclass5
3 files changed, 7 insertions, 10 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index 41bacaac11fc..217d3ac8df20 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.11 2009/07/06 19:55:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.12 2009/09/23 21:23:56 patrick Exp $
inherit eutils flag-o-matic
@@ -15,8 +15,7 @@ inherit eutils flag-o-matic
IUSE="debug doc"
# packages needed to build any base gnustep package
-GNUSTEP_CORE_DEPEND="virtual/libc
- doc? ( virtual/texi2dvi dev-tex/latex2html app-text/texi2html )"
+GNUSTEP_CORE_DEPEND="doc? ( virtual/texi2dvi dev-tex/latex2html app-text/texi2html )"
# Where to install GNUstep
GNUSTEP_PREFIX="/usr/GNUstep"
diff --git a/eclass/gnustep-old.eclass b/eclass/gnustep-old.eclass
index 7f9bd54e0181..22cdf7482b73 100644
--- a/eclass/gnustep-old.eclass
+++ b/eclass/gnustep-old.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.11 2007/12/08 20:28:43 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.12 2009/09/23 21:23:56 patrick Exp $
# THIS ECLASS IS DEPRECATED. PLEASE DO NOT USE IT.
@@ -8,9 +8,8 @@ DESCRIPTION="Based on the gnustep eclass."
DEPEND="gnustep-base/gnustep-make
gnustep-base/gnustep-base
- sys-devel/gcc
- virtual/libc"
-RDEPEND="virtual/libc"
+ sys-devel/gcc"
+RDEPEND=""
getsourcedir() {
if [ ! -d "${S}" ] ; then
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass
index 1033b1371663..4979c94420a6 100644
--- a/eclass/gnustep.eclass
+++ b/eclass/gnustep.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.38 2007/12/08 20:28:43 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.39 2009/09/23 21:23:56 patrick Exp $
# THIS ECLASS IS DEPRECATED. PLEASE DO NOT USE IT.
@@ -52,8 +52,7 @@ IUSE="debug profile doc"
DOC_DEPEND="doc? ( virtual/tetex
=dev-tex/latex2html-2002*
>=app-text/texi2html-1.64 )"
-GNUSTEP_CORE_DEPEND="virtual/libc
- >=sys-devel/gcc-3.3.5
+GNUSTEP_CORE_DEPEND=">=sys-devel/gcc-3.3.5
${DOC_DEPEND}"
##########################################
# Armando Di Cianno <fafhrd@gentoo.org>