Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-shell: gnome-shell-3.8.2.ebuild gnome-shell-3.6.3.1.ebuild ChangeLog
Date: Sun, 02 Jun 2013 00:03:19
Message-Id: 20130602000311.DD0772171D@flycatcher.gentoo.org
1 abcd 13/06/02 00:03:11
2
3 Modified: gnome-shell-3.8.2.ebuild gnome-shell-3.6.3.1.ebuild
4 ChangeLog
5 Log:
6 Force non-empty PYTHON_TARGETS to ensure that build always succeeds
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
9
10 Revision Changes Path
11 1.5 gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild?r1=1.4&r2=1.5
16
17 Index: gnome-shell-3.8.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- gnome-shell-3.8.2.ebuild 24 May 2013 20:05:27 -0000 1.4
24 +++ gnome-shell-3.8.2.ebuild 2 Jun 2013 00:03:11 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild,v 1.4 2013/05/24 20:05:27 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.2.ebuild,v 1.5 2013/06/02 00:03:11 abcd Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 @@ -112,6 +112,8 @@
34 # libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
35 # https://bugs.gentoo.org/show_bug.cgi?id=360413
36
37 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 +
39 src_prepare() {
40 # Fix automagic gnome-bluetooth dep, bug #398145
41 epatch "${FILESDIR}/${PN}-3.7.90-bluetooth-flag.patch"
42
43
44
45 1.4 gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild?r1=1.3&r2=1.4
50
51 Index: gnome-shell-3.6.3.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- gnome-shell-3.6.3.1.ebuild 19 May 2013 20:42:05 -0000 1.3
58 +++ gnome-shell-3.6.3.1.ebuild 2 Jun 2013 00:03:11 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild,v 1.3 2013/05/19 20:42:05 zorry Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.3.1.ebuild,v 1.4 2013/06/02 00:03:11 abcd Exp $
64
65 EAPI="5"
66 GCONF_DEBUG="no"
67 @@ -113,6 +113,8 @@
68 # libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
69 # https://bugs.gentoo.org/show_bug.cgi?id=360413
70
71 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
72 +
73 src_prepare() {
74 # Fix automagic gnome-bluetooth dep, bug #398145
75 epatch "${FILESDIR}/${PN}-3.5.x-bluetooth-flag.patch"
76
77
78
79 1.35 gnome-base/gnome-shell/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.35&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.35&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?r1=1.34&r2=1.35
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v
88 retrieving revision 1.34
89 retrieving revision 1.35
90 diff -u -r1.34 -r1.35
91 --- ChangeLog 24 May 2013 20:05:27 -0000 1.34
92 +++ ChangeLog 2 Jun 2013 00:03:11 -0000 1.35
93 @@ -1,6 +1,10 @@
94 # ChangeLog for gnome-base/gnome-shell
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.34 2013/05/24 20:05:27 pacho Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.35 2013/06/02 00:03:11 abcd Exp $
98 +
99 + 02 Jun 2013; Jonathan Callen <abcd@g.o> gnome-shell-3.6.3.1.ebuild,
100 + gnome-shell-3.8.2.ebuild:
101 + Force non-empty PYTHON_TARGETS to ensure that build always succeeds
102
103 24 May 2013; Pacho Ramos <pacho@g.o> -gnome-shell-3.8.1.ebuild,
104 gnome-shell-3.8.2.ebuild: