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/RTF-Writer-1.11.ebuild
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/RTF-Writer-1.11.ebuild')
-rw-r--r--dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild20
1 files changed, 10 insertions, 10 deletions
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"