diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-06-15 13:40:12 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-06-15 13:40:12 +0000 |
commit | 0a03e4b8cb9f49ae056adf9e3522d8b1922b893b (patch) | |
tree | 9256711bac0411387c2beb5a5208aa9020e51334 | |
parent | Initial import. (diff) | |
download | gentoo-2-0a03e4b8cb9f49ae056adf9e3522d8b1922b893b.tar.gz gentoo-2-0a03e4b8cb9f49ae056adf9e3522d8b1922b893b.tar.bz2 gentoo-2-0a03e4b8cb9f49ae056adf9e3522d8b1922b893b.zip |
Initial import.
-rw-r--r-- | app-text/agrep/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/agrep/Manifest | 4 | ||||
-rw-r--r-- | app-text/agrep/agrep-2.04.ebuild | 26 | ||||
-rw-r--r-- | app-text/agrep/files/digest-agrep-2.04 | 1 |
4 files changed, 38 insertions, 2 deletions
diff --git a/app-text/agrep/ChangeLog b/app-text/agrep/ChangeLog new file mode 100644 index 000000000000..a8a99ef41123 --- /dev/null +++ b/app-text/agrep/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.1 2003/06/15 13:40:07 jhhudso Exp $ + +*agrep-2.04 (15 Jun 2003) + + 15 Jun 2003; Jared Hudson <jhhudso@gentoo.org> : Initial Import. + Credit goes to Burton Samograd <kruhft@kruhft.dyndns.org> for providing + the ebuild. diff --git a/app-text/agrep/Manifest b/app-text/agrep/Manifest index 0cfae58f6771..30f79adc45ff 100644 --- a/app-text/agrep/Manifest +++ b/app-text/agrep/Manifest @@ -1,3 +1,3 @@ -MD5 4a7d4bdd49253cfff8f113b8e94b774c agrep-2.04.ebuild 638 -MD5 93b8b666bef9887c4e8add49a42e41a9 ChangeLog 316 +MD5 cd0c5cdbf201dd15f59222ba5e08b0cd agrep-2.04.ebuild 777 +MD5 7c2b9937d2d26c700f37f9d20ed81915 ChangeLog 404 MD5 73c72200212928fc59ff8891028ae7a9 files/digest-agrep-2.04 60 diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild new file mode 100644 index 000000000000..ac9ac15ebc4e --- /dev/null +++ b/app-text/agrep/agrep-2.04.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 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.1 2003/06/15 13:40:07 jhhudso 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" +IUSE="" +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" + +src_compile() { + # Remove first occurace of CFLAGS so we grab the user CFLAGS + sed -i -e 's/^CFLAGS.*//' Makefile + emake || die +} + +src_install() { + dobin agrep + doman agrep.1 + dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \ + contribution.list +} diff --git a/app-text/agrep/files/digest-agrep-2.04 b/app-text/agrep/files/digest-agrep-2.04 new file mode 100644 index 000000000000..51c6197646bc --- /dev/null +++ b/app-text/agrep/files/digest-agrep-2.04 @@ -0,0 +1 @@ +MD5 abc645404d3926a57c3f5e86a6e89ee9 agrep-2.04.tar.Z 62351 |