Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Python: Inline-Python-0.38.ebuild ChangeLog
Date: Thu, 27 Jan 2011 02:43:11
Message-Id: 20110127024302.A3D4120057@flycatcher.gentoo.org
1 robbat2 11/01/27 02:43:02
2
3 Modified: ChangeLog
4 Added: Inline-Python-0.38.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 dev-perl/Inline-Python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -p -w -b -B -u -u -r1.19 -r1.20
23 --- ChangeLog 14 Jan 2011 17:14:15 -0000 1.19
24 +++ ChangeLog 27 Jan 2011 02:43:02 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Inline-Python
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.19 2011/01/14 17:14:15 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.20 2011/01/27 02:43:02 robbat2 Exp $
30 +
31 +*Inline-Python-0.38 (27 Jan 2011)
32 +
33 + 27 Jan 2011; Robin H. Johnson <robbat2@g.o>
34 + +Inline-Python-0.38.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 14 Jan 2011; Torsten Veller <tove@g.o> -Inline-Python-0.28.ebuild,
38 -Inline-Python-0.36.ebuild:
39
40
41
42 1.1 dev-perl/Inline-Python/Inline-Python-0.38.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.38.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.38.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Inline-Python-0.38.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.38.ebuild,v 1.1 2011/01/27 02:43:02 robbat2 Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=NINE
56 inherit perl-module
57
58 DESCRIPTION="Easy implementation of Python extensions"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-perl/Inline-0.42
65 dev-lang/python"
66 RDEPEND="${DEPEND}"
67
68 SRC_TEST="do"