diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 08:58:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 08:58:29 +0000 |
commit | 4080b818ce16f641f3e6f36bef37b6d30f3ce14d (patch) | |
tree | dac4dd07e2a543f32ae493b75c915f25c4a3f6b5 /dev-perl/CPAN-Mini-Inject | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-4080b818ce16f641f3e6f36bef37b6d30f3ce14d.tar.gz gentoo-2-4080b818ce16f641f3e6f36bef37b6d30f3ce14d.tar.bz2 gentoo-2-4080b818ce16f641f3e6f36bef37b6d30f3ce14d.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/CPAN-Mini-Inject')
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/ChangeLog | 10 |
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild new file mode 100644 index 000000000000..f9cee59c359a --- /dev/null +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild,v 1.1 2012/02/29 08:58:29 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=MITHALDU +MODULE_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Inject modules into a CPAN::Mini mirror. " + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +# Disabled +#SRC_TEST="do" + +RDEPEND="dev-perl/libwww-perl + virtual/perl-IO-Compress + virtual/perl-Archive-Tar + virtual/perl-File-Path + virtual/perl-File-Temp + >=virtual/perl-Module-Build-0.380.0 + >=dev-perl/CPAN-Mini-0.32 + dev-perl/CPAN-Checksums + dev-perl/File-Slurp + dev-perl/yaml" +# test? ( dev-perl/HTTP-Server-Simple )" +DEPEND="${RDEPEND}" diff --git a/dev-perl/CPAN-Mini-Inject/ChangeLog b/dev-perl/CPAN-Mini-Inject/ChangeLog index 0fbeb85801db..76b86bbdafba 100644 --- a/dev-perl/CPAN-Mini-Inject/ChangeLog +++ b/dev-perl/CPAN-Mini-Inject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/CPAN-Mini-Inject -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.20 2011/07/30 08:59:42 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.21 2012/02/29 08:58:29 robbat2 Exp $ + +*CPAN-Mini-Inject-0.310.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +CPAN-Mini-Inject-0.310.0.ebuild: + Version bump via perl-bump experimental tool. 30 Jul 2011; Torsten Veller <tove@gentoo.org> -CPAN-Mini-Inject-0.27.ebuild, -CPAN-Mini-Inject-0.290.0.ebuild: |