diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-09 20:46:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-09 20:46:00 +0000 |
commit | 52b2baf5e2ca56a87a2682954173a3b22c0278cb (patch) | |
tree | 6ea947b4cb8bb6e30d4cc837885efc5e7db27233 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-52b2baf5e2ca56a87a2682954173a3b22c0278cb.tar.gz gentoo-2-52b2baf5e2ca56a87a2682954173a3b22c0278cb.tar.bz2 gentoo-2-52b2baf5e2ca56a87a2682954173a3b22c0278cb.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Module-Install/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Module-Install/Module-Install-0.96.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-perl/Module-Install/ChangeLog b/dev-perl/Module-Install/ChangeLog index f47b358c280f..98d9db27037b 100644 --- a/dev-perl/Module-Install/ChangeLog +++ b/dev-perl/Module-Install/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Module-Install -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.3 2009/08/10 21:40:39 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.4 2010/05/09 20:46:00 tove Exp $ + +*Module-Install-0.96 (09 May 2010) + + 09 May 2010; Torsten Veller <tove@gentoo.org> +Module-Install-0.96.ebuild: + Version bump 10 Aug 2009; Torsten Veller <tove@gentoo.org> Module-Install-0.91.ebuild: New virtual: dev-perl/Parse-CPAN-Meta to virtual diff --git a/dev-perl/Module-Install/Module-Install-0.96.ebuild b/dev-perl/Module-Install/Module-Install-0.96.ebuild new file mode 100644 index 000000000000..68f348a768e0 --- /dev/null +++ b/dev-perl/Module-Install/Module-Install-0.96.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-0.96.ebuild,v 1.1 2010/05/09 20:46:00 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Standalone, extensible Perl module installer" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=virtual/perl-File-Spec-3.28 + >=virtual/perl-Archive-Tar-1.44 + >=virtual/perl-ExtUtils-MakeMaker-6.42 + >=virtual/perl-ExtUtils-ParseXS-2.19 + >=virtual/perl-Module-Build-0.33 + >=virtual/perl-Module-CoreList-2.17 + >=virtual/perl-Parse-CPAN-Meta-1.39 + >=dev-perl/File-Remove-1.42 + >=dev-perl/JSON-2.14 + >=dev-perl/Module-ScanDeps-0.89 + >=dev-perl/PAR-Dist-0.29 + >=dev-perl/YAML-Tiny-1.38" + +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Harness-3.13 + >=virtual/perl-Test-Simple-0.86 )" + +SRC_TEST=do |