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 3DED0138202 for ; Tue, 18 Dec 2012 22:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D745321C00D; Tue, 18 Dec 2012 22:53:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C45A21C00C for ; Tue, 18 Dec 2012 22:53:58 +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 6FDF933DA41 for ; Tue, 18 Dec 2012 22:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 08B8BE543C for ; Tue, 18 Dec 2012 22:53:56 +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: <1355871221.1b45adb118dfb816badde3d926f1759d89fbb469.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vino/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/vino/vino-9999.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1b45adb118dfb816badde3d926f1759d89fbb469 X-VCS-Branch: master Date: Tue, 18 Dec 2012 22:53:56 +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: 08902592-a680-4459-a873-4e8344195977 X-Archives-Hash: bc2f2721a728aa073655ab492e20a1ea commit: 1b45adb118dfb816badde3d926f1759d89fbb469 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 18 22:53:19 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 18 22:53:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b45adb1 net-misc/vino: sync live ebuild with gx86 changes --- net-misc/vino/vino-9999.ebuild | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild index b76c3df..3b49ebc 100644 --- a/net-misc/vino/vino-9999.ebuild +++ b/net-misc/vino/vino-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" @@ -12,14 +12,14 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="An integrated VNC server for GNOME" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://live.gnome.org/Vino" LICENSE="GPL-2+" SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +zlib" @@ -27,11 +27,11 @@ IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepath # libSM and libICE used in eggsmclient-xsmp RDEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/gtk+-3.0.0:3 - >=dev-libs/libgcrypt-1.1.90 + >=dev-libs/libgcrypt-1.1.90:= >=net-libs/libsoup-2.24:2.4 dev-libs/dbus-glib - x11-libs/cairo + x11-libs/cairo:= x11-libs/pango[X] x11-libs/libICE x11-libs/libX11 @@ -41,15 +41,15 @@ RDEPEND=">=dev-libs/glib-2.26:2 x11-libs/libSM x11-libs/libXtst - avahi? ( >=net-dns/avahi-0.6[dbus] ) - crypt? ( >=dev-libs/libgcrypt-1.1.90 ) + avahi? ( >=net-dns/avahi-0.6:=[dbus] ) + crypt? ( >=dev-libs/libgcrypt-1.1.90:= ) gnome-keyring? ( app-crypt/libsecret ) - jpeg? ( virtual/jpeg:0 ) - libnotify? ( >=x11-libs/libnotify-0.7.0 ) + jpeg? ( virtual/jpeg:0= ) + libnotify? ( >=x11-libs/libnotify-0.7:= ) networkmanager? ( >=net-misc/networkmanager-0.7 ) - ssl? ( >=net-libs/gnutls-2.2.0 ) - telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) - zlib? ( sys-libs/zlib )" + ssl? ( >=net-libs/gnutls-2.2:= ) + telepathy? ( >=net-libs/telepathy-glib-0.18:= ) + zlib? ( sys-libs/zlib:= )" DEPEND="${RDEPEND} >=dev-lang/perl-5 >=dev-util/intltool-0.50 @@ -61,7 +61,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="jpeg? ( zlib )" src_prepare() { - DOCS="AUTHORS ChangeLog* NEWS README" G2CONF="${G2CONF} --disable-schemas-compile --enable-http-server