Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.5.2.ebuild
Date: Tue, 26 Mar 2013 19:17:25
Message-Id: 20130326191721.EF5452171D@flycatcher.gentoo.org
1 eva 13/03/26 19:17:21
2
3 Modified: ChangeLog gtk-vnc-0.5.2.ebuild
4 Log:
5 Drop trailing whitespace.
6
7 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.103 net-libs/gtk-vnc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.103&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.103&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.102&r2=1.103
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
19 retrieving revision 1.102
20 retrieving revision 1.103
21 diff -u -r1.102 -r1.103
22 --- ChangeLog 26 Mar 2013 19:15:59 -0000 1.102
23 +++ ChangeLog 26 Mar 2013 19:17:21 -0000 1.103
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/gtk-vnc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.102 2013/03/26 19:15:59 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.103 2013/03/26 19:17:21 eva Exp $
29 +
30 + 26 Mar 2013; Gilles Dartiguelongue <eva@g.o> gtk-vnc-0.5.2.ebuild:
31 + Drop trailing whitespace.
32
33 *gtk-vnc-0.5.2 (26 Mar 2013)
34
35
36
37
38 1.2 net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild?r1=1.1&r2=1.2
43
44 Index: gtk-vnc-0.5.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gtk-vnc-0.5.2.ebuild 26 Mar 2013 19:15:59 -0000 1.1
51 +++ gtk-vnc-0.5.2.ebuild 26 Mar 2013 19:17:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.1 2013/03/26 19:15:59 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.2 2013/03/26 19:17:21 eva Exp $
57
58 EAPI="5"
59 PYTHON_COMPAT=( python2_{6,7} )
60 @@ -68,7 +68,7 @@
61 # Fix incorrect codegendir check: h2def.py is in pygobject, not pygtk, upstream bug#????
62 sed -e 's/codegendir pygtk-2.0/codegendir pygobject-2.0/g' \
63 -i src/Makefile.* || die
64 -
65 +
66 # libtool seems unable to find this via VPATH so help it
67 sed -r "s:(gtkvnc_la_LIBADD =) libgtk-vnc-.*\.la:\1 ${GTK2_BUILDDIR}/src/libgtk-vnc-1.0.la:" \
68 -i src/Makefile.{am,in} || die