summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:24:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:24:01 +0000
commit3235803c8fc8dd06840e08a45ef5ff0d64ce1445 (patch)
treed182509544fb03e7ca5eb69ced291a2d6cb35caa /dev-perl/CPAN-Mini-Inject
parentalpha/sparc stable wrt #280828 (diff)
downloadhistorical-3235803c8fc8dd06840e08a45ef5ff0d64ce1445.tar.gz
historical-3235803c8fc8dd06840e08a45ef5ff0d64ce1445.tar.bz2
historical-3235803c8fc8dd06840e08a45ef5ff0d64ce1445.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/CPAN-Mini-Inject')
-rw-r--r--dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild26
-rw-r--r--dev-perl/CPAN-Mini-Inject/ChangeLog8
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild
new file mode 100644
index 000000000000..41505a0bd648
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 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.26.ebuild,v 1.1 2009/08/25 17:15:32 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ANDYA
+inherit perl-module
+
+DESCRIPTION="Inject modules into a CPAN::Mini mirror. "
+
+SLOT="0"
+KEYWORDS="~ia64 ~sparc ~x86"
+IUSE=""
+
+# Disabled
+#SRC_TEST="do"
+
+RDEPEND="dev-perl/libwww-perl
+ virtual/perl-IO-Compress
+ virtual/perl-Archive-Tar
+ >=dev-perl/CPAN-Mini-0.32
+ dev-perl/CPAN-Checksums"
+# test? ( dev-perl/HTTP-Server-Simple )"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
diff --git a/dev-perl/CPAN-Mini-Inject/ChangeLog b/dev-perl/CPAN-Mini-Inject/ChangeLog
index caf5cf145e86..6e26c2e1954c 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.13 2009/07/19 17:35:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.14 2009/08/25 17:15:32 robbat2 Exp $
+
+*CPAN-Mini-Inject-0.26 (25 Aug 2009)
+
+ 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +CPAN-Mini-Inject-0.26.ebuild:
+ Version bump via perl-bump experimental tool.
19 Jul 2009; Torsten Veller <tove@gentoo.org>
CPAN-Mini-Inject-0.18.ebuild, CPAN-Mini-Inject-0.25.ebuild: