diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-26 09:57:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-26 09:57:01 +0000 |
commit | 6425a1fab14c6f1b5f951422180b327a5a094c2c (patch) | |
tree | 30aabf990d6db6064e2d8e10e9897f1726e6580e /dev-perl | |
parent | version bump, thanks to Dmitry Dzhus, bug #244387 (diff) | |
download | gentoo-2-6425a1fab14c6f1b5f951422180b327a5a094c2c.tar.gz gentoo-2-6425a1fab14c6f1b5f951422180b327a5a094c2c.tar.bz2 gentoo-2-6425a1fab14c6f1b5f951422180b327a5a094c2c.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.23.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/CPAN-Mini-Inject/ChangeLog | 10 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.23.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.23.ebuild new file mode 100644 index 000000000000..2182d7fec1e1 --- /dev/null +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.23.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 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.23.ebuild,v 1.1 2008/10/26 09:57:01 tove Exp $ + +MODULE_AUTHOR=SSORICHE +inherit perl-module + +DESCRIPTION="Inject modules into a CPAN::Mini mirror. " + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~ia64 ~sparc ~x86" +IUSE="" + +# Disabled +#SRC_TEST="do" + +DEPEND="dev-perl/libwww-perl + dev-perl/Compress-Zlib + dev-perl/Archive-Tar + >=dev-perl/CPAN-Mini-0.32 + dev-perl/CPAN-Checksums + dev-lang/perl" +# test? ( dev-perl/HTTP-Server-Simple )" +RDEPEND="${DEPEND}" diff --git a/dev-perl/CPAN-Mini-Inject/ChangeLog b/dev-perl/CPAN-Mini-Inject/ChangeLog index 4269f3964009..a04b0773dff8 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.7 2006/10/15 09:41:58 kloeri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.8 2008/10/26 09:57:01 tove Exp $ + +*CPAN-Mini-Inject-0.23 (26 Oct 2008) + + 26 Oct 2008; Torsten Veller <tove@gentoo.org> + +CPAN-Mini-Inject-0.23.ebuild: + Version bump 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> CPAN-Mini-Inject-0.18.ebuild: |