app-text/agrep: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 1 Aug 2017 20:57:17 +0000 (22:57 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 1 Aug 2017 20:57:17 +0000 (22:57 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-text/agrep/agrep-2.04-r1.ebuild [deleted file]
app-text/agrep/agrep-2.04.ebuild [deleted file]

diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
deleted file mode 100644 (file)
index 6fad389..0000000
+++ /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 (file)
index 32cb0d8..0000000
+++ /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
-}