diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
commit | 190c5949e033b58e1ed351ceb0c9778df9803598 (patch) | |
tree | 831db22a515f652fc3160881a8e7f303f1459af5 /dev-util/shc | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.tar.gz gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.tar.bz2 gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/shc/shc-3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shc/shc-3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shc/shc-3.7.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index 40d7b942531a..25c0c354b522 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/shc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.7 2004/06/25 02:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.8 2004/07/02 05:13:22 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> shc-3.4.ebuild, + shc-3.6.ebuild, shc-3.7.ebuild: + virtual/glibc -> virtual/libc 04 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> shc-3.7.ebuild: Stable on alpha. diff --git a/dev-util/shc/shc-3.4.ebuild b/dev-util/shc/shc-3.4.ebuild index e24c3bad0f37..81fbc16915f5 100644 --- a/dev-util/shc/shc-3.4.ebuild +++ b/dev-util/shc/shc-3.4.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-util/shc/shc-3.4.ebuild,v 1.6 2004/06/25 02:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.7 2004/07/02 05:13:22 eradicator Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index c3b2ecc3d85c..9e639e08ef33 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.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-util/shc/shc-3.6.ebuild,v 1.5 2004/06/25 02:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.6 2004/07/02 05:13:22 eradicator Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" 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 7db148bffac5..1a75a2777695 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.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-util/shc/shc-3.7.ebuild,v 1.3 2004/06/25 02:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.4 2004/07/02 05:13:22 eradicator Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc alpha" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it |