Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.19.1-r1.ebuild gdl-python-2.19.1-r2.ebuild gdl-python-2.19.1.ebuild
Date: Wed, 02 Jun 2010 21:11:02
Message-Id: 20100602211057.31BEB2CE14@corvid.gentoo.org
1 eva 10/06/02 21:10:56
2
3 Modified: ChangeLog gdl-python-2.19.1-r1.ebuild
4 gdl-python-2.19.1-r2.ebuild
5 Removed: gdl-python-2.19.1.ebuild
6 Log:
7 Update to use EAPI=2 due to eclass changes.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 dev-python/gdl-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 8 Apr 2010 18:28:17 -0000 1.24
24 +++ ChangeLog 2 Jun 2010 21:10:56 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/gdl-python
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.24 2010/04/08 18:28:17 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.25 2010/06/02 21:10:56 eva Exp $
30 +
31 + 02 Jun 2010; Gilles Dartiguelongue <eva@g.o>
32 + -gdl-python-2.19.1.ebuild, gdl-python-2.19.1-r1.ebuild,
33 + gdl-python-2.19.1-r2.ebuild:
34 + Update to use EAPI=2 due to eclass changes.
35
36 08 Apr 2010; Raúl Porcel <armin76@g.o>
37 gdl-python-2.19.1-r2.ebuild:
38
39
40
41 1.12 dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.12&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.12&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?r1=1.11&r2=1.12
46
47 Index: gdl-python-2.19.1-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v
50 retrieving revision 1.11
51 retrieving revision 1.12
52 diff -u -r1.11 -r1.12
53 --- gdl-python-2.19.1-r1.ebuild 30 Oct 2009 07:44:43 -0000 1.11
54 +++ gdl-python-2.19.1-r1.ebuild 2 Jun 2010 21:10:56 -0000 1.12
55 @@ -1,7 +1,8 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.11 2009/10/30 07:44:43 eva Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.12 2010/06/02 21:10:56 eva Exp $
61
62 +EAPI="2"
63 G_PY_PN="gnome-python-extras"
64
65 inherit gnome-python-common
66 @@ -13,20 +14,20 @@
67 DESCRIPTION="Python bindings for GDL"
68 LICENSE="LGPL-2.1"
69 SLOT="0"
70 -KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
71 +KEYWORDS="hppa ppc64"
72 IUSE="examples"
73
74 -RDEPEND=">=dev-libs/gdl-2.24.0"
75 +RDEPEND=">=dev-libs/gdl-2.24"
76 DEPEND="${RDEPEND}"
77
78 EXAMPLES="examples/gdl/*"
79
80 -src_unpack() {
81 - gnome-python-common_src_unpack
82 -
83 +src_prepare() {
84 epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
85 eautoreconf
86
87 # Fix build failure with recent gdl
88 epatch "${FILESDIR}/${P}-gdlicons.patch"
89 +
90 + gnome-python-common_src_prepare
91 }
92
93
94
95 1.6 dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild?rev=1.6&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild?rev=1.6&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild?r1=1.5&r2=1.6
100
101 Index: gdl-python-2.19.1-r2.ebuild
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v
104 retrieving revision 1.5
105 retrieving revision 1.6
106 diff -u -r1.5 -r1.6
107 --- gdl-python-2.19.1-r2.ebuild 8 Apr 2010 18:28:17 -0000 1.5
108 +++ gdl-python-2.19.1-r2.ebuild 2 Jun 2010 21:10:56 -0000 1.6
109 @@ -1,7 +1,8 @@
110 # Copyright 1999-2010 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v 1.5 2010/04/08 18:28:17 armin76 Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v 1.6 2010/06/02 21:10:56 eva Exp $
114
115 +EAPI="2"
116 G_PY_PN="gnome-python-extras"
117
118 inherit gnome-python-common
119 @@ -16,14 +17,12 @@
120 KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
121 IUSE="examples"
122
123 -RDEPEND=">=dev-libs/gdl-2.28.0"
124 +RDEPEND=">=dev-libs/gdl-2.28"
125 DEPEND="${RDEPEND}"
126
127 EXAMPLES="examples/gdl/*"
128
129 -src_unpack() {
130 - gnome-python-common_src_unpack
131 -
132 +src_prepare() {
133 epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
134 eautoreconf
135
136 @@ -32,4 +31,6 @@
137
138 # Fix build failure with gdl-2.28
139 epatch "${FILESDIR}/${P}-gdlapi-removal.patch"
140 +
141 + gnome-python-common_src_prepare
142 }