Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
Date: Tue, 01 Aug 2017 20:57:31
Message-Id: 1501621037.4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece.monsieurp@gentoo
1 commit: 4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 20:57:17 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 20:57:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396fbd8
7
8 app-text/agrep: clean up old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/agrep/agrep-2.04-r1.ebuild | 33 ---------------------------------
13 app-text/agrep/agrep-2.04.ebuild | 32 --------------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
17 deleted file mode 100644
18 index 6fad389eca0..00000000000
19 --- a/app-text/agrep/agrep-2.04-r1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
28 -HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
29 -SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
30 -
31 -LICENSE="AGREP"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
34 -IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND="
38 - !dev-libs/tre
39 - !app-misc/glimpse"
40 -
41 -src_compile() {
42 - # Remove first occurace of CFLAGS so we grab the user CFLAGS
43 - sed -i -e 's/^CFLAGS.*//' \
44 - -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
45 - tc-export CC
46 - emake || die
47 -}
48 -
49 -src_install() {
50 - dobin agrep || die
51 - doman agrep.1 || die
52 - dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
53 - contribution.list || die
54 -}
55
56 diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
57 deleted file mode 100644
58 index 32cb0d8f790..00000000000
59 --- a/app-text/agrep/agrep-2.04.ebuild
60 +++ /dev/null
61 @@ -1,32 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -inherit toolchain-funcs
66 -
67 -DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
68 -HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
69 -SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
70 -
71 -LICENSE="AGREP"
72 -SLOT="0"
73 -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
74 -IUSE=""
75 -
76 -DEPEND=""
77 -RDEPEND="
78 - !dev-libs/tre
79 - !app-misc/glimpse"
80 -
81 -src_compile() {
82 - # Remove first occurace of CFLAGS so we grab the user CFLAGS
83 - sed -i -e 's/^CFLAGS.*//' Makefile || die
84 - tc-export CC
85 - emake || die
86 -}
87 -
88 -src_install() {
89 - dobin agrep || die
90 - doman agrep.1 || die
91 - dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
92 - contribution.list || die
93 -}