Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-ParseXS: perl-ExtUtils-ParseXS-2.20.ebuild ChangeLog
Date: Fri, 03 Jul 2009 05:10:55
Message-Id: E1MMb30-0007wF-Bw@stork.gentoo.org
1 tove 09/07/03 05:10:54
2
3 Modified: ChangeLog
4 Added: perl-ExtUtils-ParseXS-2.20.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 virtual/perl-ExtUtils-ParseXS/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 2 Nov 2008 10:56:22 -0000 1.2
23 +++ ChangeLog 3 Jul 2009 05:10:54 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for virtual/perl-ExtUtils-ParseXS
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.2 2008/11/02 10:56:22 swegener Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.3 2009/07/03 05:10:54 tove Exp $
30 +
31 +*perl-ExtUtils-ParseXS-2.20 (03 Jul 2009)
32 +
33 + 03 Jul 2009; Torsten Veller <tove@g.o>
34 + +perl-ExtUtils-ParseXS-2.20.ebuild:
35 + Version bump
36
37 *perl-ExtUtils-ParseXS-2.19 (01 Nov 2008)
38 *perl-ExtUtils-ParseXS-2.18 (01 Nov 2008)
39
40
41
42 1.1 virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.20.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: perl-ExtUtils-ParseXS-2.20.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.20.ebuild,v 1.1 2009/07/03 05:10:54 tove Exp $
52
53 DESCRIPTION="Converts Perl XS code into C code"
54 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
55 SRC_URI=""
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND="~perl-core/ExtUtils-ParseXS-${PV}"