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.01.ebuild
Date: Fri, 01 Jan 2010 22:54:07
Message-Id: E1NQqNf-0000xv-U5@stork.gentoo.org
1 tove 10/01/01 22:54:03
2
3 Modified: ChangeLog CPAN-Mini-Phalanx-0.01.ebuild
4 Log:
5 Fix pod test (#299280). Add ~amd64
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-perl/CPAN-Mini-Phalanx/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 22 Feb 2007 01:44:21 -0000 1.7
22 +++ ChangeLog 1 Jan 2010 22:54:03 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/CPAN-Mini-Phalanx
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v 1.7 2007/02/22 01:44:21 peper Exp $
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 +
30 + 01 Jan 2010; Torsten Veller <tove@g.o>
31 + CPAN-Mini-Phalanx-0.01.ebuild:
32 + Fix pod test (#299280). Add ~amd64
33
34 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
35 Transition to Manifest2.
36
37
38
39 1.7 dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild?r1=1.6&r2=1.7
44
45 Index: CPAN-Mini-Phalanx-0.01.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- CPAN-Mini-Phalanx-0.01.ebuild 4 Aug 2006 22:48:32 -0000 1.6
52 +++ CPAN-Mini-Phalanx-0.01.ebuild 1 Jan 2010 22:54:03 -0000 1.7
53 @@ -1,25 +1,28 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild,v 1.6 2006/08/04 22:48:32 mcummings Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild,v 1.7 2010/01/01 22:54:03 tove Exp $
59
60 -inherit perl-module
61 +EAPI=2
62
63 -MY_PN="${PN}100"
64 +MODULE_AUTHOR=SMPETERS
65 +MY_PN=${PN}100
66 MY_P=${MY_PN}-${PV}
67 -S="${WORKDIR}/$MY_P"
68 +S=${WORKDIR}/${MY_P}
69 +inherit perl-module
70
71 DESCRIPTION="create a minimal mirror of CPAN containing the modules in the Phalanx 100"
72 -HOMEPAGE="http://search.cpan.org/~smpeters/${MY_P}/"
73 -SRC_URI="mirror://cpan/authors/id/S/SM/SMPETERS/${MY_P}.tar.gz"
74
75 -LICENSE="Artistic"
76 -#LICENSE="|| ( Artistic GPL-2 )"
77 SLOT="0"
78 -KEYWORDS="ia64 sparc x86"
79 -IUSE=""
80 +KEYWORDS="~amd64 ia64 sparc x86"
81 +IUSE="test"
82 +
83 +RDEPEND="dev-perl/CPAN-Mini"
84 +DEPEND="test? ( dev-perl/Test-Pod
85 + dev-perl/Test-Pod-Coverage )"
86
87 SRC_TEST="do"
88
89 -DEPEND="dev-perl/CPAN-Mini
90 - dev-lang/perl"
91 -RDEPEND="${DEPEND}"
92 +src_prepare() {
93 + perl-module_src_prepare
94 + sed -i 's,^L<Phalanx Project|,L<,' "${S}"/lib/CPAN/Mini/Phalanx100.pm || die
95 +}