summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
commit174b745c8a919bb43518dc856c360c73a817e5d6 (patch)
tree8d4ee282c74e377b9aad7d4db3b290dc3c3be1a4 /dev-util/gperf
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.gz
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.bz2
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/gperf')
-rw-r--r--dev-util/gperf/ChangeLog6
-rw-r--r--dev-util/gperf/gperf-2.7.2.ebuild6
-rw-r--r--dev-util/gperf/gperf-3.0.1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog
index 4313d54737da..853866e30ef4 100644
--- a/dev-util/gperf/ChangeLog
+++ b/dev-util/gperf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/gperf
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.18 2004/06/28 02:09:30 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.19 2004/07/02 05:08:27 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gperf-2.7.2.ebuild,
+ gperf-3.0.1.ebuild:
+ virtual/glibc -> virtual/libc
28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> gperf-3.0.1.ebuild:
Stable on mips
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild
index 5b0377b92903..2e27f358aed4 100644
--- a/dev-util/gperf/gperf-2.7.2.ebuild
+++ b/dev-util/gperf/gperf-2.7.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-util/gperf/gperf-2.7.2.ebuild,v 1.16 2004/06/25 02:35:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.17 2004/07/02 05:08:27 eradicator Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A perfect hash function generator."
@@ -11,10 +11,10 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64 hppa ia64"
IUSE=""
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
>=sys-apps/sed"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
sed -i -e "s#^docdir = \$(prefix).*#docdir = @datadir@/doc/${PF}#" doc/Makefile.in
diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild
index a42e369f63fe..1570a8b519a8 100644
--- a/dev-util/gperf/gperf-3.0.1.ebuild
+++ b/dev-util/gperf/gperf-3.0.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-util/gperf/gperf-3.0.1.ebuild,v 1.8 2004/06/28 02:09:30 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.9 2004/07/02 05:08:27 eradicator Exp $
DESCRIPTION="A perfect hash function generator."
SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz"
@@ -10,7 +10,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa mips"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install () {
make DESTDIR=${D} install || die