diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:50:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:50:41 +0000 |
commit | 568bbaa810024b612ea50a288fffd1910c5f4eec (patch) | |
tree | a1f0f0b15f471500852f0bc2214cb415c613b2d3 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-568bbaa810024b612ea50a288fffd1910c5f4eec.tar.gz gentoo-2-568bbaa810024b612ea50a288fffd1910c5f4eec.tar.bz2 gentoo-2-568bbaa810024b612ea50a288fffd1910c5f4eec.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/gforth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.7.0.ebuild | 5 |
4 files changed, 14 insertions, 13 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index c40f80cb07e4..8e5d914ec3e9 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.30 2009/05/02 17:05:23 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.31 2009/09/23 16:50:40 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gforth-0.6.2.ebuild, + gforth-0.6.2-r1.ebuild, gforth-0.7.0.ebuild: + Remove virtual/libc 02 May 2009; nixnut <nixnut@gentoo.org> gforth-0.7.0.ebuild: ppc stable #267031 diff --git a/dev-lang/gforth/gforth-0.6.2-r1.ebuild b/dev-lang/gforth/gforth-0.6.2-r1.ebuild index d3e9c454a65a..8b58e4fd2f3c 100644 --- a/dev-lang/gforth/gforth-0.6.2-r1.ebuild +++ b/dev-lang/gforth/gforth-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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-r1.ebuild,v 1.6 2008/09/06 06:50:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v 1.7 2009/09/23 16:50:40 patrick Exp $ inherit elisp-common eutils toolchain-funcs flag-o-matic @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~ppc ~x86 ~x86-fbsd" IUSE="emacs force-reg" -DEPEND="virtual/libc - dev-libs/ffcall +DEPEND="dev-libs/ffcall 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 48b4ed679a83..f696fda06fe6 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.13 2008/01/11 21:56:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.14 2009/09/23 16:50:41 patrick Exp $ inherit elisp-common eutils toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="emacs" -DEPEND="virtual/libc - emacs? ( virtual/emacs )" +DEPEND="emacs? ( virtual/emacs )" SITEFILE=50gforth-gentoo.el diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild index fdd34fbc93d7..4172581b4814 100644 --- a/dev-lang/gforth/gforth-0.7.0.ebuild +++ b/dev-lang/gforth/gforth-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.5 2009/05/02 17:05:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.6 2009/09/23 16:50:41 patrick Exp $ inherit elisp-common eutils toolchain-funcs flag-o-matic @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="emacs" -DEPEND="virtual/libc - dev-libs/ffcall +DEPEND="dev-libs/ffcall emacs? ( virtual/emacs )" RDEPEND="${DEPEND}" |