diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 03:09:12 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 03:09:12 +0000 |
commit | 206c5457867081c1f5369b82252a728c54c3c3f0 (patch) | |
tree | 2b4536b1828de0c7f59a3325ff5114cec3512681 /app-text/talkfilters | |
parent | remove old (diff) | |
download | gentoo-2-206c5457867081c1f5369b82252a728c54c3c3f0.tar.gz gentoo-2-206c5457867081c1f5369b82252a728c54c3c3f0.tar.bz2 gentoo-2-206c5457867081c1f5369b82252a728c54c3c3f0.zip |
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/talkfilters')
-rw-r--r-- | app-text/talkfilters/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/talkfilters/talkfilters-2.3.7.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/app-text/talkfilters/ChangeLog b/app-text/talkfilters/ChangeLog index 33613b2dff4d..5201dff8dad6 100644 --- a/app-text/talkfilters/ChangeLog +++ b/app-text/talkfilters/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/talkfilters -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.31 2008/10/27 19:09:02 jer Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.32 2009/08/01 03:09:12 darkside Exp $ + + 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -talkfilters-2.3.7.ebuild: + remove old 27 Oct 2008; Jeroen Roovers <jer@gentoo.org> talkfilters-2.3.8.ebuild: Stable for HPPA (bug #244254). diff --git a/app-text/talkfilters/talkfilters-2.3.7.ebuild b/app-text/talkfilters/talkfilters-2.3.7.ebuild deleted file mode 100644 index 8ffea403468e..000000000000 --- a/app-text/talkfilters/talkfilters-2.3.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.3.7.ebuild,v 1.7 2008/07/18 07:26:32 aballier Exp $ - -DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect" -HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" -SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc x86 ~x86-fbsd" -IUSE="" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README -} |