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
Date: Fri, 30 Oct 2009 07:44:46
Message-Id: E1N3mA7-0002Nb-Te@stork.gentoo.org
1 eva 09/10/30 07:44:43
2
3 Modified: ChangeLog gdl-python-2.19.1-r1.ebuild
4 Added: gdl-python-2.19.1-r2.ebuild
5 Log:
6 Version bump, fix compilation with gdl-2.28, bug #290522. Remove built_with_use since it is useless with corresponding gdl versions, bug #289028.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 dev-python/gdl-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 27 Sep 2009 13:50:54 -0000 1.19
23 +++ ChangeLog 30 Oct 2009 07:44:43 -0000 1.20
24 @@ -1,6 +1,15 @@
25 # ChangeLog for dev-python/gdl-python
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.19 2009/09/27 13:50:54 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.20 2009/10/30 07:44:43 eva Exp $
29 +
30 +*gdl-python-2.19.1-r2 (30 Oct 2009)
31 +
32 + 30 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + gdl-python-2.19.1-r1.ebuild, +gdl-python-2.19.1-r2.ebuild,
34 + +files/gdl-python-2.19.1-gdlapi-removal.patch:
35 + Version bump, fix compilation with gdl-2.28, bug #290522. Remove
36 + built_with_use since it is useless with corresponding gdl versions, bug
37 + #289028.
38
39 27 Sep 2009; nixnut <nixnut@g.o> gdl-python-2.19.1-r1.ebuild:
40 ppc stable #268359
41
42
43
44 1.11 dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?r1=1.10&r2=1.11
49
50 Index: gdl-python-2.19.1-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- gdl-python-2.19.1-r1.ebuild 27 Sep 2009 13:50:54 -0000 1.10
57 +++ gdl-python-2.19.1-r1.ebuild 30 Oct 2009 07:44:43 -0000 1.11
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.10 2009/09/27 13:50:54 nixnut Exp $
62 +# $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 $
63
64 G_PY_PN="gnome-python-extras"
65
66 @@ -21,17 +21,6 @@
67
68 EXAMPLES="examples/gdl/*"
69
70 -pkg_setup() {
71 - # we need gdl-gnome
72 - if ! built_with_use --missing true dev-libs/gdl gnome; then
73 - eerror "If you want to build ${PN} you need to build dev-libs/gdl with"
74 - eerror "the the 'gnome' USE flag."
75 - die "gdl must be built with USE='gnome'"
76 - fi
77 -
78 - gnome-python-common_pkg_setup
79 -}
80 -
81 src_unpack() {
82 gnome-python-common_src_unpack
83
84
85
86
87 1.1 dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild?rev=1.1&content-type=text/plain
91
92 Index: gdl-python-2.19.1-r2.ebuild
93 ===================================================================
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v 1.1 2009/10/30 07:44:43 eva Exp $
97
98 G_PY_PN="gnome-python-extras"
99
100 inherit gnome-python-common
101
102 PVP="$(get_version_component_range 1-2)"
103 SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
104 mirror://gentoo/${G_PY_PN}-${PV}-split.patch.gz"
105
106 DESCRIPTION="Python bindings for GDL"
107 LICENSE="LGPL-2.1"
108 SLOT="0"
109 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
110 IUSE="examples"
111
112 RDEPEND=">=dev-libs/gdl-2.28.0"
113 DEPEND="${RDEPEND}"
114
115 EXAMPLES="examples/gdl/*"
116
117 src_unpack() {
118 gnome-python-common_src_unpack
119
120 epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
121 eautoreconf
122
123 # Fix build failure with gdl-2.24
124 epatch "${FILESDIR}/${P}-gdlicons.patch"
125
126 # Fix build failure with gdl-2.28
127 epatch "${FILESDIR}/${P}-gdlapi-removal.patch"
128 }