diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:52:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:52:59 +0000 |
commit | 01f438fde412ecd34a1bbbbe995a2d35a38c0875 (patch) | |
tree | 555bc43ea66dcda4c5a5fd0266777bd0c3dc93b8 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-01f438fde412ecd34a1bbbbe995a2d35a38c0875.tar.gz gentoo-2-01f438fde412ecd34a1bbbbe995a2d35a38c0875.tar.bz2 gentoo-2-01f438fde412ecd34a1bbbbe995a2d35a38c0875.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/smarteiffel/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/smarteiffel/smarteiffel-1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/smarteiffel/smarteiffel-1.1.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/smarteiffel/ChangeLog b/dev-lang/smarteiffel/ChangeLog index a5647b61469c..401df54c387e 100644 --- a/dev-lang/smarteiffel/ChangeLog +++ b/dev-lang/smarteiffel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/smarteiffel -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.25 2008/08/23 05:44:07 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.26 2009/09/23 16:52:59 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> smarteiffel-1.0.ebuild, + smarteiffel-1.1.ebuild: + Remove virtual/libc 23 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml: Add GLEP 56 USE flag descriptions. diff --git a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild index dc6bfe4870f7..9963efa1cd0b 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/smarteiffel/smarteiffel-1.0.ebuild,v 1.11 2005/12/17 01:21:09 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0.ebuild,v 1.12 2009/09/23 16:52:59 patrick Exp $ IUSE="doc" #IUSE="doc tcc" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="x86 ppc ~alpha ~sparc" #DEPEND="tcc? ( >=dev-lang/tcc-0.9.14 )" -DEPEND="virtual/libc" +DEPEND="" S="${WORKDIR}/SmartEiffel" # Destination directory to hold most of the SmartEiffel distribution. diff --git a/dev-lang/smarteiffel/smarteiffel-1.1.ebuild b/dev-lang/smarteiffel/smarteiffel-1.1.ebuild index 4fafc33b6f0e..40ac078ae2fd 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.1.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/smarteiffel/smarteiffel-1.1.ebuild,v 1.8 2007/08/13 20:16:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.1.ebuild,v 1.9 2009/09/23 16:52:59 patrick Exp $ #IUSE="doc" IUSE="doc tcc" @@ -15,7 +15,6 @@ SLOT="0" KEYWORDS="alpha ppc ~sparc ~x86" DEPEND="tcc? ( >=dev-lang/tcc-0.9.14 )" -#DEPEND="virtual/libc" S="${WORKDIR}/SmartEiffel" # Destination directory to hold most of the SmartEiffel distribution. |