diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:10:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:10:00 +0000 |
commit | 1a10f36e4b65e2cdc0efb0303e3761da645cbf94 (patch) | |
tree | b5fd14f3db800cc015125e7a450d0525cd101579 /dev-perl/CPAN-Mini-Inject | |
parent | Fix link error when USE=-gss. (diff) | |
download | gentoo-2-1a10f36e4b65e2cdc0efb0303e3761da645cbf94.tar.gz gentoo-2-1a10f36e4b65e2cdc0efb0303e3761da645cbf94.tar.bz2 gentoo-2-1a10f36e4b65e2cdc0efb0303e3761da645cbf94.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/CPAN-Mini-Inject')
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.25.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/ChangeLog | 8 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.25.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.25.ebuild new file mode 100644 index 000000000000..ded5f2b4d612 --- /dev/null +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.25.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.25.ebuild,v 1.1 2009/05/30 21:10:00 tove 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-Compress-Zlib + 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 2c57a7d3c8a9..d7b8d3120aca 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.10 2009/05/11 11:01:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.11 2009/05/30 21:10:00 tove Exp $ + +*CPAN-Mini-Inject-0.25 (30 May 2009) + + 30 May 2009; Torsten Veller <tove@gentoo.org> + +CPAN-Mini-Inject-0.25.ebuild: + Version bump *CPAN-Mini-Inject-0.24 (11 May 2009) |