summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/agrep')
-rw-r--r--app-text/agrep/agrep-2.04-r1.ebuild33
-rw-r--r--app-text/agrep/agrep-2.04.ebuild32
2 files changed, 0 insertions, 65 deletions
diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
deleted file mode 100644
index 6fad389eca08..000000000000
--- a/app-text/agrep/agrep-2.04-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="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="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- !dev-libs/tre
- !app-misc/glimpse"
-
-src_compile() {
- # Remove first occurace of CFLAGS so we grab the user CFLAGS
- sed -i -e 's/^CFLAGS.*//' \
- -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin agrep || die
- doman agrep.1 || die
- dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
- contribution.list || die
-}
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
deleted file mode 100644
index 32cb0d8f7900..000000000000
--- a/app-text/agrep/agrep-2.04.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="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="amd64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- !dev-libs/tre
- !app-misc/glimpse"
-
-src_compile() {
- # Remove first occurace of CFLAGS so we grab the user CFLAGS
- sed -i -e 's/^CFLAGS.*//' Makefile || die
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin agrep || die
- doman agrep.1 || die
- dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
- contribution.list || die
-}