Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
Date: Wed, 27 Apr 2011 22:23:56
Message-Id: f6dfed2256895bf254643228e5bb09e7fa6793cc.eva@gentoo
1 commit: f6dfed2256895bf254643228e5bb09e7fa6793cc
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 22:03:31 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 22:21:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f6dfed22
7
8 net-misc/vinagre: 3.0.0 → 3.0.1
9
10 ---
11 .../{vinagre-3.0.0.ebuild => vinagre-3.0.1.ebuild} | 14 ++------------
12 1 files changed, 2 insertions(+), 12 deletions(-)
13
14 diff --git a/net-misc/vinagre/vinagre-3.0.0.ebuild b/net-misc/vinagre/vinagre-3.0.1.ebuild
15 similarity index 91%
16 rename from net-misc/vinagre/vinagre-3.0.0.ebuild
17 rename to net-misc/vinagre/vinagre-3.0.1.ebuild
18 index 025d766..f16b010 100644
19 --- a/net-misc/vinagre/vinagre-3.0.0.ebuild
20 +++ b/net-misc/vinagre/vinagre-3.0.1.ebuild
21 @@ -6,7 +6,7 @@ EAPI="3"
22 GCONF_DEBUG="no"
23 GNOME2_LA_PUNT="yes"
24
25 -inherit autotools eutils gnome2 virtualx
26 +inherit gnome2 virtualx
27 if [[ ${PV} = 9999 ]]; then
28 inherit gnome2-live
29 fi
30 @@ -28,8 +28,8 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
31 >=dev-libs/libpeas-0.7.2[gtk]
32 >=dev-libs/libxml2-2.6.31:2
33 >=net-libs/gtk-vnc-0.4.3[gtk3]
34 -
35 >=gnome-base/gnome-keyring-1
36 + x11-themes/gnome-icon-theme
37
38 applet? ( >=gnome-base/gnome-panel-2.91 )
39 avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
40 @@ -63,16 +63,6 @@ pkg_setup() {
41 $(use_with telepathy)"
42 }
43
44 -src_prepare() {
45 - # Fix build of ssh plugin
46 - epatch "${FILESDIR}/${P}-ssh-plugin.patch"
47 -
48 - intltoolize --force --copy --automake || die
49 - eautoreconf
50 -
51 - gnome2_src_prepare
52 -}
53 -
54 src_compile() {
55 # Dbus is needed for introspection because it runs vinagre.
56 # Hence, we need X. But that's okay, because dbus auto-exits after a while.