diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
commit | 8902defdb8e9a6f96af61196c01ceaa64965058e (patch) | |
tree | 50622913b7a1752f4c6448af9e432147fd9e8e1f /dev-util/shc | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.gz historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.bz2 historical-8902defdb8e9a6f96af61196c01ceaa64965058e.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/shc/shc-3.6.ebuild | 6 | ||||
-rw-r--r-- | dev-util/shc/shc-3.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index aa0b83016784..e65c6e39e724 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/shc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.14 2007/08/13 20:50:43 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.15 2009/09/23 17:48:34 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> shc-3.6.ebuild, + shc-3.7.ebuild: + Remove virtual/libc 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> shc-3.7.ebuild: ppc. stable diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index a5072bea1e9d..c7c45dcf1882 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.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-util/shc/shc-3.6.ebuild,v 1.8 2005/08/07 13:41:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.9 2009/09/23 17:48:34 patrick Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha ppc ~sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild index bd875a46e252..397ad2e59936 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.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-util/shc/shc-3.7.ebuild,v 1.6 2007/08/13 20:50:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.7 2009/09/23 17:48:34 patrick Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it |