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/extutils-parsexs: ChangeLog extutils-parsexs-2.19.ebuild
Date: Wed, 30 Apr 2008 11:31:13
Message-Id: E1JrAWk-00015I-5I@stork.gentoo.org
1 tove 08/04/30 11:31:10
2
3 Modified: ChangeLog
4 Added: extutils-parsexs-2.19.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.50 dev-perl/extutils-parsexs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 19 Mar 2008 03:30:39 -0000 1.49
23 +++ ChangeLog 30 Apr 2008 11:31:09 -0000 1.50
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/extutils-parsexs
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.49 2008/03/19 03:30:39 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.50 2008/04/30 11:31:09 tove Exp $
29 +
30 +*extutils-parsexs-2.19 (30 Apr 2008)
31 +
32 + 30 Apr 2008; Torsten Veller <tove@g.o>
33 + +extutils-parsexs-2.19.ebuild:
34 + Version bump
35
36 19 Mar 2008; Jeroen Roovers <jer@g.o> extutils-parsexs-2.18.ebuild:
37 Stable for HPPA too.
38
39
40
41 1.1 dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: extutils-parsexs-2.19.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild,v 1.1 2008/04/30 11:31:09 tove Exp $
51
52 MODULE_AUTHOR=KWILLIAMS
53
54 inherit perl-module
55
56 MY_P=ExtUtils-ParseXS-${PV}
57 S=${WORKDIR}/${MY_P}
58 DESCRIPTION="Converts Perl XS code into C code"
59 SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz"
60
61 LICENSE="|| ( Artistic GPL-2 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND="dev-lang/perl"
67 DEPEND="${RDEPEND}
68 dev-perl/ExtUtils-CBuilder
69 dev-perl/module-build"
70
71 SRC_TEST="do"
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list