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/gconf: gconf-3.2.6-r1.ebuild ChangeLog
Date: Sun, 02 Jun 2013 00:09:43
Message-Id: 20130602000935.0BE342171D@flycatcher.gentoo.org
1 abcd 13/06/02 00:09:34
2
3 Modified: gconf-3.2.6-r1.ebuild ChangeLog
4 Log:
5 Force non-empty PYTHON_TARGETS to ensure that build always succeeds; ensure that the proper version(s) of python is/are installed at runtime as well as compile-time
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
8
9 Revision Changes Path
10 1.2 gnome-base/gconf/gconf-3.2.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gconf-3.2.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gconf-3.2.6-r1.ebuild 7 Apr 2013 11:46:49 -0000 1.1
23 +++ gconf-3.2.6-r1.ebuild 2 Jun 2013 00:09:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild,v 1.1 2013/04/07 11:46:49 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild,v 1.2 2013/06/02 00:09:34 abcd Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32 @@ -20,6 +20,7 @@
33 IUSE="debug gtk +introspection ldap orbit policykit"
34
35 RDEPEND="
36 + ${PYTHON_DEPS}
37 >=dev-libs/glib-2.31:2
38 >=dev-libs/dbus-glib-0.74:=
39 >=sys-apps/dbus-1:=
40 @@ -31,13 +32,14 @@
41 policykit? ( sys-auth/polkit:= )
42 "
43 DEPEND="${RDEPEND}
44 - ${PYTHON_DEPS}
45 dev-libs/libxslt
46 dev-util/gtk-doc-am
47 >=dev-util/intltool-0.35
48 virtual/pkgconfig
49 "
50
51 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 +
53 pkg_setup() {
54 kill_gconf
55 }
56
57
58
59 1.282 gnome-base/gconf/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.282&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.282&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?r1=1.281&r2=1.282
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
68 retrieving revision 1.281
69 retrieving revision 1.282
70 diff -u -r1.281 -r1.282
71 --- ChangeLog 10 May 2013 11:17:27 -0000 1.281
72 +++ ChangeLog 2 Jun 2013 00:09:34 -0000 1.282
73 @@ -1,6 +1,11 @@
74 # ChangeLog for gnome-base/gconf
75 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.281 2013/05/10 11:17:27 eva Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.282 2013/06/02 00:09:34 abcd Exp $
78 +
79 + 02 Jun 2013; Jonathan Callen <abcd@g.o> gconf-3.2.6-r1.ebuild:
80 + Force non-empty PYTHON_TARGETS to ensure that build always succeeds; ensure
81 + that the proper version(s) of python is/are installed at runtime as well as
82 + compile-time
83
84 10 May 2013; Gilles Dartiguelongue <eva@g.o> +gconf-2.32.4-r1.ebuild:
85 Stable bump: apply prefix fixes to stable ebuild, bug #469240.