summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-09-17 10:49:24 +0000
committerPeter Volkov <pva@gentoo.org>2008-09-17 10:49:24 +0000
commit1bdac250bfc3ca7b20254e988c03c939e62c6116 (patch)
treee136914d9763a6d10e1e41ea9604ac901a97f471 /app-text/talkfilters
parentamd64 stable wrt bug #237321 (diff)
downloadgentoo-2-1bdac250bfc3ca7b20254e988c03c939e62c6116.tar.gz
gentoo-2-1bdac250bfc3ca7b20254e988c03c939e62c6116.tar.bz2
gentoo-2-1bdac250bfc3ca7b20254e988c03c939e62c6116.zip
Version bump, bug #233399, thank Andrey Vul for report.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'app-text/talkfilters')
-rw-r--r--app-text/talkfilters/ChangeLog8
-rw-r--r--app-text/talkfilters/talkfilters-2.3.4-r1.ebuild33
-rw-r--r--app-text/talkfilters/talkfilters-2.3.8.ebuild17
3 files changed, 24 insertions, 34 deletions
diff --git a/app-text/talkfilters/ChangeLog b/app-text/talkfilters/ChangeLog
index d3f13527f443..17f127b99b91 100644
--- a/app-text/talkfilters/ChangeLog
+++ b/app-text/talkfilters/ChangeLog
@@ -1,6 +1,12 @@
# 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.27 2008/07/18 07:26:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.28 2008/09/17 10:49:24 pva Exp $
+
+*talkfilters-2.3.8 (17 Sep 2008)
+
+ 17 Sep 2008; Peter Volkov <pva@gentoo.org> -talkfilters-2.3.4-r1.ebuild,
+ +talkfilters-2.3.8.ebuild:
+ Version bump, bug #233399, thank Andrey Vul for report.
18 Jul 2008; Alexis Ballier <aballier@gentoo.org>
talkfilters-2.3.7.ebuild:
diff --git a/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild b/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild
deleted file mode 100644
index 68b4bcd107c3..000000000000
--- a/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild,v 1.9 2007/11/09 21:15:13 grobian Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit autotools
-
-DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect"
-HOMEPAGE="http://www.dystance.net/software/talkfilters/"
-SRC_URI="http://www.dystance.net/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # respect DESTDIR
- sed -i 's:\($(mandir)\):$(DESTDIR)/\1:' Makefile.am \
- || die "sed Makefile.am failed"
- sed -i '/^AC_PROG_RANLIB$/d' configure.in || die "sed configure.in failed"
-
- eautoreconf
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README
-}
diff --git a/app-text/talkfilters/talkfilters-2.3.8.ebuild b/app-text/talkfilters/talkfilters-2.3.8.ebuild
new file mode 100644
index 000000000000..ec5184100626
--- /dev/null
+++ b/app-text/talkfilters/talkfilters-2.3.8.ebuild
@@ -0,0 +1,17 @@
+# 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.8.ebuild,v 1.1 2008/09/17 10:49:24 pva 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
+}