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-misc/vinagre: ChangeLog vinagre-2.30.3.ebuild
Date: Tue, 28 Sep 2010 21:56:37
Message-Id: 20100928214652.CC4D020051@flycatcher.gentoo.org
1 eva 10/09/28 21:46:52
2
3 Modified: ChangeLog
4 Added: vinagre-2.30.3.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.62 net-misc/vinagre/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 11 Sep 2010 18:59:42 -0000 1.61
24 +++ ChangeLog 28 Sep 2010 21:46:52 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/vinagre
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.61 2010/09/11 18:59:42 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.62 2010/09/28 21:46:52 eva Exp $
30 +
31 +*vinagre-2.30.3 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Gilles Dartiguelongue <eva@g.o>
34 + +vinagre-2.30.3.ebuild:
35 + Version bump. Translation updates.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o> vinagre-2.30.2.ebuild:
38 Marked ppc for bug #324077.
39
40
41
42 1.1 net-misc/vinagre/vinagre-2.30.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vinagre-2.30.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.1 2010/09/28 21:46:52 eva Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="VNC Client for the GNOME Desktop"
59 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="applet avahi +ssh +telepathy test"
65
66 # Telepathy-glib version in tarball is wrong:
67 # https://bugzilla.gnome.org/show_bug.cgi?id=614716
68 RDEPEND=">=dev-libs/glib-2.17
69 dev-libs/dbus-glib
70 >=x11-libs/gtk+-2.16
71 >=gnome-base/gconf-2.16
72 >=net-libs/gtk-vnc-0.3.10
73 >=gnome-base/gnome-keyring-1
74 x11-libs/libX11
75 applet? ( >=gnome-base/gnome-panel-2 )
76 avahi? (
77 >=dev-libs/libxml2-2.6.31
78 >=net-dns/avahi-0.6.22[dbus,gtk] )
79 ssh? (
80 >=dev-libs/libxml2-2.6.31
81 >=x11-libs/vte-0.20 )
82 telepathy? ( >=net-libs/telepathy-glib-0.10 )"
83
84 DEPEND="${RDEPEND}
85 gnome-base/gnome-common
86 >=dev-lang/perl-5
87 >=dev-util/pkgconfig-0.9
88 >=dev-util/intltool-0.40
89 app-text/scrollkeeper
90 app-text/gnome-doc-utils
91 test? ( ~app-text/docbook-xml-dtd-4.3 )"
92
93 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
94
95 pkg_setup() {
96 G2CONF="${G2CONF}
97 --disable-scrollkeeper
98 $(use_enable avahi)
99 $(use_enable applet)
100 $(use_enable ssh)
101 $(use_enable telepathy)"
102 }
103
104 src_install() {
105 gnome2_src_install
106
107 find "${D}" -name "*.la" -delete || die "remove of la files failed"
108
109 # Remove it's own installation of DOCS that go to $PN instead of $P and aren't ecompressed
110 rm -rf "${D}"/usr/share/doc/vinagre
111 }