Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.5.2.ebuild ChangeLog
Date: Sat, 01 Jun 2013 23:47:28
Message-Id: 20130601234724.77B402171D@flycatcher.gentoo.org
1 abcd 13/06/01 23:47:24
2
3 Modified: gtk-vnc-0.5.2.ebuild ChangeLog
4 Log:
5 Fix build with USE=-python and empty PYTHON_TARGETS; force non-empty PYTHON_TARGETS for USE=python
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.4 net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?r1=1.3&r2=1.4
15
16 Index: gtk-vnc-0.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gtk-vnc-0.5.2.ebuild 24 Apr 2013 07:06:11 -0000 1.3
23 +++ gtk-vnc-0.5.2.ebuild 1 Jun 2013 23:47:24 -0000 1.4
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/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.3 2013/04/24 07:06:11 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.4 2013/06/01 23:47:24 abcd Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_{6,7} )
32 @@ -16,7 +16,10 @@
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 IUSE="examples gtk3 +introspection pulseaudio python sasl vala"
36 -REQUIRED_USE="vala? ( gtk3 introspection )"
37 +REQUIRED_USE="
38 + python? ( ${PYTHON_REQUIRED_USE} )
39 + vala? ( gtk3 introspection )
40 +"
41
42 # libview is used in examples/gvncviewer -- no need
43 # glib-2.30.1 needed to avoid linking failure due to .la files (bug #399129)
44 @@ -57,7 +60,9 @@
45 prepare_python() {
46 mkdir -p "${BUILD_DIR}" || die
47 }
48 - python_foreach_impl prepare_python
49 + if use python; then
50 + python_foreach_impl prepare_python
51 + fi
52
53 # Remove a few files that were autogenerated during distcheck.
54 # Having these around in srcdir breaks out of tree build since they're
55
56
57
58 1.107 net-libs/gtk-vnc/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.107&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.107&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.106&r2=1.107
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
67 retrieving revision 1.106
68 retrieving revision 1.107
69 diff -u -r1.106 -r1.107
70 --- ChangeLog 24 Apr 2013 07:06:11 -0000 1.106
71 +++ ChangeLog 1 Jun 2013 23:47:24 -0000 1.107
72 @@ -1,6 +1,10 @@
73 # ChangeLog for net-libs/gtk-vnc
74 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.106 2013/04/24 07:06:11 jlec Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.107 2013/06/01 23:47:24 abcd Exp $
77 +
78 + 01 Jun 2013; Jonathan Callen <abcd@g.o> gtk-vnc-0.5.2.ebuild:
79 + Fix build with USE=-python and empty PYTHON_TARGETS; force non-empty
80 + PYTHON_TARGETS for USE=python
81
82 24 Apr 2013; Justin Lecher <jlec@g.o> gtk-vnc-0.5.2.ebuild,
83 metadata.xml: