summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-01 20:52:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-01 20:52:46 +0000
commitb2c695b9f7570b0e9c9c3f7e6842daeedfdff748 (patch)
tree3c7ae65ecd0d7f1e90799d91ccfed3e9114d0c84 /app-text
parentPPC 2.6 headers update (Manifest recommit) (diff)
downloadgentoo-2-b2c695b9f7570b0e9c9c3f7e6842daeedfdff748.tar.gz
gentoo-2-b2c695b9f7570b0e9c9c3f7e6842daeedfdff748.tar.bz2
gentoo-2-b2c695b9f7570b0e9c9c3f7e6842daeedfdff748.zip
fix depend
Diffstat (limited to 'app-text')
-rw-r--r--app-text/agrep/ChangeLog5
-rw-r--r--app-text/agrep/agrep-2.04.ebuild7
-rw-r--r--app-text/bow/ChangeLog7
-rw-r--r--app-text/bow/bow-20020213.ebuild6
4 files changed, 16 insertions, 9 deletions
diff --git a/app-text/agrep/ChangeLog b/app-text/agrep/ChangeLog
index 3223f7e1c80b..cc1a7d8074d2 100644
--- a/app-text/agrep/ChangeLog
+++ b/app-text/agrep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/agrep
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.4 2004/05/06 18:50:20 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.5 2004/06/01 20:50:42 mr_bones_ Exp $
+
+ 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> agrep-2.04.ebuild:
+ fix depend
06 May 2004; Danny van Dyk <kugelfang@gentoo.org> agrep-2.04.ebuild:
Marked ~amd64.
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
index b559b87dd771..4beb87595a56 100644
--- a/app-text/agrep/agrep-2.04.ebuild
+++ b/app-text/agrep/agrep-2.04.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.4 2004/05/06 18:50:20 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.5 2004/06/01 20:50:42 mr_bones_ Exp $
DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern."
HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
+
LICENSE="AGREP"
SLOT="0"
KEYWORDS="x86 sparc ~amd64"
IUSE=""
+
DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
src_compile() {
# Remove first occurace of CFLAGS so we grab the user CFLAGS
@@ -22,5 +23,5 @@ src_install() {
dobin agrep
doman agrep.1
dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
- contribution.list
+ contribution.list
}
diff --git a/app-text/bow/ChangeLog b/app-text/bow/ChangeLog
index 445980095eba..1a2cee0f22d2 100644
--- a/app-text/bow/ChangeLog
+++ b/app-text/bow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bow
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bow/ChangeLog,v 1.1 2003/06/19 09:26:36 pvdabeel Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bow/ChangeLog,v 1.2 2004/06/01 20:52:46 mr_bones_ Exp $
+
+ 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> bow-20020213.ebuild:
+ fix depend
*bow-20020213 (19 Jun 2003)
diff --git a/app-text/bow/bow-20020213.ebuild b/app-text/bow/bow-20020213.ebuild
index 7bb0a2ddd352..9d57df839828 100644
--- a/app-text/bow/bow-20020213.ebuild
+++ b/app-text/bow/bow-20020213.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bow/bow-20020213.ebuild,v 1.2 2004/03/12 09:18:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bow/bow-20020213.ebuild,v 1.3 2004/06/01 20:52:46 mr_bones_ Exp $
DESCRIPTION="Bag of words library - Statistical language modeling, text retrieval, Classification and clustering"
HOMEPAGE="http://www-2.cs.cmu.edu/~mccallum/bow/"
SRC_URI="http://www-2.cs.cmu.edu/~mccallum/bow/src/${P}.tar.gz"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
-LICENSE="GPL-2"
IUSE=""
+
DEPEND="virtual/glibc"
-RDEPEND=${DEPEND}
src_compile() {
econf --prefix=${D}/usr --datadir=${D}/usr/share || die