From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B849E13835C for ; Wed, 23 Dec 2020 22:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02FAF2BC05C; Wed, 23 Dec 2020 22:57:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF88C2BC05C for ; Wed, 23 Dec 2020 22:57:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D69334196E for ; Wed, 23 Dec 2020 22:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F308478 for ; Wed, 23 Dec 2020 22:57:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608764262.97dc9affff85f4d82bce3e4304b85ffaf5b651c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/an/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/an/an-1.2-r1.ebuild app-text/an/an-1.2.ebuild X-VCS-Directories: app-text/an/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97dc9affff85f4d82bce3e4304b85ffaf5b651c2 X-VCS-Branch: master Date: Wed, 23 Dec 2020 22:57:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05c6be08-30b5-477a-bd1c-547314385217 X-Archives-Hash: 59beb47844a3cfbd303691bd265765c6 commit: 97dc9affff85f4d82bce3e4304b85ffaf5b651c2 Author: Sam James gentoo org> AuthorDate: Wed Dec 23 22:57:42 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 23 22:57:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dc9aff app-text/an: cleanup old (EAPI 5) Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/an/an-1.2-r1.ebuild | 39 --------------------------------------- app-text/an/an-1.2.ebuild | 40 ---------------------------------------- 2 files changed, 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 d9c01423a53..00000000000 --- 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 ee3b460ecd6..00000000000 --- 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 -}