From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QFD9E-0004hG-4u for garchives@archives.gentoo.org; Wed, 27 Apr 2011 22:23:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 732061C0DF; Wed, 27 Apr 2011 22:22:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 43C6A1C0E0 for ; Wed, 27 Apr 2011 22:22:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1A881B409D for ; Wed, 27 Apr 2011 22:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2FA048050C for ; Wed, 27 Apr 2011 22:22:21 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/vinagre/vinagre-3.0.0.ebuild net-misc/vinagre/vinagre-3.0.1.ebuild X-VCS-Directories: net-misc/vinagre/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f6dfed2256895bf254643228e5bb09e7fa6793cc Date: Wed, 27 Apr 2011 22:22:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 60a7c96797e538aae803da33f58bf113 commit: f6dfed2256895bf254643228e5bb09e7fa6793cc Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Apr 27 22:03:31 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Apr 27 22:21:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df6dfed22 net-misc/vinagre: 3.0.0 =E2=86=92 3.0.1 --- .../{vinagre-3.0.0.ebuild =3D> vinagre-3.0.1.ebuild} | 14 ++----------= -- 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/net-misc/vinagre/vinagre-3.0.0.ebuild b/net-misc/vinagre/vin= agre-3.0.1.ebuild similarity index 91% rename from net-misc/vinagre/vinagre-3.0.0.ebuild rename to net-misc/vinagre/vinagre-3.0.1.ebuild index 025d766..f16b010 100644 --- a/net-misc/vinagre/vinagre-3.0.0.ebuild +++ b/net-misc/vinagre/vinagre-3.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=3D"3" GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" =20 -inherit autotools eutils gnome2 virtualx +inherit gnome2 virtualx if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -28,8 +28,8 @@ RDEPEND=3D">=3Ddev-libs/glib-2.25.11:2 >=3Ddev-libs/libpeas-0.7.2[gtk] >=3Ddev-libs/libxml2-2.6.31:2 >=3Dnet-libs/gtk-vnc-0.4.3[gtk3] - >=3Dgnome-base/gnome-keyring-1 + x11-themes/gnome-icon-theme =20 applet? ( >=3Dgnome-base/gnome-panel-2.91 ) avahi? ( >=3Dnet-dns/avahi-0.6.26[dbus,gtk3] ) @@ -63,16 +63,6 @@ pkg_setup() { $(use_with telepathy)" } =20 -src_prepare() { - # Fix build of ssh plugin - epatch "${FILESDIR}/${P}-ssh-plugin.patch" - - intltoolize --force --copy --automake || die - eautoreconf - - gnome2_src_prepare -} - src_compile() { # Dbus is needed for introspection because it runs vinagre. # Hence, we need X. But that's okay, because dbus auto-exits after a wh= ile.