summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-16 20:10:26 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-16 20:10:26 +0000
commit50a2d7d08ae82595da1968473301cd3ef5d162e7 (patch)
tree513e5b75b908b55af9fc4fcf68d7f9e984354c46 /dev-perl/Module-Util/Module-Util-1.90.0.ebuild
parentRemove old (diff)
downloadhistorical-50a2d7d08ae82595da1968473301cd3ef5d162e7.tar.gz
historical-50a2d7d08ae82595da1968473301cd3ef5d162e7.tar.bz2
historical-50a2d7d08ae82595da1968473301cd3ef5d162e7.zip
[bump] dev-perl/Module-Util-1.90.0
Package-Manager: portage-2.2.0_alpha151/cvs/Linux x86_64 Manifest-Sign-Key: 0x5772769F4E046AEC
Diffstat (limited to 'dev-perl/Module-Util/Module-Util-1.90.0.ebuild')
-rw-r--r--dev-perl/Module-Util/Module-Util-1.90.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
new file mode 100644
index 000000000000..35f8b247f1c7
--- /dev/null
+++ b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/Module-Util-1.90.0.ebuild,v 1.1 2013/01/16 20:10:25 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MATTLAW
+MODULE_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Module name tools and transformations"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ >=virtual/perl-Module-Build-0.400.0
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST=do