Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme/files/, x11-terms/gnome-terminal/, ...
Date: Sun, 30 Oct 2011 19:24:19
Message-Id: 271b1d935238bdbcd9d7b24a50169472b8124e41.tetromino@gentoo
1 commit: 271b1d935238bdbcd9d7b24a50169472b8124e41
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 19:22:42 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 30 19:22:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=271b1d93
7
8 lots of packages: moved to gx86
9
10 ---
11 app-crypt/seahorse/seahorse-3.2.1.ebuild | 78 -------------
12 dev-libs/gdl/gdl-3.2.0.ebuild | 33 ------
13 dev-libs/libgdata/libgdata-0.10.0.ebuild | 73 ------------
14 dev-libs/libgweather/libgweather-3.2.1.ebuild | 53 ---------
15 .../gnome-keyring/gnome-keyring-3.2.1.ebuild | 120 --------------------
16 .../libgnome-keyring/libgnome-keyring-3.2.0.ebuild | 51 --------
17 .../gnome-color-manager-3.2.1.ebuild | 71 ------------
18 .../gnome-power-manager-3.2.1.ebuild | 74 ------------
19 .../gnome-screensaver-3.2.0.ebuild | 70 ------------
20 net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild | 65 -----------
21 net-libs/libsoup/libsoup-2.36.1.ebuild | 82 -------------
22 .../telepathy-farstream-0.1.1.ebuild | 65 -----------
23 x11-libs/libcryptui/libcryptui-3.2.0.ebuild | 72 ------------
24 .../gnome-terminal/gnome-terminal-3.2.1.ebuild | 53 ---------
25 .../gnome-icon-theme-symbolic-3.2.1.ebuild | 35 ------
26 .../gnome-icon-theme-2.91.7-update-cache.patch | 39 -------
27 .../gnome-icon-theme-3.2.1.2.ebuild | 55 ---------
28 17 files changed, 0 insertions(+), 1089 deletions(-)
29
30 diff --git a/app-crypt/seahorse/seahorse-3.2.1.ebuild b/app-crypt/seahorse/seahorse-3.2.1.ebuild
31 deleted file mode 100644
32 index c5d3c3a..0000000
33 --- a/app-crypt/seahorse/seahorse-3.2.1.ebuild
34 +++ /dev/null
35 @@ -1,78 +0,0 @@
36 -# Copyright 1999-2011 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.1 2010/10/17 19:12:26 pacho Exp $
39 -
40 -EAPI="4"
41 -GCONF_DEBUG="yes"
42 -GNOME2_LA_PUNT="yes"
43 -
44 -inherit gnome2
45 -if [[ ${PV} = 9999 ]]; then
46 - inherit gnome2-live
47 -fi
48 -
49 -DESCRIPTION="A GNOME application for managing encryption keys"
50 -HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="0"
54 -IUSE="avahi debug doc ldap test"
55 -if [[ ${PV} = 9999 ]]; then
56 - KEYWORDS=""
57 -else
58 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 -fi
60 -
61 -COMMON_DEPEND="
62 - >=dev-libs/glib-2.10:2
63 - >=x11-libs/gtk+-2.90.0:3
64 - >=gnome-base/gnome-keyring-3.1.5
65 - net-libs/libsoup:2.4
66 - x11-misc/shared-mime-info
67 -
68 - net-misc/openssh
69 - >=app-crypt/gpgme-1
70 - || (
71 - =app-crypt/gnupg-2.0*
72 - =app-crypt/gnupg-1.4* )
73 -
74 - avahi? ( >=net-dns/avahi-0.6 )
75 - ldap? ( net-nds/openldap )
76 -"
77 -DEPEND="${COMMON_DEPEND}
78 - sys-devel/gettext
79 - >=app-text/gnome-doc-utils-0.3.2
80 - >=app-text/scrollkeeper-0.3
81 - >=dev-util/pkgconfig-0.20
82 - >=dev-util/intltool-0.35
83 - doc? ( >=dev-util/gtk-doc-1.9 )
84 -"
85 -# Need seahorse-plugins git snapshot
86 -RDEPEND="${COMMON_DEPEND}
87 - !<app-crypt/seahorse-plugins-2.91.0_pre20110114
88 -"
89 -
90 -pkg_setup() {
91 - G2CONF="${G2CONF}
92 - --enable-pgp
93 - --enable-ssh
94 - --enable-pkcs11
95 - --disable-static
96 - --disable-scrollkeeper
97 - --disable-update-mime-database
98 - --enable-hkp
99 - $(use_enable avahi sharing)
100 - $(use_enable debug)
101 - $(use_enable ldap)
102 - $(use_enable test tests)"
103 - DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
104 -}
105 -
106 -src_prepare() {
107 - # FIXME: Do not mess with CFLAGS with USE="debug"
108 - sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
109 - -e 's/-Werror//' \
110 - -i configure.ac configure || die "sed 1 failed"
111 -
112 - gnome2_src_prepare
113 -}
114
115 diff --git a/dev-libs/gdl/gdl-3.2.0.ebuild b/dev-libs/gdl/gdl-3.2.0.ebuild
116 deleted file mode 100644
117 index d51f665..0000000
118 --- a/dev-libs/gdl/gdl-3.2.0.ebuild
119 +++ /dev/null
120 @@ -1,33 +0,0 @@
121 -# Copyright 1999-2011 Gentoo Foundation
122 -# Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.1.ebuild,v 1.2 2011/07/11 15:40:59 mattst88 Exp $
124 -
125 -EAPI="4"
126 -GCONF_DEBUG="no"
127 -GNOME2_LA_PUNT="yes"
128 -
129 -inherit gnome2
130 -
131 -DESCRIPTION="The Gnome Devtool Libraries"
132 -HOMEPAGE="http://www.gnome.org/"
133 -
134 -LICENSE="LGPL-2.1"
135 -SLOT="3"
136 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
137 -IUSE="doc +introspection"
138 -
139 -RDEPEND="dev-libs/glib:2
140 - >=x11-libs/gtk+-3.0.0:3[introspection?]
141 - >=dev-libs/libxml2-2.4:2
142 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
143 -DEPEND="${RDEPEND}
144 - dev-util/pkgconfig
145 - >=sys-devel/gettext-0.17
146 - >=dev-util/intltool-0.40.1
147 - doc? ( >=dev-util/gtk-doc-1.4 )"
148 -
149 -pkg_setup() {
150 - G2CONF="${G2CONF}
151 - $(use_enable introspection)"
152 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
153 -}
154
155 diff --git a/dev-libs/libgdata/libgdata-0.10.0.ebuild b/dev-libs/libgdata/libgdata-0.10.0.ebuild
156 deleted file mode 100644
157 index 141b5db..0000000
158 --- a/dev-libs/libgdata/libgdata-0.10.0.ebuild
159 +++ /dev/null
160 @@ -1,73 +0,0 @@
161 -# Copyright 1999-2011 Gentoo Foundation
162 -# Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.8.1.ebuild,v 1.2 2011/07/01 21:08:01 hwoarang Exp $
164 -
165 -EAPI="4"
166 -GCONF_DEBUG="yes"
167 -GNOME2_LA_PUNT="yes"
168 -
169 -inherit eutils gnome2
170 -if [[ ${PV} = 9999 ]]; then
171 - inherit gnome2-live
172 -fi
173 -
174 -DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
175 -HOMEPAGE="http://live.gnome.org/libgdata"
176 -
177 -LICENSE="LGPL-2.1"
178 -SLOT="0"
179 -IUSE="doc gnome +introspection static-libs"
180 -if [[ ${PV} = 9999 ]]; then
181 - KEYWORDS=""
182 -else
183 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
184 -fi
185 -
186 -# gtk+ is needed for gdk
187 -# configure checks for gtk:3, but only uses it for demos which are not installed
188 -RDEPEND=">=dev-libs/glib-2.19:2
189 - || (
190 - >=x11-libs/gdk-pixbuf-2.14:2
191 - >=x11-libs/gtk+-2.14:2 )
192 - >=dev-libs/libxml2-2:2
193 - >=net-libs/libsoup-2.26.1:2.4[introspection?]
194 - >=net-libs/liboauth-0.9.4
195 - gnome? ( >=net-libs/libsoup-gnome-2.26.1:2.4[introspection?] )
196 - introspection? ( >=dev-libs/gobject-introspection-0.9.7 )"
197 -DEPEND="${RDEPEND}
198 - >=dev-util/intltool-0.40
199 - doc? ( >=dev-util/gtk-doc-1.14 )"
200 -
201 -pkg_setup() {
202 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
203 - G2CONF="${G2CONF}
204 - $(use_enable static-libs static)
205 - $(use_enable gnome)
206 - $(use_enable introspection)"
207 -}
208 -
209 -src_prepare() {
210 - gnome2_src_prepare
211 -
212 - # Disable tests requiring network access, bug #307725
213 - sed -e '/^TEST_PROGS = / s:\(.*\):TEST_PROGS = general perf\nOLD_\1:' \
214 - -i gdata/tests/Makefile.in || die "network test disable failed"
215 -}
216 -
217 -src_test() {
218 - unset ORBIT_SOCKETDIR
219 - unset DBUS_SESSION_BUS_ADDRESS
220 - dbus-launch emake check || die "emake check failed"
221 -}
222 -
223 -pkg_preinst() {
224 - gnome2_pkg_preinst
225 - preserve_old_lib /usr/$(get_libdir)/libgdata.so.7
226 - preserve_old_lib /usr/$(get_libdir)/libgdata.so.11
227 -}
228 -
229 -pkg_postinst() {
230 - gnome2_pkg_postinst
231 - preserve_old_lib_notify /usr/$(get_libdir)/libgdata.so.7
232 - preserve_old_lib_notify /usr/$(get_libdir)/libgdata.so.11
233 -}
234
235 diff --git a/dev-libs/libgweather/libgweather-3.2.1.ebuild b/dev-libs/libgweather/libgweather-3.2.1.ebuild
236 deleted file mode 100644
237 index 57cd6cb..0000000
238 --- a/dev-libs/libgweather/libgweather-3.2.1.ebuild
239 +++ /dev/null
240 @@ -1,53 +0,0 @@
241 -# Copyright 1999-2011 Gentoo Foundation
242 -# Distributed under the terms of the GNU General Public License v2
243 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
244 -
245 -EAPI="4"
246 -GCONF_DEBUG="no"
247 -GNOME2_LA_PUNT="yes"
248 -
249 -inherit gnome2
250 -if [[ ${PV} = 9999 ]]; then
251 - inherit gnome2-live
252 -fi
253 -
254 -DESCRIPTION="Library to access weather information from online services"
255 -HOMEPAGE="http://www.gnome.org/"
256 -
257 -LICENSE="GPL-2"
258 -SLOT="2"
259 -IUSE="+introspection doc"
260 -if [[ ${PV} = 9999 ]]; then
261 - KEYWORDS=""
262 -else
263 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
264 -fi
265 -
266 -# libsoup-gnome is to be used because libsoup[gnome] might not
267 -# get libsoup-gnome installed by the time ${P} is built
268 -COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
269 - >=dev-libs/glib-2.13
270 - >=gnome-base/gconf-2.8
271 - >=net-libs/libsoup-gnome-2.25.1:2.4
272 - >=dev-libs/libxml2-2.6.0
273 - >=sys-libs/timezone-data-2010k
274 -
275 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
276 -DEPEND="${COMMON_DEPEND}
277 - >=dev-util/intltool-0.40.6
278 - >=dev-util/pkgconfig-0.19
279 - >=dev-util/gtk-doc-am-1.9
280 - sys-devel/gettext
281 - doc? ( >=dev-util/gtk-doc-1.9 )"
282 -RDEPEND="${COMMON_DEPEND}
283 - !<gnome-base/gnome-applets-2.22.0"
284 -
285 -pkg_setup() {
286 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
287 - # Do not add --disable-all-translations-in-one-xml : it will enable them
288 - G2CONF="${G2CONF}
289 - --enable-locations-compression
290 - --disable-maintainer-mode
291 - --disable-static
292 - $(use_enable introspection)"
293 -}
294
295 diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild b/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild
296 deleted file mode 100644
297 index 6bcb769..0000000
298 --- a/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild
299 +++ /dev/null
300 @@ -1,120 +0,0 @@
301 -# Copyright 1999-2011 Gentoo Foundation
302 -# Distributed under the terms of the GNU General Public License v2
303 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.4 2011/01/02 21:32:23 mr_bones_ Exp $
304 -
305 -EAPI="4"
306 -GCONF_DEBUG="no"
307 -GNOME2_LA_PUNT="yes"
308 -
309 -inherit gnome2 multilib pam virtualx
310 -if [[ ${PV} = 9999 ]]; then
311 - inherit gnome2-live
312 -fi
313 -
314 -DESCRIPTION="Password and keyring managing daemon"
315 -HOMEPAGE="http://www.gnome.org/"
316 -
317 -LICENSE="GPL-2 LGPL-2"
318 -SLOT="0"
319 -IUSE="+caps debug doc pam test"
320 -if [[ ${PV} = 9999 ]]; then
321 - KEYWORDS=""
322 -else
323 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
324 -fi
325 -
326 -# USE=valgrind is probably not a good idea for the tree
327 -RDEPEND=">=dev-libs/glib-2.25:2
328 - >=x11-libs/gtk+-2.90.0:3
329 - >=app-crypt/p11-kit-0.6
330 - app-misc/ca-certificates
331 - >=dev-libs/libgcrypt-1.2.2
332 - >=dev-libs/libtasn1-1
333 - >=sys-apps/dbus-1.0
334 - caps? ( sys-libs/libcap-ng )
335 - pam? ( virtual/pam )
336 -"
337 -# valgrind? ( dev-util/valgrind )
338 -DEPEND="${RDEPEND}
339 - sys-devel/gettext
340 - >=dev-util/gtk-doc-am-1.9
341 - >=dev-util/intltool-0.35
342 - >=dev-util/pkgconfig-0.9
343 - doc? ( >=dev-util/gtk-doc-1.9 )"
344 -PDEPEND=">=gnome-base/libgnome-keyring-3.1.92"
345 -# eautoreconf needs:
346 -# >=dev-util/gtk-doc-am-1.9
347 -
348 -pkg_setup() {
349 - DOCS="AUTHORS ChangeLog NEWS README"
350 - G2CONF="${G2CONF}
351 - $(use_enable debug)
352 - $(use_enable test tests)
353 - $(use_with caps libcap-ng)
354 - $(use_enable pam)
355 - $(use_with pam pam-dir $(getpam_mod_dir))
356 - --with-root-certs=${EPREFIX}/etc/ssl/certs/
357 - --enable-ssh-agent
358 - --enable-gpg-agent
359 - --disable-update-mime"
360 -# $(use_enable valgrind)
361 -}
362 -
363 -src_prepare() {
364 - # Disable gcr tests due to weirdness with opensc
365 - # ** WARNING **: couldn't load PKCS#11 module: /usr/lib64/pkcs11/gnome-keyring-pkcs11.so: Couldn't initialize module: The device was removed or unplugged
366 - sed -e 's/^\(SUBDIRS = \.\)\(.*\)/\1/' \
367 - -i gcr/Makefile.* || die "sed failed"
368 -
369 - gnome2_src_prepare
370 -}
371 -
372 -src_test() {
373 - # FIXME: /gkm/transaction/ tests fail
374 - unset DBUS_SESSION_BUS_ADDRESS
375 - Xemake check || die "emake check failed!"
376 -}
377 -
378 -pkg_postinst() {
379 - use caps && fcaps 0:0 755 cap_ipc_lock "${ROOT}"/usr/bin/gnome-keyring-daemon
380 -
381 - gnome2_pkg_postinst
382 -}
383 -
384 -# borrowed from GSoC2010_Gentoo_Capabilities by constanze and Flameeyes
385 -# @FUNCTION: fcaps
386 -# @USAGE: fcaps {uid:gid} {file-mode} {cap1[,cap2,...]} {file}
387 -# @RETURN: 0 if all okay; non-zero if failure and fallback
388 -# @DESCRIPTION:
389 -# fcaps sets the specified capabilities in the effective and permitted set of
390 -# the given file. In case of failure fcaps sets the given file-mode.
391 -fcaps() {
392 - local uid_gid=$1
393 - local perms=$2
394 - local capset=$3
395 - local path=$4
396 - local res
397 -
398 - chmod $perms $path && \
399 - chown $uid_gid $path
400 - res=$?
401 -
402 - use caps || return $res
403 -
404 - #set the capability
405 - setcap "$capset=ep" "$path" &> /dev/null
406 - #check if the capabilitiy got set correctly
407 - setcap -v "$capset=ep" "$path" &> /dev/null
408 - res=$?
409 -
410 - if [ $res -ne 0 ]; then
411 - ewarn "Failed to set capabilities. Probable reason is missed kernel support."
412 - ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
413 - ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
414 - ewarn "${path}"
415 - ewarn
416 - ewarn "Falling back to suid now..."
417 - chmod u+s ${path}
418 - fi
419 - return $res
420 -}
421
422 diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.2.0.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.2.0.ebuild
423 deleted file mode 100644
424 index 2c57a81..0000000
425 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.2.0.ebuild
426 +++ /dev/null
427 @@ -1,51 +0,0 @@
428 -# Copyright 1999-2011 Gentoo Foundation
429 -# Distributed under the terms of the GNU General Public License v2
430 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-2.32.0.ebuild,v 1.5 2011/02/24 19:18:29 tomka Exp $
431 -
432 -EAPI="4"
433 -GCONF_DEBUG="no"
434 -GNOME2_LA_PUNT="yes"
435 -
436 -inherit eutils gnome2
437 -
438 -DESCRIPTION="Compatibility library for accessing secrets"
439 -HOMEPAGE="http://live.gnome.org/GnomeKeyring"
440 -
441 -LICENSE="LGPL-2"
442 -SLOT="0"
443 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
444 -IUSE="debug doc test"
445 -
446 -RDEPEND=">=sys-apps/dbus-1.0
447 - gnome-base/gconf
448 - >=gnome-base/gnome-keyring-2.29[test?]"
449 -DEPEND="${RDEPEND}
450 - sys-devel/gettext
451 - >=dev-util/intltool-0.35
452 - >=dev-util/pkgconfig-0.9
453 - doc? ( >=dev-util/gtk-doc-1.9 )"
454 -
455 -pkg_setup() {
456 - G2CONF="${G2CONF}
457 - $(use_enable debug)
458 - $(use_enable test tests full)"
459 - DOCS="AUTHORS ChangeLog NEWS README"
460 -}
461 -
462 -src_prepare() {
463 - gnome2_src_prepare
464 -
465 - # FIXME: Remove silly CFLAGS
466 - sed -e 's:CFLAGS="$CFLAGS -Werror:CFLAGS="$CFLAGS:' \
467 - -e 's:CFLAGS="$CFLAGS -g -O0:CFLAGS="$CFLAGS:' \
468 - -i configure.ac configure || die "sed failed"
469 -
470 - # FIXME: Remove DISABLE_DEPRECATED flags
471 - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' \
472 - -i configure.ac configure || die "sed 2 failed"
473 -}
474 -
475 -src_test() {
476 - unset DBUS_SESSION_BUS_ADDRESS
477 - dbus-launch emake check || die "tests failed"
478 -}
479
480 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
481 deleted file mode 100644
482 index b99a780..0000000
483 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.2.1.ebuild
484 +++ /dev/null
485 @@ -1,71 +0,0 @@
486 -# Copyright 1999-2011 Gentoo Foundation
487 -# Distributed under the terms of the GNU General Public License v2
488 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-2.32.0.ebuild,v 1.6 2011/03/23 06:10:42 ssuominen Exp $
489 -
490 -EAPI="4"
491 -GCONF_DEBUG="no"
492 -GNOME2_LA_PUNT="yes"
493 -
494 -inherit gnome2
495 -if [[ ${PV} = 9999 ]]; then
496 - inherit gnome2-live
497 -fi
498 -
499 -DESCRIPTION="Color profile manager for the GNOME desktop"
500 -HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
501 -
502 -LICENSE="GPL-2"
503 -SLOT="0"
504 -if [[ ${PV} = 9999 ]]; then
505 - KEYWORDS=""
506 -else
507 - KEYWORDS="~amd64 ~x86"
508 -fi
509 -IUSE="clutter packagekit raw"
510 -
511 -# FIXME: fix detection of docbook2man
512 -COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
513 -
514 - >=media-libs/lcms-2.2:2
515 - >=media-libs/libcanberra-0.10[gtk3]
516 - media-libs/libexif
517 - media-libs/tiff
518 -
519 - x11-libs/libX11
520 - x11-libs/libXrandr
521 - >=x11-libs/gtk+-2.91:3
522 - >=x11-libs/vte-0.25.1:2.90
523 - >=x11-misc/colord-0.1.12
524 -
525 - clutter? (
526 - media-libs/clutter-gtk:1.0
527 - media-libs/mash:0.2 )
528 - packagekit? ( app-admin/packagekit-base )
529 - raw? ( media-gfx/exiv2 )
530 -"
531 -RDEPEND="${COMMON_DEPEND}
532 - media-gfx/shared-color-profiles
533 -"
534 -# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
535 -DEPEND="${COMMON_DEPEND}
536 - app-text/docbook-sgml-dtd:4.1
537 - app-text/docbook-sgml-utils
538 - app-text/gnome-doc-utils
539 - dev-libs/libxslt
540 - >=dev-util/intltool-0.35
541 -"
542 -
543 -# FIXME: run test-suite with files on live file-system
544 -RESTRICT="test"
545 -
546 -pkg_setup() {
547 - # Always enable tests since they are check_PROGRAMS anyway
548 - G2CONF="${G2CONF}
549 - --disable-static
550 - --disable-schemas-compile
551 - --disable-scrollkeeper
552 - --enable-tests
553 - $(use_enable clutter)
554 - $(use_enable packagekit)
555 - $(use_enable raw exiv)"
556 -}
557
558 diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.2.1.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-3.2.1.ebuild
559 deleted file mode 100644
560 index 17576f7..0000000
561 --- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.2.1.ebuild
562 +++ /dev/null
563 @@ -1,74 +0,0 @@
564 -# Copyright 1999-2011 Gentoo Foundation
565 -# Distributed under the terms of the GNU General Public License v2
566 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/gnome-power-manager-2.32.0.ebuild,v 1.5 2010/12/12 16:53:55 armin76 Exp $
567 -
568 -EAPI="4"
569 -GCONF_DEBUG="no"
570 -
571 -inherit eutils gnome2 virtualx
572 -if [[ ${PV} = 9999 ]]; then
573 - inherit gnome2-live
574 -fi
575 -
576 -DESCRIPTION="Gnome Power Manager"
577 -HOMEPAGE="http://www.gnome.org/projects/gnome-power-manager/"
578 -
579 -LICENSE="GPL-2"
580 -SLOT="0"
581 -if [[ ${PV} = 9999 ]]; then
582 - KEYWORDS=""
583 -else
584 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
585 -fi
586 -IUSE="test"
587 -
588 -# FIXME: Interactive testsuite (upstream ? I'm so...pessimistic)
589 -RESTRICT="test"
590 -
591 -COMMON_DEPEND=">=dev-libs/glib-2.25.9
592 - >=x11-libs/gtk+-2.91.7:3
593 - >=x11-libs/cairo-1.0.0
594 - >=sys-power/upower-0.9.1"
595 -RDEPEND="${COMMON_DEPEND}
596 - >=sys-auth/consolekit-0.4[policykit]
597 - sys-auth/polkit
598 - gnome-extra/polkit-gnome"
599 -DEPEND="${COMMON_DEPEND}
600 - x11-proto/randrproto
601 -
602 - sys-devel/gettext
603 - app-text/scrollkeeper
604 - app-text/docbook-sgml-utils
605 - app-text/docbook-sgml-dtd:4.1
606 - >=dev-util/pkgconfig-0.9
607 - >=dev-util/intltool-0.35
608 - >=app-text/gnome-doc-utils-0.3.2
609 - test? ( sys-apps/dbus )"
610 -
611 -# docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
612 -# (files under ${S}/man).
613 -# docbook-xml-dtd-4.4 and -4.1.2 are used by the xml files under ${S}/docs.
614 -
615 -pkg_setup() {
616 - G2CONF="${G2CONF}
617 - $(use_enable test tests)
618 - --disable-strict
619 - --enable-compile-warnings=minimum
620 - --disable-schemas-compile"
621 - DOCS="AUTHORS ChangeLog NEWS README"
622 -}
623 -
624 -src_prepare() {
625 - gnome2_src_prepare
626 -
627 - # Drop debugger CFLAGS from configure
628 - # XXX: touch configure.ac only if running eautoreconf, otherwise
629 - # maintainer mode gets triggered -- even if the order is correct
630 - sed -e 's:^CPPFLAGS="$CPPFLAGS -g"$::g' \
631 - -i configure || die "debugger sed failed"
632 -}
633 -
634 -src_test() {
635 - unset DBUS_SESSION_BUS_ADDRESS
636 - Xemake check || die "Test phase failed"
637 -}
638
639 diff --git a/gnome-extra/gnome-screensaver/gnome-screensaver-3.2.0.ebuild b/gnome-extra/gnome-screensaver/gnome-screensaver-3.2.0.ebuild
640 deleted file mode 100644
641 index f321e62..0000000
642 --- a/gnome-extra/gnome-screensaver/gnome-screensaver-3.2.0.ebuild
643 +++ /dev/null
644 @@ -1,70 +0,0 @@
645 -# Copyright 1999-2011 Gentoo Foundation
646 -# Distributed under the terms of the GNU General Public License v2
647 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-2.30.2.ebuild,v 1.2 2010/11/02 02:33:58 ford_prefect Exp $
648 -
649 -EAPI="4"
650 -GCONF_DEBUG="yes"
651 -
652 -inherit gnome2
653 -if [[ ${PV} = 9999 ]]; then
654 - inherit gnome2-live
655 -fi
656 -
657 -DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
658 -HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
659 -
660 -LICENSE="GPL-2"
661 -SLOT="0"
662 -IUSE="debug doc pam"
663 -if [[ ${PV} = 9999 ]]; then
664 - KEYWORDS=""
665 -else
666 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
667 -fi
668 -
669 -RDEPEND="
670 - >=dev-libs/glib-2.25.6:2
671 - >=x11-libs/gtk+-2.99.3:3
672 - >=gnome-base/gnome-desktop-3.1.91:3
673 - >=gnome-base/gsettings-desktop-schemas-0.1.7
674 - >=gnome-base/libgnomekbd-0.1
675 - >=dev-libs/dbus-glib-0.71
676 -
677 - sys-apps/dbus
678 - x11-libs/libxklavier
679 - x11-libs/libX11
680 - x11-libs/libXext
681 - x11-libs/libXrandr
682 - x11-libs/libXScrnSaver
683 - x11-libs/libXxf86misc
684 - x11-libs/libXxf86vm
685 -
686 - pam? ( virtual/pam )
687 -"
688 -DEPEND="${RDEPEND}
689 - >=dev-util/pkgconfig-0.9
690 - >=dev-util/intltool-0.35
691 - sys-devel/gettext
692 - doc? (
693 - app-text/xmlto
694 - ~app-text/docbook-xml-dtd-4.1.2
695 - ~app-text/docbook-xml-dtd-4.4 )
696 - x11-proto/xextproto
697 - x11-proto/randrproto
698 - x11-proto/scrnsaverproto
699 - x11-proto/xf86miscproto
700 -"
701 -
702 -pkg_setup() {
703 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
704 - G2CONF="${G2CONF}
705 - $(use_enable doc docbook-docs)
706 - $(use_enable pam locking)
707 - --with-mit-ext
708 - --with-pam-prefix=/etc
709 - --with-xf86gamma-ext
710 - --with-kbd-layout-indicator
711 - --disable-schemas-compile"
712 - # xscreensaver and custom screensaver capability removed
713 - # poke and inhibit commands were also removed, bug 579430
714 -}
715
716 diff --git a/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild b/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild
717 deleted file mode 100644
718 index e2706e2..0000000
719 --- a/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild
720 +++ /dev/null
721 @@ -1,65 +0,0 @@
722 -# Copyright 1999-2011 Gentoo Foundation
723 -# Distributed under the terms of the GNU General Public License v2
724 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.34.2.ebuild,v 1.4 2011/07/15 11:09:36 xarthisius Exp $
725 -
726 -EAPI="4"
727 -GCONF_DEBUG="yes"
728 -GNOME2_LA_PUNT="yes"
729 -
730 -MY_PN=${PN/-gnome}
731 -MY_P=${MY_PN}-${PV}
732 -
733 -inherit autotools eutils gnome2
734 -if [[ ${PV} = 9999 ]]; then
735 - GNOME_LIVE_MODULE=${MY_PN}
736 - inherit gnome2-live
737 -fi
738 -
739 -DESCRIPTION="GNOME plugin for libsoup"
740 -HOMEPAGE="http://live.gnome.org/LibSoup"
741 -SRC_URI="${SRC_URI//-gnome}"
742 -
743 -LICENSE="LGPL-2"
744 -SLOT="2.4"
745 -if [[ ${PV} = 9999 ]]; then
746 - KEYWORDS=""
747 -else
748 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-solaris"
749 -fi
750 -IUSE="debug doc +introspection"
751 -
752 -RDEPEND="~net-libs/libsoup-${PV}
753 - || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 )
754 - dev-db/sqlite:3
755 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
756 -DEPEND="${RDEPEND}
757 - >=dev-util/pkgconfig-0.9
758 - >=dev-util/gtk-doc-am-1.10
759 - doc? ( >=dev-util/gtk-doc-1.10 )"
760 -
761 -S=${WORKDIR}/${MY_P}
762 -
763 -pkg_setup() {
764 - G2CONF="${G2CONF}
765 - --disable-static
766 - --disable-tls-check
767 - $(use_enable introspection)
768 - --with-libsoup-system
769 - --with-gnome"
770 - DOCS="AUTHORS NEWS README"
771 -}
772 -
773 -src_configure() {
774 - # FIXME: we need addpredict to workaround bug #324779 until
775 - # root cause (bug #249496) is solved
776 - addpredict /usr/share/snmp/mibs/.index
777 - gnome2_src_configure
778 -}
779 -
780 -src_prepare() {
781 - gnome2_src_prepare
782 -
783 - # Use lib present on the system
784 - epatch "${FILESDIR}"/${PN}-2.36.1-system-lib.patch
785 - eautoreconf
786 -}
787
788 diff --git a/net-libs/libsoup/libsoup-2.36.1.ebuild b/net-libs/libsoup/libsoup-2.36.1.ebuild
789 deleted file mode 100644
790 index af23e7e..0000000
791 --- a/net-libs/libsoup/libsoup-2.36.1.ebuild
792 +++ /dev/null
793 @@ -1,82 +0,0 @@
794 -# Copyright 1999-2011 Gentoo Foundation
795 -# Distributed under the terms of the GNU General Public License v2
796 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.34.2.ebuild,v 1.5 2011/07/15 11:08:46 xarthisius Exp $
797 -
798 -EAPI="4"
799 -GCONF_DEBUG="yes"
800 -GNOME2_LA_PUNT="yes"
801 -
802 -inherit autotools eutils gnome2
803 -if [[ ${PV} = 9999 ]]; then
804 - inherit gnome2-live
805 -fi
806 -
807 -DESCRIPTION="An HTTP library implementation in C"
808 -HOMEPAGE="http://live.gnome.org/LibSoup"
809 -
810 -LICENSE="LGPL-2"
811 -SLOT="2.4"
812 -if [[ ${PV} = 9999 ]]; then
813 - KEYWORDS=""
814 -else
815 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
816 -fi
817 -IUSE="debug doc +introspection samba ssl test"
818 -
819 -# glib-networking-2.29.18 needed to avoid a tls bug, see NEWS file
820 -RDEPEND=">=dev-libs/glib-2.30.0:2
821 - >=dev-libs/libxml2-2:2
822 - >=net-libs/glib-networking-2.30.0[ssl?]
823 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
824 - samba? ( net-fs/samba )"
825 -DEPEND="${RDEPEND}
826 - >=dev-util/pkgconfig-0.9
827 - >=dev-util/gtk-doc-am-1.10
828 - doc? ( >=dev-util/gtk-doc-1.10 )"
829 -# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
830 -# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
831 -# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
832 -# dev-lang/php[apache2,xmlrpc]
833 -# net-misc/curl
834 -# net-libs/glib-networking[ssl])"
835 -
836 -pkg_setup() {
837 - # Set invalid apache module dir until apache tests are ready, bug #326957
838 - DOCS="AUTHORS NEWS README"
839 - G2CONF="${G2CONF}
840 - --disable-static
841 - --disable-tls-check
842 - --without-gnome
843 - --with-apache-module-dir="${T}"
844 - $(use_enable introspection)
845 - $(use_with samba ntlm-auth ${EPREFIX}/usr/bin/ntlm_auth)"
846 -}
847 -
848 -src_configure() {
849 - # FIXME: we need addpredict to workaround bug #324779 until
850 - # root cause (bug #249496) is solved
851 - addpredict /usr/share/snmp/mibs/.index
852 - gnome2_src_configure
853 -}
854 -
855 -src_prepare() {
856 - gnome2_src_prepare
857 -
858 - if [[ ${PV} = 9999 ]]; then
859 - # prevent SOUP_MAINTAINER_FLAGS from getting set
860 - mv .git .git-bck || die
861 - fi
862 -
863 - if ! use test; then
864 - # don't waste time building tests (bug #226271)
865 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
866 - || die "sed failed"
867 - fi
868 -
869 - # Patch *must* be applied conditionally (see patch for details)
870 - if use doc; then
871 - # Fix bug 268592 (upstream #573685) (build fails without gnome && doc)
872 - epatch "${FILESDIR}/${PN}-2.34.2-fix-build-without-gnome-with-doc.patch"
873 - eautoreconf
874 - fi
875 -}
876
877 diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild
878 deleted file mode 100644
879 index 9265f4d..0000000
880 --- a/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild
881 +++ /dev/null
882 @@ -1,65 +0,0 @@
883 -# Copyright 1999-2011 Gentoo Foundation
884 -# Distributed under the terms of the GNU General Public License v2
885 -# $Header: $
886 -
887 -EAPI="3"
888 -PYTHON_DEPEND="python? 2:2.5"
889 -PYTHON_USE_WITH="xml"
890 -PYTHON_USE_WITH_OPT="python"
891 -
892 -inherit python
893 -
894 -DESCRIPTION="Telepathy client library that uses Farsight2 to handle Call channels"
895 -HOMEPAGE="http://telepathy.freedesktop.org"
896 -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
897 -
898 -LICENSE="LGPL-2.1"
899 -SLOT="0"
900 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
901 -IUSE="examples python"
902 -
903 -RDEPEND=">=dev-libs/glib-2.16:2
904 - >=sys-apps/dbus-0.60
905 - >=dev-libs/dbus-glib-0.60
906 - >=net-libs/telepathy-glib-0.13.4
907 - >=net-libs/farsight2-0.0.28
908 - python? (
909 - >=dev-python/pygobject-2.12.0:2
910 - >=dev-python/gst-python-0.10.10 )"
911 -
912 -DEPEND="${RDEPEND}"
913 -
914 -pkg_setup() {
915 - if use python; then
916 - python_set_active_version 2
917 - python_pkg_setup
918 - fi
919 -}
920 -
921 -src_prepare() {
922 - if use python; then
923 - python_convert_shebangs -r 2 .
924 - fi
925 -}
926 -
927 -src_configure() {
928 - econf $(use_enable python) --disable-static
929 -}
930 -
931 -src_install() {
932 - emake install DESTDIR="${D}" || die "emake install failed"
933 - python_clean_installation_image
934 - dodoc AUTHORS ChangeLog NEWS README || die
935 -
936 - # Remove .la files since static libs are disabled
937 - find "${D}" -name '*.la' -exec rm -f {} + || die
938 -
939 - if use examples; then
940 - insinto /usr/share/doc/${PF}/examples
941 - doins examples/*.c || die
942 - if use python; then
943 - insinto /usr/share/doc/${PF}/examples/python
944 - doins python/examples/*.py || die
945 - fi
946 - fi
947 -}
948
949 diff --git a/x11-libs/libcryptui/libcryptui-3.2.0.ebuild b/x11-libs/libcryptui/libcryptui-3.2.0.ebuild
950 deleted file mode 100644
951 index d77fde7..0000000
952 --- a/x11-libs/libcryptui/libcryptui-3.2.0.ebuild
953 +++ /dev/null
954 @@ -1,72 +0,0 @@
955 -# Copyright 1999-2011 Gentoo Foundation
956 -# Distributed under the terms of the GNU General Public License v2
957 -# $Header: $
958 -
959 -EAPI="4"
960 -GCONF_DEBUG="yes"
961 -GNOME2_LA_PUNT="yes"
962 -
963 -inherit gnome2
964 -if [[ ${PV} = 9999 ]]; then
965 - inherit gnome2-live
966 -fi
967 -
968 -DESCRIPTION="User interface components for OpenPGP"
969 -HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
970 -
971 -LICENSE="GPL-2 LGPL-2"
972 -SLOT="0"
973 -IUSE="debug doc +introspection libnotify test"
974 -if [[ ${PV} = 9999 ]]; then
975 - KEYWORDS=""
976 -else
977 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
978 -fi
979 -
980 -# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
981 -COMMON_DEPEND="
982 - >=dev-libs/glib-2.10:2
983 - >=x11-libs/gtk+-2.90.0:3[introspection?]
984 - >=dev-libs/dbus-glib-0.72
985 - >=gnome-base/gnome-keyring-2.91.2
986 -
987 - >=app-crypt/gpgme-1
988 - || (
989 - =app-crypt/gnupg-2.0*
990 - =app-crypt/gnupg-1.4* )
991 -
992 - introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
993 - libnotify? ( >=x11-libs/libnotify-0.7.0 )
994 -"
995 -DEPEND="${COMMON_DEPEND}
996 - sys-devel/gettext
997 - >=app-text/scrollkeeper-0.3
998 - >=dev-util/pkgconfig-0.20
999 - >=dev-util/intltool-0.35
1000 - doc? ( >=dev-util/gtk-doc-1.9 )
1001 -"
1002 -# Before 3.1.4, libcryptui was part of seahorse
1003 -RDEPEND="${COMMON_DEPEND}
1004 - !<app-crypt/seahorse-3.1.4
1005 -"
1006 -
1007 -pkg_setup() {
1008 - G2CONF="${G2CONF}
1009 - --disable-static
1010 - --disable-scrollkeeper
1011 - --disable-update-mime-database
1012 - $(use_enable debug)
1013 - $(use_enable introspection)
1014 - $(use_enable libnotify)
1015 - $(use_enable test tests)"
1016 - DOCS="AUTHORS ChangeLog NEWS README"
1017 -}
1018 -
1019 -src_prepare() {
1020 - # FIXME: Do not mess with CFLAGS with USE="debug"
1021 - sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
1022 - -e 's/-Werror//' \
1023 - -i configure.ac configure || die "sed failed"
1024 -
1025 - gnome2_src_prepare
1026 -}
1027
1028 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild
1029 deleted file mode 100644
1030 index 22c0635..0000000
1031 --- a/x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild
1032 +++ /dev/null
1033 @@ -1,53 +0,0 @@
1034 -# Copyright 1999-2011 Gentoo Foundation
1035 -# Distributed under the terms of the GNU General Public License v2
1036 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-2.32.1.ebuild,v 1.1 2010/11/19 22:17:31 pacho Exp $
1037 -
1038 -EAPI="4"
1039 -GCONF_DEBUG="no"
1040 -
1041 -inherit eutils gnome2
1042 -if [[ ${PV} = 9999 ]]; then
1043 - inherit gnome2-live
1044 -fi
1045 -
1046 -DESCRIPTION="The Gnome Terminal"
1047 -HOMEPAGE="http://www.gnome.org/"
1048 -
1049 -LICENSE="GPL-3"
1050 -SLOT="0"
1051 -if [[ ${PV} = 9999 ]]; then
1052 - KEYWORDS=""
1053 -else
1054 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
1055 -fi
1056 -IUSE=""
1057 -
1058 -RDEPEND=">=dev-libs/glib-2.26.0:2
1059 - >=x11-libs/gtk+-3.0:3
1060 - >=x11-libs/vte-0.30.0:2.90
1061 - >=gnome-base/gconf-2.31.3
1062 - >=gnome-base/gsettings-desktop-schemas-0.1.0
1063 - x11-libs/libSM
1064 - x11-libs/libICE"
1065 -# gtk+:2 needed for gtk-builder-convert, bug 356239
1066 -DEPEND="${RDEPEND}
1067 - x11-libs/gtk+:2
1068 - >=dev-util/intltool-0.40
1069 - >=dev-util/pkgconfig-0.9
1070 - >=app-text/gnome-doc-utils-0.3.2
1071 - >=app-text/scrollkeeper-0.3.11
1072 - sys-devel/gettext"
1073 -
1074 -pkg_setup() {
1075 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
1076 - # FIXME: leave smclient configure unset until it accepts values from the
1077 - # switch and not from GDK_TARGET, bug #363033
1078 - G2CONF="${G2CONF} --with-gtk=3.0"
1079 -}
1080 -
1081 -src_prepare() {
1082 - # Use login shell by default (#12900)
1083 - epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
1084 -
1085 - gnome2_src_prepare
1086 -}
1087
1088 diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.1.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.1.ebuild
1089 deleted file mode 100644
1090 index 629765d..0000000
1091 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.1.ebuild
1092 +++ /dev/null
1093 @@ -1,35 +0,0 @@
1094 -# Copyright 1999-2011 Gentoo Foundation
1095 -# Distributed under the terms of the GNU General Public License v2
1096 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.0.0.ebuild,v 1.1 2011/06/02 21:01:46 nirbheek Exp $
1097 -
1098 -EAPI="4"
1099 -GCONF_DEBUG="no"
1100 -
1101 -inherit gnome2
1102 -
1103 -DESCRIPTION="Symbolic icons for GNOME default icon theme"
1104 -HOMEPAGE="http://www.gnome.org/"
1105 -
1106 -LICENSE="CCPL-Attribution-ShareAlike-3.0"
1107 -SLOT="0"
1108 -KEYWORDS="~amd64 ~x86"
1109 -IUSE=""
1110 -
1111 -COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
1112 -RDEPEND="${COMMON_DEPEND}
1113 - !<gnome-extra/gnome-power-manager-3.1.92"
1114 -# keyboard-brightness icon file collision with old gnome-power-manager
1115 -DEPEND="${COMMON_DEPEND}
1116 - >=x11-misc/icon-naming-utils-0.8.7
1117 - >=dev-util/pkgconfig-0.19"
1118 -
1119 -# This ebuild does not install any binaries
1120 -RESTRICT="binchecks strip"
1121 -
1122 -# FIXME: double check potential LINGUAS problem
1123 -src_prepare() {
1124 - DOCS="AUTHORS NEWS README"
1125 - G2CONF="${G2CONF}
1126 - --enable-icon-mapping
1127 - GTK_UPDATE_ICON_CACHE=$(type -P true)"
1128 -}
1129
1130 diff --git a/x11-themes/gnome-icon-theme/files/gnome-icon-theme-2.91.7-update-cache.patch b/x11-themes/gnome-icon-theme/files/gnome-icon-theme-2.91.7-update-cache.patch
1131 deleted file mode 100644
1132 index c7a6e46..0000000
1133 --- a/x11-themes/gnome-icon-theme/files/gnome-icon-theme-2.91.7-update-cache.patch
1134 +++ /dev/null
1135 @@ -1,39 +0,0 @@
1136 -From f71b86486f5b42821fad50f8cada03edd3eb07e2 Mon Sep 17 00:00:00 2001
1137 -From: Dan Winship <danw@×××××.org>
1138 -Date: Thu, 23 Sep 2010 19:58:12 +0000
1139 -Subject: Run gtk-update-icon-cache after installing
1140 -
1141 -https://bugzilla.gnome.org/show_bug.cgi?id=630465
1142 ----
1143 -diff --git a/Makefile.am b/Makefile.am
1144 -index 693a3cc..2097ee2 100644
1145 ---- a/Makefile.am
1146 -+++ b/Makefile.am
1147 -@@ -80,6 +80,9 @@ install-data-local:
1148 - touch $(DESTDIR)$(themedir); \
1149 - fi
1150 -
1151 -+install-data-hook:
1152 -+ $(GTK_UPDATE_ICON_CACHE) -q $(DESTDIR)$(themedir)
1153 -+
1154 - pkgconfigdir = $(datadir)/pkgconfig
1155 - pkgconfig_DATA = gnome-icon-theme.pc
1156 -
1157 -diff --git a/configure.ac b/configure.ac
1158 -index 6074f2c..0e7e3b1 100644
1159 ---- a/configure.ac
1160 -+++ b/configure.ac
1161 -@@ -57,6 +57,11 @@ fi
1162 -
1163 - AC_SUBST(ICONMAP)
1164 -
1165 -+AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache)
1166 -+if test -z "$GTK_UPDATE_ICON_CACHE"; then
1167 -+ AC_MSG_ERROR([Could not find gtk-update-icon-cache])
1168 -+fi
1169 -+
1170 - AC_CONFIG_FILES([
1171 - Makefile
1172 - gnome-icon-theme.pc
1173 ---
1174 -cgit v0.8.3.4
1175
1176 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.2.1.2.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.2.1.2.ebuild
1177 deleted file mode 100644
1178 index 847beca..0000000
1179 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.2.1.2.ebuild
1180 +++ /dev/null
1181 @@ -1,55 +0,0 @@
1182 -# Copyright 1999-2011 Gentoo Foundation
1183 -# Distributed under the terms of the GNU General Public License v2
1184 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild,v 1.5 2011/07/17 21:25:33 maekke Exp $
1185 -
1186 -EAPI="4"
1187 -GCONF_DEBUG="no"
1188 -
1189 -inherit gnome2 eutils autotools
1190 -
1191 -DESCRIPTION="GNOME default icon theme"
1192 -HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
1193 -
1194 -SRC_URI="${SRC_URI}
1195 - branding? ( http://www.mail-archive.com/tango-artists@×××××××××××××××××.org/msg00043/tango-gentoo-v1.1.tar.gz )"
1196 -
1197 -LICENSE="LGPL-3 CCPL-Attribution-ShareAlike-3.0
1198 - branding? ( CCPL-Sampling-Plus-1.0 )"
1199 -SLOT="0"
1200 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
1201 -IUSE="branding"
1202 -
1203 -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
1204 -DEPEND="${RDEPEND}
1205 - >=x11-misc/icon-naming-utils-0.8.7
1206 - >=dev-util/pkgconfig-0.19
1207 - >=dev-util/intltool-0.40
1208 - sys-devel/gettext"
1209 -
1210 -# This ebuild does not install any binaries
1211 -RESTRICT="binchecks strip"
1212 -
1213 -# FIXME: double check potential LINGUAS problem
1214 -pkg_setup() {
1215 - DOCS="AUTHORS NEWS TODO"
1216 - G2CONF="${G2CONF}
1217 - --enable-icon-mapping
1218 - GTK_UPDATE_ICON_CACHE=$(type -p true)"
1219 -}
1220 -
1221 -src_prepare() {
1222 - gnome2_src_prepare
1223 -
1224 - if use branding; then
1225 - for i in 16 22 24 32 48; do
1226 - cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
1227 - "${S}"/gnome//${i}x${i}/places/start-here.png \
1228 - || die "Copying gentoo logos failed"
1229 - done
1230 - fi
1231 -
1232 - # Revert upstream commit that is wrongly updating icon cache, upstream bug #642449
1233 - EPATCH_OPTS="-R" epatch "${FILESDIR}/${PN}-2.91.7-update-cache.patch"
1234 - intltoolize --force --copy --automake || die "intltoolize failed"
1235 - eautoreconf
1236 -}