Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop: gnome-python-desktop-2.18.0.ebuild ChangeLog gnome-python-desktop-2.16.0.ebuild gnome-python-desktop-2.20.0.ebuild
Date: Wed, 10 Oct 2007 21:53:20
Message-Id: E1IfjL2-0005iW-0x@stork.gentoo.org
1 remi 07/10/10 21:43:32
2
3 Modified: gnome-python-desktop-2.18.0.ebuild ChangeLog
4 gnome-python-desktop-2.16.0.ebuild
5 Added: gnome-python-desktop-2.20.0.ebuild
6 Log:
7 dev-python/gnome-python-desktop: add new version for Gnome 2.20, update gtksourceview deps (see bug #195366) and fix quoting
8 (Portage version: 2.1.3.12)
9
10 Revision Changes Path
11 1.13 dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild?r1=1.12&r2=1.13
16
17 Index: gnome-python-desktop-2.18.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- gnome-python-desktop-2.18.0.ebuild 23 Sep 2007 06:05:50 -0000 1.12
24 +++ gnome-python-desktop-2.18.0.ebuild 10 Oct 2007 21:43:31 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild,v 1.12 2007/09/23 06:05:50 tgall Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild,v 1.13 2007/10/10 21:43:31 remi Exp $
30
31 inherit gnome2 python virtualx
32
33 @@ -20,7 +20,7 @@
34 >=gnome-base/gnome-panel-2.13.4
35 >=gnome-base/libgnomeprint-2.2.0
36 >=gnome-base/libgnomeprintui-2.2.0
37 - >=x11-libs/gtksourceview-1.1.90
38 + =x11-libs/gtksourceview-1*
39 >=x11-libs/libwnck-2.15.5
40 >=gnome-base/libgtop-2.13.0
41 >=gnome-extra/nautilus-cd-burner-2.15.3
42 @@ -53,7 +53,7 @@
43
44 pkg_postinst() {
45 python_version
46 - python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
47 + python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
48 }
49
50 pkg_postrm() {
51
52
53
54 1.41 dev-python/gnome-python-desktop/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.41&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.41&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?r1=1.40&r2=1.41
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v
63 retrieving revision 1.40
64 retrieving revision 1.41
65 diff -u -r1.40 -r1.41
66 --- ChangeLog 23 Sep 2007 06:05:50 -0000 1.40
67 +++ ChangeLog 10 Oct 2007 21:43:31 -0000 1.41
68 @@ -1,6 +1,14 @@
69 # ChangeLog for dev-python/gnome-python-desktop
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.40 2007/09/23 06:05:50 tgall Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.41 2007/10/10 21:43:31 remi Exp $
73 +
74 +*gnome-python-desktop-2.20.0 (10 Oct 2007)
75 +
76 + 10 Oct 2007; RĂ©mi Cardona <remi@g.o>
77 + gnome-python-desktop-2.16.0.ebuild, gnome-python-desktop-2.18.0.ebuild,
78 + +gnome-python-desktop-2.20.0.ebuild:
79 + add new version for Gnome 2.20, update gtksourceview deps (see bug #195366)
80 + and fix quoting
81
82 23 Sep 2007; Tom Gall <tgall@g.o>
83 gnome-python-desktop-2.18.0.ebuild:
84
85
86
87 1.14 dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild?rev=1.14&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild?rev=1.14&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild?r1=1.13&r2=1.14
92
93 Index: gnome-python-desktop-2.16.0.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild,v
96 retrieving revision 1.13
97 retrieving revision 1.14
98 diff -u -r1.13 -r1.14
99 --- gnome-python-desktop-2.16.0.ebuild 27 Apr 2007 18:55:22 -0000 1.13
100 +++ gnome-python-desktop-2.16.0.ebuild 10 Oct 2007 21:43:31 -0000 1.14
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2007 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild,v 1.13 2007/04/27 18:55:22 dang Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.16.0.ebuild,v 1.14 2007/10/10 21:43:31 remi Exp $
106
107 inherit distutils gnome2 python virtualx
108
109 @@ -20,7 +20,7 @@
110 >=gnome-base/gnome-panel-2.13.4
111 >=gnome-base/libgnomeprint-2.2.0
112 >=gnome-base/libgnomeprintui-2.2.0
113 - >=x11-libs/gtksourceview-1.1.90
114 + =x11-libs/gtksourceview-1*
115 >=x11-libs/libwnck-2.15.5
116 >=gnome-base/libgtop-2.13.0
117 >=gnome-extra/nautilus-cd-burner-2.15.3
118 @@ -53,7 +53,7 @@
119
120 pkg_postinst() {
121 python_version
122 - python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
123 + python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
124 }
125
126 pkg_postrm() {
127
128
129
130 1.1 dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild?rev=1.1&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild?rev=1.1&content-type=text/plain
134
135 Index: gnome-python-desktop-2.20.0.ebuild
136 ===================================================================
137 # Copyright 1999-2007 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild,v 1.1 2007/10/10 21:43:31 remi Exp $
140
141 inherit gnome2 python virtualx
142
143 DESCRIPTION="provides python interfacing modules for some GNOME desktop libraries"
144 HOMEPAGE="http://pygtk.org/"
145
146 LICENSE="LGPL-2.1 GPL-2"
147 SLOT="0"
148 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
149 IUSE="doc"
150
151 RDEPEND="virtual/python
152 >=dev-python/pygtk-2.10.3
153 >=dev-libs/glib-2.6.0
154 >=x11-libs/gtk+-2.4.0
155 >=dev-python/gnome-python-2.10.0
156 >=gnome-base/gnome-panel-2.13.4
157 >=gnome-base/libgnomeprint-2.2.0
158 >=gnome-base/libgnomeprintui-2.2.0
159 =x11-libs/gtksourceview-1*
160 >=x11-libs/libwnck-2.19.3
161 >=gnome-base/libgtop-2.13.0
162 >=gnome-extra/nautilus-cd-burner-2.15.3
163 >=gnome-extra/gnome-media-2.10.0
164 >=gnome-base/gconf-2.10.0
165 >=x11-wm/metacity-2.19.8
166 dev-python/pycairo
167 >=gnome-base/librsvg-2.13.93
168 >=gnome-base/gnome-keyring-0.5.0
169 >=gnome-base/gnome-desktop-2.10.0
170 >=media-video/totem-1.4.0
171 !<dev-python/gnome-python-extras-2.13"
172 DEPEND="${RDEPEND}
173 >=dev-util/pkgconfig-0.7"
174
175 DOCS="AUTHORS ChangeLog INSTALL MAINTAINERS NEWS README"
176
177 src_test() {
178 Xmake check || die "tests failed"
179 }
180
181 src_install() {
182 gnome2_src_install
183
184 if use doc; then
185 insinto /usr/share/doc/${PF}
186 doins -r examples
187 fi
188 }
189
190 pkg_postinst() {
191 python_version
192 python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
193 }
194
195 pkg_postrm() {
196 python_version
197 python_mod_cleanup
198 }
199
200
201
202 --
203 gentoo-commits@g.o mailing list