diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-12 21:55:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-12 21:55:05 +0000 |
commit | 3b3f6052d560bf044b21ee24e962200ac1127f2b (patch) | |
tree | e455bafa782d3a228b862f61dc65139d7788f2b3 /app-text | |
parent | Add new drives to hddgentoo.db (diff) | |
download | gentoo-2-3b3f6052d560bf044b21ee24e962200ac1127f2b.tar.gz gentoo-2-3b3f6052d560bf044b21ee24e962200ac1127f2b.tar.bz2 gentoo-2-3b3f6052d560bf044b21ee24e962200ac1127f2b.zip |
Old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/an/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/an/an-1.1.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/app-text/an/ChangeLog b/app-text/an/ChangeLog index 37f77921cf08..ba6f572b04d1 100644 --- a/app-text/an/ChangeLog +++ b/app-text/an/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/an # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.50 2014/10/12 08:55:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.51 2014/10/12 21:55:05 jer Exp $ + + 12 Oct 2014; Jeroen Roovers <jer@gentoo.org> -an-1.1.ebuild: + Old. 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> an-1.2.ebuild: Stable for x86, wrt bug #519410 diff --git a/app-text/an/an-1.1.ebuild b/app-text/an/an-1.1.ebuild deleted file mode 100644 index 8a66c9155c40..000000000000 --- a/app-text/an/an-1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-1.1.ebuild,v 1.8 2014/03/02 17:28:00 jer Exp $ - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="" - -DEPEND="dev-libs/icu:=" -RDEPEND=" - ${DEPEND} - 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 -} |