Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-ParseXS: ExtUtils-ParseXS-2.21.ebuild ChangeLog
Date: Tue, 06 Oct 2009 18:47:07
Message-Id: E1MvF3q-0002FW-KH@stork.gentoo.org
1 tove 09/10/06 18:46:58
2
3 Modified: ChangeLog
4 Added: ExtUtils-ParseXS-2.21.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 perl-core/ExtUtils-ParseXS/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 15 Sep 2009 07:27:56 -0000 1.5
23 +++ ChangeLog 6 Oct 2009 18:46:58 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for perl-core/ExtUtils-ParseXS
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.5 2009/09/15 07:27:56 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.6 2009/10/06 18:46:58 tove Exp $
29 +
30 +*ExtUtils-ParseXS-2.21 (06 Oct 2009)
31 +
32 + 06 Oct 2009; Torsten Veller <tove@g.o>
33 + +ExtUtils-ParseXS-2.21.ebuild:
34 + Version bump
35
36 *ExtUtils-ParseXS-2.20.0401 (15 Sep 2009)
37
38
39
40
41 1.1 perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ExtUtils-ParseXS-2.21.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/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild,v 1.1 2009/10/06 18:46:58 tove Exp $
51
52 EAPI=2
53
54 #inherit versionator
55 #MY_P=${PN}-$(delete_version_separator 2 )
56 #S=${WORKDIR}/${MY_P}
57 MODULE_AUTHOR=DAGOLDEN
58 inherit perl-module
59
60 DESCRIPTION="Converts Perl XS code into C code"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="${RDEPEND}
68 virtual/perl-ExtUtils-CBuilder
69 virtual/perl-Module-Build"
70
71 SRC_TEST="do"