diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:28:29 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:28:29 +0000 |
commit | 5c9530070519142d4d438f08964b6ac8a59c0277 (patch) | |
tree | 9317d253449b54e775be69996ff53a1f9234a3ad /dev-lang/gforth | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.tar.gz gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.tar.bz2 gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index 21988e2d086d..7ccdb18b37bc 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.8 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.9 2004/07/02 04:26:05 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gforth-0.5.0.ebuild, + gforth-0.6.1-r1.ebuild, gforth-0.6.1.ebuild, gforth-0.6.2.ebuild: + virtual/glibc -> virtual/libc 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gforth-0.6.1-r1.ebuild, gforth-0.6.2.ebuild: diff --git a/dev-lang/gforth/gforth-0.5.0.ebuild b/dev-lang/gforth/gforth-0.5.0.ebuild index 04b72fc283d6..3ff8ff50b056 100644 --- a/dev-lang/gforth/gforth-0.5.0.ebuild +++ b/dev-lang/gforth/gforth-0.5.0.ebuild @@ -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/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.4 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.5 2004/07/02 04:26:05 eradicator Exp $ IUSE="" @@ -15,7 +15,7 @@ SLOT="0" # Admittedly this should be UNSTABLE KEYWORDS="~x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { # A lot of trouble with gcc3 and heavy opt flags, so let's try to dial diff --git a/dev-lang/gforth/gforth-0.6.1-r1.ebuild b/dev-lang/gforth/gforth-0.6.1-r1.ebuild index 4b505dc6ec23..61b06393204a 100644 --- a/dev-lang/gforth/gforth-0.6.1-r1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1-r1.ebuild @@ -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/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.4 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.5 2004/07/02 04:26:05 eradicator Exp $ IUSE="emacs" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc emacs? ( virtual/emacs )" SITEFILE=50gforth-gentoo.el diff --git a/dev-lang/gforth/gforth-0.6.1.ebuild b/dev-lang/gforth/gforth-0.6.1.ebuild index 42d159176ac9..7b5f530878b0 100644 --- a/dev-lang/gforth/gforth-0.6.1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1.ebuild @@ -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/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.5 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.6 2004/07/02 04:26:05 eradicator Exp $ IUSE="emacs" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc emacs? ( virtual/emacs )" SITEFILE=50gforth-gentoo.el diff --git a/dev-lang/gforth/gforth-0.6.2.ebuild b/dev-lang/gforth/gforth-0.6.2.ebuild index 80a2a3daf397..81d444ac4fb3 100644 --- a/dev-lang/gforth/gforth-0.6.2.ebuild +++ b/dev-lang/gforth/gforth-0.6.2.ebuild @@ -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/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.5 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.6 2004/07/02 04:26:05 eradicator Exp $ inherit elisp-common eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="emacs" -DEPEND="virtual/glibc +DEPEND="virtual/libc emacs? ( virtual/emacs )" SITEFILE=50gforth-gentoo.el |