summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-16 08:50:00 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-16 08:50:00 +0000
commit7a55ed0e809839d606d14140ba8c6a7e24d7452d (patch)
tree1e7c836cfbab5a62d29a56fa904e748fa9753d7c /dev-perl/PostScript
parentRemove test useflag. EAPI=2 (diff)
downloadgentoo-2-7a55ed0e809839d606d14140ba8c6a7e24d7452d.tar.gz
gentoo-2-7a55ed0e809839d606d14140ba8c6a7e24d7452d.tar.bz2
gentoo-2-7a55ed0e809839d606d14140ba8c6a7e24d7452d.zip
Remove test useflag. EAPI=2
(Portage version: 2.2_rc25/cvs/Linux i686)
Diffstat (limited to 'dev-perl/PostScript')
-rw-r--r--dev-perl/PostScript/ChangeLog5
-rw-r--r--dev-perl/PostScript/PostScript-0.06.ebuild13
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/PostScript/ChangeLog b/dev-perl/PostScript/ChangeLog
index 108a49d4bd6f..b4464ab2414a 100644
--- a/dev-perl/PostScript/ChangeLog
+++ b/dev-perl/PostScript/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PostScript
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/ChangeLog,v 1.1 2009/03/13 00:07:08 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/ChangeLog,v 1.2 2009/03/16 08:50:00 tove Exp $
+
+ 16 Mar 2009; Torsten Veller <tove@gentoo.org> PostScript-0.06.ebuild:
+ Remove test useflag. EAPI=2
*PostScript-0.06 (12 Mar 2009)
diff --git a/dev-perl/PostScript/PostScript-0.06.ebuild b/dev-perl/PostScript/PostScript-0.06.ebuild
index baf9beea07df..7e45350b023e 100644
--- a/dev-perl/PostScript/PostScript-0.06.ebuild
+++ b/dev-perl/PostScript/PostScript-0.06.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/PostScript-0.06.ebuild,v 1.1 2009/03/13 00:07:08 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/PostScript-0.06.ebuild,v 1.2 2009/03/16 08:50:00 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=SHAWNPW
inherit perl-module
DESCRIPTION="An object that may be used to construct a block of text in PostScript"
-HOMEPAGE="http://search.cpan.org/~shawnpw/PostScript-0.06/"
-SRC_URI="mirror://cpan/authors/id/S/SH/SHAWNPW/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-SRC_TEST="do"
+IUSE=""
-DEPEND="dev-lang/perl"
+SRC_TEST="do"