summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-06 16:24:20 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-06 16:24:20 +0000
commit48f8365d0437ad074a3da0b43588aaaed8e4fabc (patch)
treed72583872fee2c77f5e51c858c1dc2405356a006 /app-text
parentSome Clean up (diff)
downloadgentoo-2-48f8365d0437ad074a3da0b43588aaaed8e4fabc.tar.gz
gentoo-2-48f8365d0437ad074a3da0b43588aaaed8e4fabc.tar.bz2
gentoo-2-48f8365d0437ad074a3da0b43588aaaed8e4fabc.zip
Some Clean up
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/talkfilters/ChangeLog7
-rw-r--r--app-text/talkfilters/talkfilters-2.3.8.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/talkfilters/ChangeLog b/app-text/talkfilters/ChangeLog
index 619319eaa143..2b9bacd42502 100644
--- a/app-text/talkfilters/ChangeLog
+++ b/app-text/talkfilters/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/talkfilters
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.33 2010/01/02 12:21:34 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.34 2011/01/06 16:24:20 jlec Exp $
+
+ 06 Jan 2011; Justin Lecher <jlec@gentoo.org> talkfilters-2.3.8.ebuild:
+ Some Clean up
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
talkfilters-2.3.8.ebuild:
diff --git a/app-text/talkfilters/talkfilters-2.3.8.ebuild b/app-text/talkfilters/talkfilters-2.3.8.ebuild
index 33c117ba5a20..40eda28710ac 100644
--- a/app-text/talkfilters/talkfilters-2.3.8.ebuild
+++ b/app-text/talkfilters/talkfilters-2.3.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.5 2010/01/02 12:21:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.3.8.ebuild,v 1.6 2011/01/06 16:24:20 jlec Exp $
-DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect"
+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"
@@ -12,6 +12,6 @@ KEYWORDS="amd64 hppa ~mips ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README || die
}