diff options
author | 2012-05-31 18:29:36 +0000 | |
---|---|---|
committer | 2012-05-31 18:29:36 +0000 | |
commit | 5819b6a25dc3418d9d16ae4c7efd12ba886ebe20 (patch) | |
tree | f417ead322d198d8218bc36e8945a9e27bd5613c /dev-perl/Module-Util | |
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')
-rw-r--r-- | dev-perl/Module-Util/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Module-Util/Module-Util-1.80.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Module-Util/ChangeLog b/dev-perl/Module-Util/ChangeLog index 31c004d15fc0..2c53bd788f06 100644 --- a/dev-perl/Module-Util/ChangeLog +++ b/dev-perl/Module-Util/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Module-Util # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/ChangeLog,v 1.4 2012/03/01 16:17:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/ChangeLog,v 1.5 2012/05/31 18:29:36 tove Exp $ + +*Module-Util-1.80.0 (31 May 2012) + + 31 May 2012; Torsten Veller <tove@gentoo.org> +Module-Util-1.80.0.ebuild: + Version bump 01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) 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 |