Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/an/
Date: Wed, 23 Dec 2020 22:57:53
Message-Id: 1608764262.97dc9affff85f4d82bce3e4304b85ffaf5b651c2.sam@gentoo
1 commit: 97dc9affff85f4d82bce3e4304b85ffaf5b651c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 22:57:42 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 22:57:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dc9aff
7
8 app-text/an: cleanup old (EAPI 5)
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/an/an-1.2-r1.ebuild | 39 ---------------------------------------
14 app-text/an/an-1.2.ebuild | 40 ----------------------------------------
15 2 files changed, 79 deletions(-)
16
17 diff --git a/app-text/an/an-1.2-r1.ebuild b/app-text/an/an-1.2-r1.ebuild
18 deleted file mode 100644
19 index d9c01423a53..00000000000
20 --- a/app-text/an/an-1.2-r1.ebuild
21 +++ /dev/null
22 @@ -1,39 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Very fast anagram generator with dictionary lookup"
30 -HOMEPAGE="http://packages.debian.org/unstable/games/an"
31 -
32 -SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
37 -
38 -DEPEND="
39 - dev-libs/icu:=
40 -"
41 -RDEPEND="
42 - ${DEPEND}
43 - sys-apps/miscfiles[-minimal]
44 -"
45 -
46 -src_prepare() {
47 - default
48 -
49 - sed -i \
50 - -e '/^CC/s|:=|?=|' \
51 - -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
52 - -e '/^CPPFLAGS/s|-D_BSD_SOURCE=1 -D_GNU_SOURCE=1|-D_DEFAULT_SOURCE=1|g' \
53 - Makefile || die
54 - tc-export CC
55 -}
56 -
57 -src_install() {
58 - dobin ${PN}
59 - newman ${PN}.6 ${PN}.1
60 - dodoc ALGORITHM
61 -}
62
63 diff --git a/app-text/an/an-1.2.ebuild b/app-text/an/an-1.2.ebuild
64 deleted file mode 100644
65 index ee3b460ecd6..00000000000
66 --- a/app-text/an/an-1.2.ebuild
67 +++ /dev/null
68 @@ -1,40 +0,0 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -inherit eutils toolchain-funcs
74 -
75 -DESCRIPTION="Very fast anagram generator with dictionary lookup"
76 -HOMEPAGE="http://packages.debian.org/unstable/games/an"
77 -
78 -SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
79 -
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -KEYWORDS="amd64 hppa ppc ppc64 x86"
83 -IUSE=""
84 -
85 -CDEPEND="
86 - dev-libs/icu:=
87 -"
88 -DEPEND="
89 - app-arch/xz-utils
90 -"
91 -RDEPEND="
92 - ${CDEPEND}
93 - sys-apps/miscfiles[-minimal]
94 -"
95 -
96 -src_prepare() {
97 - sed -i \
98 - -e '/^CC/s|:=|?=|' \
99 - -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
100 - Makefile || die
101 - tc-export CC
102 -}
103 -
104 -src_install() {
105 - dobin ${PN}
106 - newman ${PN}.6 ${PN}.1
107 - dodoc ALGORITHM
108 -}