Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-shell: ChangeLog gnome-shell-3.8.3-r2.ebuild
Date: Sun, 28 Jul 2013 00:02:27
Message-Id: 20130728000224.2A0292171C@flycatcher.gentoo.org
1 eva 13/07/28 00:02:23
2
3 Modified: ChangeLog gnome-shell-3.8.3-r2.ebuild
4 Log:
5 Fix dependency per configure.
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.41 gnome-base/gnome-shell/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 25 Jul 2013 06:08:03 -0000 1.40
23 +++ ChangeLog 28 Jul 2013 00:02:23 -0000 1.41
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/gnome-shell
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.40 2013/07/25 06:08:03 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.41 2013/07/28 00:02:23 eva Exp $
29 +
30 + 28 Jul 2013; Gilles Dartiguelongue <eva@g.o>
31 + gnome-shell-3.8.3-r2.ebuild:
32 + Fix dependency per configure.
33
34 25 Jul 2013; Pacho Ramos <pacho@g.o> gnome-shell-3.8.3-r2.ebuild:
35 Drop keywords #478076
36
37
38
39 1.3 gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: gnome-shell-3.8.3-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gnome-shell-3.8.3-r2.ebuild 25 Jul 2013 06:08:03 -0000 1.2
52 +++ gnome-shell-3.8.3-r2.ebuild 28 Jul 2013 00:02:23 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild,v 1.2 2013/07/25 06:08:03 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild,v 1.3 2013/07/28 00:02:23 eva Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="no"
61 @@ -17,7 +17,7 @@
62 LICENSE="GPL-2+ LGPL-2+"
63 SLOT="0"
64 IUSE="+bluetooth +i18n +networkmanager"
65 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86"
66 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
67
68 # libXfixes-5.0 needed for pointer barriers
69 # TODO: gstreamer support is currently automagical:
70 @@ -26,6 +26,7 @@
71 # gnome-shell/gnome-control-center/mutter/gnome-settings-daemon better to be in sync for 3.8.3
72 # https://mail.gnome.org/archives/gnome-announce-list/2013-June/msg00005.html
73 COMMON_DEPEND="
74 + app-crypt/libsecret
75 >=app-accessibility/at-spi2-atk-2.5.3
76 >=dev-libs/atk-2[introspection]
77 >=app-crypt/gcr-3.7.5[introspection]
78 @@ -35,7 +36,7 @@
79 >=x11-libs/gtk+-3.7.9:3[introspection]
80 >=media-libs/clutter-1.13.4:1.0[introspection]
81 >=dev-libs/json-glib-0.13.2
82 - >=dev-libs/libcroco-0.6.2:0.6
83 + >=dev-libs/libcroco-0.6.8:0.6
84 >=gnome-base/gnome-desktop-3.7.90:3=[introspection]
85 >=gnome-base/gsettings-desktop-schemas-3.7.4
86 >=gnome-base/gnome-keyring-3.3.90