Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Mini-Inject: CPAN-Mini-Inject-0.26.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:56
Message-Id: E1MfzcK-0008T0-Qu@stork.gentoo.org
1 robbat2 09/08/25 17:15:32
2
3 Modified: ChangeLog
4 Added: CPAN-Mini-Inject-0.26.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-perl/CPAN-Mini-Inject/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -p -w -b -B -u -u -r1.13 -r1.14
22 --- ChangeLog 19 Jul 2009 17:35:02 -0000 1.13
23 +++ ChangeLog 25 Aug 2009 17:15:32 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/CPAN-Mini-Inject
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.13 2009/07/19 17:35:02 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.14 2009/08/25 17:15:32 robbat2 Exp $
29 +
30 +*CPAN-Mini-Inject-0.26 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Robin H. Johnson <robbat2@g.o>
33 + +CPAN-Mini-Inject-0.26.ebuild:
34 + Version bump via perl-bump experimental tool.
35
36 19 Jul 2009; Torsten Veller <tove@g.o>
37 CPAN-Mini-Inject-0.18.ebuild, CPAN-Mini-Inject-0.25.ebuild:
38
39
40
41 1.1 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.26.ebuild?rev=1.1&content-type=text/plain
45
46 Index: CPAN-Mini-Inject-0.26.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=2
53
54 MODULE_AUTHOR=ANDYA
55 inherit perl-module
56
57 DESCRIPTION="Inject modules into a CPAN::Mini mirror. "
58
59 SLOT="0"
60 KEYWORDS="~ia64 ~sparc ~x86"
61 IUSE=""
62
63 # Disabled
64 #SRC_TEST="do"
65
66 RDEPEND="dev-perl/libwww-perl
67 virtual/perl-IO-Compress
68 virtual/perl-Archive-Tar
69 >=dev-perl/CPAN-Mini-0.32
70 dev-perl/CPAN-Checksums"
71 # test? ( dev-perl/HTTP-Server-Simple )"
72 DEPEND="${RDEPEND}
73 virtual/perl-Module-Build"