Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Mini-Phalanx: ChangeLog CPAN-Mini-Phalanx-0.10.0.ebuild
Date: Thu, 01 Sep 2011 11:49:49
Message-Id: 20110901114939.8EB462004C@flycatcher.gentoo.org
1 tove 11/09/01 11:49:39
2
3 Modified: ChangeLog
4 Added: CPAN-Mini-Phalanx-0.10.0.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-perl/CPAN-Mini-Phalanx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 1 Jan 2010 22:54:03 -0000 1.8
24 +++ ChangeLog 1 Sep 2011 11:49:39 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/CPAN-Mini-Phalanx
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v 1.8 2010/01/01 22:54:03 tove Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v 1.9 2011/09/01 11:49:39 tove Exp $
31 +
32 +*CPAN-Mini-Phalanx-0.10.0 (01 Sep 2011)
33 +
34 + 01 Sep 2011; Torsten Veller <tove@g.o>
35 + +CPAN-Mini-Phalanx-0.10.0.ebuild:
36 + Change version scheme
37
38 01 Jan 2010; Torsten Veller <tove@g.o>
39 CPAN-Mini-Phalanx-0.01.ebuild:
40
41
42
43 1.1 dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.10.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.10.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.10.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: CPAN-Mini-Phalanx-0.10.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.10.0.ebuild,v 1.1 2011/09/01 11:49:39 tove Exp $
53
54 EAPI=4
55
56 MY_PN=CPAN-Mini-Phalanx100
57 MODULE_AUTHOR=SMPETERS
58 MODULE_VERSION=0.01
59 inherit perl-module
60
61 DESCRIPTION="create a minimal mirror of CPAN containing the modules in the Phalanx 100"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
65 IUSE="test"
66
67 RDEPEND="dev-perl/CPAN-Mini"
68 DEPEND="
69 test? (
70 ${RDEPEND}
71 dev-perl/Test-Pod
72 dev-perl/Test-Pod-Coverage
73 )"
74
75 SRC_TEST="do"
76
77 src_prepare() {
78 perl-module_src_prepare
79 sed -i 's,^L<Phalanx Project|,L<,' "${S}"/lib/CPAN/Mini/Phalanx100.pm || die
80 }