diff options
-rw-r--r-- | app-text/an/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/an/an-0.93.ebuild | 59 | ||||
-rw-r--r-- | app-text/an/files/digest-an-0.93 | 1 |
3 files changed, 4 insertions, 61 deletions
diff --git a/app-text/an/ChangeLog b/app-text/an/ChangeLog index 18d46fdf73b8..ecb7a30fb60b 100644 --- a/app-text/an/ChangeLog +++ b/app-text/an/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/an # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.13 2005/12/11 07:04:51 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.14 2005/12/12 02:16:14 jer Exp $ + + 12 Dec 2005; Jeroen Roovers <jer@gentoo.org> -an-0.93.ebuild: + Removed an 0.93 as suggested in bug #113966, comment #7. 11 Dec 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> an-0.95.3.ebuild: mark ~ppc as requested by bug #113966 diff --git a/app-text/an/an-0.93.ebuild b/app-text/an/an-0.93.ebuild deleted file mode 100644 index a12922348dea..000000000000 --- a/app-text/an/an-0.93.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.93.ebuild,v 1.6 2005/12/05 16:39:15 jer Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Very fast anagram generator with dictionary lookup" -HOMEPAGE="none" -SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -RDEPEND="sys-apps/miscfiles" - -src_unpack() { - unpack ${A} - cd ${S} - # Patching an to use tc and custom CFLAGS: - sed -i -e "s:gcc:$(tc-getCC):" \ - -e "s:CFLAGS:#CFLAGS:" \ - Makefile lib/Makefile || die - # sys-apps/miscfiles doesn't have /usr/dict/words: - einfo "Patching an to use /usr/share/dict/words" - sed -i \ - -e 's:\/usr\/dict\/words:\/usr\/share\/dict\/words:' \ - an.6 an.c \ - an.man.txt \ - README || die -} - -src_install() { - dobin ${PN} - doman ${PN}.6 - dodoc ChangeLog DICTIONARY EXAMPLE.ANAGRAMS HINTS README TODO -} - -pkg_postinst() { - if has_version sys-apps/miscfiles && \ - built_with_use sys-apps/miscfiles minimal; then - ewarn "If you merged sys-apps/miscfiles with USE=minimal," - ewarn "an will NOT work properly, as /usr/share/dict/words" - ewarn "will then be a symlink to a gzipped file. an currently" - ewarn "does not support gzipped dictionary files and will" - ewarn "only produce garbage." - ewarn "Do 'USE=-minimal emerge sys-apps/miscfiles', or run an" - ewarn "with the -d /path/to/dictionary option, perhaps using" - ewarn "one of the files mentioned below." - echo - fi - - einfo "Helpful note from an's author:" - einfo " If you do not have a dictionary you can obtain one from the" - einfo " following site: ftp://ftp.funet.fi/pub/doc/dictionaries/" - einfo " You will find a selection of dictionaries in many different" - einfo " languages here." -} diff --git a/app-text/an/files/digest-an-0.93 b/app-text/an/files/digest-an-0.93 deleted file mode 100644 index a8a6b32aa32d..000000000000 --- a/app-text/an/files/digest-an-0.93 +++ /dev/null @@ -1 +0,0 @@ -MD5 a78419d3b7cedf46c6d57311c3062297 an-0.93.tar.gz 84531 |