Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Python: Inline-Python-0.490.0.ebuild ChangeLog
Date: Sat, 04 Jul 2015 12:40:18
Message-Id: 20150704124008.A0F5C751@oystercatcher.gentoo.org
1 dilfridge 15/07/04 12:40:08
2
3 Modified: ChangeLog
4 Added: Inline-Python-0.490.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.32 dev-perl/Inline-Python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 13 Dec 2014 23:07:42 -0000 1.31
24 +++ ChangeLog 4 Jul 2015 12:40:08 -0000 1.32
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Inline-Python
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.31 2014/12/13 23:07:42 zlogene Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.32 2015/07/04 12:40:08 dilfridge Exp $
31 +
32 +*Inline-Python-0.490.0 (04 Jul 2015)
33 +
34 + 04 Jul 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Inline-Python-0.490.0.ebuild:
36 + Version bump
37
38 13 Dec 2014; Mikle Kolyada <zlogene@g.o> -Inline-Python-0.430.0.ebuild:
39 Drop old
40
41
42
43 1.1 dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Inline-Python-0.490.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild,v 1.1 2015/07/04 12:40:08 dilfridge Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_7,3_3} )
57 # Feel free to add more targets after testing.
58
59 MODULE_AUTHOR=NINE
60 MODULE_VERSION=0.49
61 inherit python-single-r1 perl-module
62
63 DESCRIPTION="Easy implementation of Python extensions"
64
65 SLOT="0"
66 KEYWORDS="~amd64 ~sparc ~x86"
67 IUSE="test"
68
69 RDEPEND="
70 virtual/perl-Data-Dumper
71 >=virtual/perl-Digest-MD5-2.500.0
72 >=dev-perl/Inline-0.46
73 ${PYTHON_DEPS}
74 "
75 DEPEND="${RDEPEND}
76 virtual/perl-ExtUtils-MakeMaker
77 test? (
78 virtual/perl-Test-Simple
79 virtual/perl-Test
80 )
81 "
82
83 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
84
85 PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )
86
87 SRC_TEST="do"