Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.5.1.ebuild ChangeLog
Date: Mon, 01 Oct 2012 16:38:19
Message-Id: 20121001163809.A42AE21600@flycatcher.gentoo.org
1 pacho 12/10/01 16:38:09
2
3 Modified: gtk-vnc-0.5.1.ebuild ChangeLog
4 Log:
5 Parallel installation is still failing (#328273#c37 by Paweł Hajdan, Jr.).
6
7 (Portage version: 2.1.11.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk-vnc-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk-vnc-0.5.1.ebuild 21 Jul 2012 12:01:39 -0000 1.1
23 +++ gtk-vnc-0.5.1.ebuild 1 Oct 2012 16:38:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.1.ebuild,v 1.1 2012/07/21 12:01:39 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild,v 1.2 2012/10/01 16:38:09 pacho Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -8,7 +8,7 @@
33 inherit base eutils gnome.org python
34
35 DESCRIPTION="VNC viewer widget for GTK"
36 -HOMEPAGE="http://live.gnome.org/gtk-vnc"
37 +HOMEPAGE="https://live.gnome.org/gtk-vnc"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 @@ -130,16 +130,18 @@
42 }
43
44 src_install() {
45 + # Parallel installation fails sometimes, bug #328273, upstream bug #651923
46 +
47 dodoc AUTHORS ChangeLog NEWS README
48
49 cd ${GTK2_BUILDDIR}
50 einfo "Running make install in ${GTK2_BUILDDIR}"
51 - base_src_install
52 + MAKEOPTS="${MAKEOPTS} -j1" base_src_install
53
54 if use gtk3; then
55 cd ${GTK3_BUILDDIR}
56 einfo "Running make install in ${GTK3_BUILDDIR}"
57 - base_src_install
58 + MAKEOPTS="${MAKEOPTS} -j1" base_src_install
59 fi
60
61 python_clean_installation_image
62
63
64
65 1.94 net-libs/gtk-vnc/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.94&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.94&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.93&r2=1.94
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
74 retrieving revision 1.93
75 retrieving revision 1.94
76 diff -u -r1.93 -r1.94
77 --- ChangeLog 21 Jul 2012 12:01:39 -0000 1.93
78 +++ ChangeLog 1 Oct 2012 16:38:09 -0000 1.94
79 @@ -1,6 +1,9 @@
80 # ChangeLog for net-libs/gtk-vnc
81 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.93 2012/07/21 12:01:39 pacho Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.94 2012/10/01 16:38:09 pacho Exp $
84 +
85 + 01 Oct 2012; Pacho Ramos <pacho@g.o> gtk-vnc-0.5.1.ebuild:
86 + Parallel installation is still failing (#328273#c37 by Paweł Hajdan, Jr.).
87
88 *gtk-vnc-0.5.1 (21 Jul 2012)