From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF08D138010 for ; Sun, 28 Oct 2012 18:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85620E0639; Sun, 28 Oct 2012 18:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AB54021C06F for ; Sun, 28 Oct 2012 18:10:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7A0733D985 for ; Sun, 28 Oct 2012 18:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 98860E544B for ; Sun, 28 Oct 2012 18:10:04 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1351447676.2faab3edfdea7e231f57c8e52eddc3ddc2ebf83c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/vinagre/vinagre-3.5.92.ebuild net-misc/vinagre/vinagre-3.6.1.ebuild net-misc/vinagre/vinagre-9999.ebuild X-VCS-Directories: net-misc/vinagre/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2faab3edfdea7e231f57c8e52eddc3ddc2ebf83c X-VCS-Branch: master Date: Sun, 28 Oct 2012 18:10:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 876dcd5c-de96-4e59-9aca-82df88617f6a X-Archives-Hash: c6171058000c863b07f2940a44ef0ad7 commit: 2faab3edfdea7e231f57c8e52eddc3ddc2ebf83c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 28 18:06:16 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 28 18:07:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2faab3ed net-misc/vinagre: 3.5.92 → 3.6.1 sed is pulled in by gnome2 eclass. Sync with gx86 changes. --- ...{vinagre-3.5.92.ebuild => vinagre-3.6.1.ebuild} | 12 +++++++----- net-misc/vinagre/vinagre-9999.ebuild | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/net-misc/vinagre/vinagre-3.5.92.ebuild b/net-misc/vinagre/vinagre-3.6.1.ebuild similarity index 91% rename from net-misc/vinagre/vinagre-3.5.92.ebuild rename to net-misc/vinagre/vinagre-3.6.1.ebuild index 6c76622..86fb3be 100644 --- a/net-misc/vinagre/vinagre-3.5.92.ebuild +++ b/net-misc/vinagre/vinagre-3.6.1.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~amd64 ~x86" fi -IUSE="avahi +ssh spice +telepathy" +IUSE="avahi rdp +ssh spice +telepathy" # cairo used in vinagre-tab # gdk-pixbuf used all over the place @@ -35,6 +35,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 x11-themes/gnome-icon-theme avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) + rdp? ( net-misc/rdesktop ) ssh? ( >=x11-libs/vte-0.20:2.90 ) spice? ( >=net-misc/spice-gtk-0.5[gtk3] ) telepathy? ( @@ -43,10 +44,10 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 " DEPEND="${RDEPEND} >=dev-lang/perl-5 - sys-apps/sed >=dev-util/intltool-0.50 >=sys-devel/gettext-0.17 - virtual/pkgconfig" + virtual/pkgconfig +" if [[ ${PV} = 9999 ]]; then DEPEND+=" @@ -55,16 +56,17 @@ if [[ ${PV} = 9999 ]]; then gnome-base/gnome-common" fi -pkg_setup() { +src_configure() { DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README" G2CONF="${G2CONF} VALAC=$(type -P valac-0.18) --disable-schemas-compile - --enable-rdp $(use_with avahi) + $(use_enable rdp) $(use_enable ssh) $(use_enable spice) $(use_with telepathy)" + gnome2_src_configure } src_install() { diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild index 6c76622..86fb3be 100644 --- a/net-misc/vinagre/vinagre-9999.ebuild +++ b/net-misc/vinagre/vinagre-9999.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~amd64 ~x86" fi -IUSE="avahi +ssh spice +telepathy" +IUSE="avahi rdp +ssh spice +telepathy" # cairo used in vinagre-tab # gdk-pixbuf used all over the place @@ -35,6 +35,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 x11-themes/gnome-icon-theme avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) + rdp? ( net-misc/rdesktop ) ssh? ( >=x11-libs/vte-0.20:2.90 ) spice? ( >=net-misc/spice-gtk-0.5[gtk3] ) telepathy? ( @@ -43,10 +44,10 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 " DEPEND="${RDEPEND} >=dev-lang/perl-5 - sys-apps/sed >=dev-util/intltool-0.50 >=sys-devel/gettext-0.17 - virtual/pkgconfig" + virtual/pkgconfig +" if [[ ${PV} = 9999 ]]; then DEPEND+=" @@ -55,16 +56,17 @@ if [[ ${PV} = 9999 ]]; then gnome-base/gnome-common" fi -pkg_setup() { +src_configure() { DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README" G2CONF="${G2CONF} VALAC=$(type -P valac-0.18) --disable-schemas-compile - --enable-rdp $(use_with avahi) + $(use_enable rdp) $(use_enable ssh) $(use_enable spice) $(use_with telepathy)" + gnome2_src_configure } src_install() {