summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-24 09:14:26 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-24 09:14:26 +0000
commit5847b11f4ca25834350e86fb97e5a826cd362cd2 (patch)
tree9ec01a51a794583ccea16e41d4f47868d83c8ac4 /dev-perl/RTF-Writer
parentppc64 stable wrt #342431 (diff)
downloadgentoo-2-5847b11f4ca25834350e86fb97e5a826cd362cd2.tar.gz
gentoo-2-5847b11f4ca25834350e86fb97e5a826cd362cd2.tar.bz2
gentoo-2-5847b11f4ca25834350e86fb97e5a826cd362cd2.zip
Maintenance. EAPI bump. Drop Test-Harness. Add ~amd64 (#342347)
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/RTF-Writer')
-rw-r--r--dev-perl/RTF-Writer/ChangeLog7
-rw-r--r--dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-perl/RTF-Writer/ChangeLog b/dev-perl/RTF-Writer/ChangeLog
index 146a80b1c6c6..f2fc57097793 100644
--- a/dev-perl/RTF-Writer/ChangeLog
+++ b/dev-perl/RTF-Writer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/RTF-Writer
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.3 2008/08/02 20:21:28 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.4 2010/10/24 09:14:26 tove Exp $
+
+ 24 Oct 2010; Torsten Veller <tove@gentoo.org> RTF-Writer-1.11.ebuild:
+ Maintenance. EAPI bump. Drop Test-Harness. Add ~amd64 (#342347)
02 Aug 2008; Torsten Veller <tove@gentoo.org> RTF-Writer-1.11.ebuild:
perl-core/Test-Harness -> virtual/perl-Test-Harness (#211623)
diff --git a/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild b/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild
index 7fedd221dd26..0a42c090bb66 100644
--- a/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild
+++ b/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.3 2008/08/02 20:21:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.4 2010/10/24 09:14:26 tove Exp $
+
+EAPI=3
MODULE_AUTHOR=SBURKE
inherit perl-module
DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="x86"
-IUSE="test"
-SRC_TEST="do"
+KEYWORDS="~amd64 x86"
+IUSE=""
-RDEPEND="dev-lang/perl
- dev-perl/ImageSize"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Harness )"
+RDEPEND="dev-perl/ImageSize"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"