commit:     4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 20:57:17 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 20:57:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396fbd8

app-text/agrep: clean up old.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/agrep/agrep-2.04-r1.ebuild | 33 ---------------------------------
 app-text/agrep/agrep-2.04.ebuild    | 32 --------------------------------
 2 files changed, 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 6fad389eca0..00000000000
--- 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 32cb0d8f790..00000000000
--- 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
-}

Reply via email to