summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-23 22:57:42 +0000
committerSam James <sam@gentoo.org>2020-12-23 22:57:42 +0000
commit97dc9affff85f4d82bce3e4304b85ffaf5b651c2 (patch)
tree394e86368c789ff287c6ffaef26979189ba88805 /app-text/an
parentapp-text/wdiff: cleanup old (EAPI 5) (diff)
downloadgentoo-97dc9affff85f4d82bce3e4304b85ffaf5b651c2.tar.gz
gentoo-97dc9affff85f4d82bce3e4304b85ffaf5b651c2.tar.bz2
gentoo-97dc9affff85f4d82bce3e4304b85ffaf5b651c2.zip
app-text/an: cleanup old (EAPI 5)
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/an')
-rw-r--r--app-text/an/an-1.2-r1.ebuild39
-rw-r--r--app-text/an/an-1.2.ebuild40
2 files changed, 0 insertions, 79 deletions
diff --git a/app-text/an/an-1.2-r1.ebuild b/app-text/an/an-1.2-r1.ebuild
deleted file mode 100644
index d9c01423a53c..000000000000
--- a/app-text/an/an-1.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast anagram generator with dictionary lookup"
-HOMEPAGE="http://packages.debian.org/unstable/games/an"
-
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DEPEND="
- dev-libs/icu:=
-"
-RDEPEND="
- ${DEPEND}
- sys-apps/miscfiles[-minimal]
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e '/^CC/s|:=|?=|' \
- -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
- -e '/^CPPFLAGS/s|-D_BSD_SOURCE=1 -D_GNU_SOURCE=1|-D_DEFAULT_SOURCE=1|g' \
- Makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- newman ${PN}.6 ${PN}.1
- dodoc ALGORITHM
-}
diff --git a/app-text/an/an-1.2.ebuild b/app-text/an/an-1.2.ebuild
deleted file mode 100644
index ee3b460ecd60..000000000000
--- a/app-text/an/an-1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast anagram generator with dictionary lookup"
-HOMEPAGE="http://packages.debian.org/unstable/games/an"
-
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE=""
-
-CDEPEND="
- dev-libs/icu:=
-"
-DEPEND="
- app-arch/xz-utils
-"
-RDEPEND="
- ${CDEPEND}
- sys-apps/miscfiles[-minimal]
-"
-
-src_prepare() {
- sed -i \
- -e '/^CC/s|:=|?=|' \
- -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
- Makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- newman ${PN}.6 ${PN}.1
- dodoc ALGORITHM
-}