summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-01 22:57:17 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-01 22:57:17 +0200
commit4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece (patch)
treebdf618eb1c9c6b8cd2f2bf3600d003d41ea73890 /app-text/agrep
parentapp-text/agrep: stable for amd64 and mark stable for the remaining arches usi... (diff)
downloadgentoo-4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece.tar.gz
gentoo-4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece.tar.bz2
gentoo-4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece.zip
app-text/agrep: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
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
-}