diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:16:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:16:23 +0000 |
commit | a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b (patch) | |
tree | f0c37f72045b7bf23416bff54eb78d22c4e9a539 | |
parent | clean up things and change glibc to libc (diff) | |
download | historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.gz historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.bz2 historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.zip |
glibc --> libc
-rw-r--r-- | eclass/gnustep.eclass | 6 | ||||
-rw-r--r-- | eclass/iiimf.eclass | 7 | ||||
-rw-r--r-- | eclass/php.eclass | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 2a466a91844e..010c5bb307e5 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.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.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.9 2004/06/29 15:16:23 vapier Exp $ ECLASS=gnustep INHERITED="$INHERITED $ECLASS" @@ -10,8 +10,8 @@ DESCRIPTION="Based on the gnustep eclass." DEPEND="dev-util/gnustep-make dev-util/gnustep-base sys-devel/gcc - virtual/glibc" -RDEPEND="virtual/glibc" + virtual/libc" +RDEPEND="virtual/libc" getsourcedir() { if [ ! -d "${S}" ] ; then diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass index b989d2d8db74..dc023409d258 100644 --- a/eclass/iiimf.eclass +++ b/eclass/iiimf.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/iiimf.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.6 2004/06/29 15:16:23 vapier Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -22,12 +22,11 @@ HOMEPAGE="http://www.openi18n.org/subgroups/im/IIIMF/" SRC_URI="http://www.openi18n.org/download/docs/im-sdk/${IMSDK_P}.tar.bz2" LICENSE="MIT X11" -KEYWORDS="~x86" SLOT="0" - +KEYWORDS="~x86" IUSE="debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S="${WORKDIR}/${IMSDK}/${PN}" diff --git a/eclass/php.eclass b/eclass/php.eclass index d29ba737c6e9..2d574cd418d7 100644 --- a/eclass/php.eclass +++ b/eclass/php.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/php.eclass,v 1.99 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.100 2004/06/29 15:16:23 vapier Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> # This eclass is the old style of php, that was used before php-core was @@ -91,8 +91,8 @@ RDEPEND=" dev-libs/expat sys-libs/zlib virtual/mta - virtual/glibc" -# virtual/glibc line added as a fix for an rsync issue regarding cache + virtual/libc" +# virtual/libc line added as a fix for an rsync issue regarding cache # regeneration. It's harmless, but it causes that particular issue to # disappear. (sys-apps -> app-arch move stuff) |