diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-31 18:29:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-31 18:29:36 +0000 |
commit | 5819b6a25dc3418d9d16ae4c7efd12ba886ebe20 (patch) | |
tree | f417ead322d198d8218bc36e8945a9e27bd5613c /dev-perl/Module-Util/Module-Util-1.80.0.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-5819b6a25dc3418d9d16ae4c7efd12ba886ebe20.tar.gz gentoo-2-5819b6a25dc3418d9d16ae4c7efd12ba886ebe20.tar.bz2 gentoo-2-5819b6a25dc3418d9d16ae4c7efd12ba886ebe20.zip |
[bump] dev-perl/Module-Util-1.80.0
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Module-Util/Module-Util-1.80.0.ebuild')
-rw-r--r-- | dev-perl/Module-Util/Module-Util-1.80.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Module-Util/Module-Util-1.80.0.ebuild b/dev-perl/Module-Util/Module-Util-1.80.0.ebuild new file mode 100644 index 000000000000..c2098f8a48ec --- /dev/null +++ b/dev-perl/Module-Util/Module-Util-1.80.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.80.0.ebuild,v 1.1 2012/05/31 18:29:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MATTLAW +MODULE_VERSION=1.08 +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 |