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 53BB7138202 for ; Sun, 13 Oct 2013 22:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6141E0A5F; Sun, 13 Oct 2013 22:22:52 +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 34817E0A5F for ; Sun, 13 Oct 2013 22:22:52 +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 296E633EEF2 for ; Sun, 13 Oct 2013 22:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8FEC6E5308 for ; Sun, 13 Oct 2013 22:22:48 +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: <1381700327.f1f6058f89311b4efcb0a25968e488a696d42454.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-3.10.0.ebuild 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: f1f6058f89311b4efcb0a25968e488a696d42454 X-VCS-Branch: master Date: Sun, 13 Oct 2013 22:22:48 +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: 2461c1e7-288d-4e49-851a-11e307b58591 X-Archives-Hash: b5e54a8759d6663a2e43f7de9abbf273 commit: f1f6058f89311b4efcb0a25968e488a696d42454 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 13 21:37:15 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 13 21:38:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f1f6058f net-misc/vino: 3.8.1-r1 → 3.10.0 --- .../vino/{vino-9999.ebuild => vino-3.10.0.ebuild} | 70 ++++++++++------------ net-misc/vino/vino-9999.ebuild | 59 +++++++++--------- 2 files changed, 61 insertions(+), 68 deletions(-) diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.10.0.ebuild similarity index 51% copy from net-misc/vino/vino-9999.ebuild copy to net-misc/vino/vino-3.10.0.ebuild index 3b49ebc..cca89c5 100644 --- a/net-misc/vino/vino-9999.ebuild +++ b/net-misc/vino/vino-3.10.0.ebuild @@ -1,33 +1,28 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="An integrated VNC server for GNOME" HOMEPAGE="http://live.gnome.org/Vino" LICENSE="GPL-2+" SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -fi -IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +zlib" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="avahi crypt gnome-keyring ipv6 jpeg networkmanager ssl +telepathy +zlib" +# bug #394611; tight encoding requires zlib encoding +REQUIRED_USE="jpeg? ( zlib )" # cairo used in vino-fb # libSM and libICE used in eggsmclient-xsmp -RDEPEND=">=dev-libs/glib-2.26:2 +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:0= >=net-libs/libsoup-2.24:2.4 dev-libs/dbus-glib @@ -41,15 +36,17 @@ RDEPEND=">=dev-libs/glib-2.26:2 x11-libs/libSM x11-libs/libXtst + >=x11-libs/libnotify-0.7.0:= + avahi? ( >=net-dns/avahi-0.6:=[dbus] ) - crypt? ( >=dev-libs/libgcrypt-1.1.90:= ) + crypt? ( >=dev-libs/libgcrypt-1.1.90:0= ) gnome-keyring? ( app-crypt/libsecret ) jpeg? ( virtual/jpeg:0= ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) networkmanager? ( >=net-misc/networkmanager-0.7 ) - ssl? ( >=net-libs/gnutls-2.2:= ) - telepathy? ( >=net-libs/telepathy-glib-0.18:= ) - zlib? ( sys-libs/zlib:= )" + ssl? ( >=net-libs/gnutls-2.2.0:= ) + telepathy? ( >=net-libs/telepathy-glib-0.18 ) + zlib? ( sys-libs/zlib:= ) +" DEPEND="${RDEPEND} >=dev-lang/perl-5 >=dev-util/intltool-0.50 @@ -57,28 +54,23 @@ DEPEND="${RDEPEND} app-crypt/libsecret" # libsecret is always required at build time per bug 322763 -# bug #394611; tight encoding requires zlib encoding -REQUIRED_USE="jpeg? ( zlib )" - src_prepare() { - G2CONF="${G2CONF} - --disable-schemas-compile - --enable-http-server - --with-gcrypt - $(use_with avahi) - $(use_with crypt gcrypt) - $(use_enable ipv6) - $(use_with jpeg) - $(use_with gnome-keyring secret) - $(use_with libnotify) - $(use_with networkmanager network-manager) - $(use_with ssl gnutls) - $(use_with telepathy) - $(use_with zlib)" - # =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:0= >=net-libs/libsoup-2.24:2.4 dev-libs/dbus-glib @@ -41,15 +43,17 @@ RDEPEND=">=dev-libs/glib-2.26:2 x11-libs/libSM x11-libs/libXtst + >=x11-libs/libnotify-0.7.0:= + avahi? ( >=net-dns/avahi-0.6:=[dbus] ) - crypt? ( >=dev-libs/libgcrypt-1.1.90:= ) + crypt? ( >=dev-libs/libgcrypt-1.1.90:0= ) gnome-keyring? ( app-crypt/libsecret ) jpeg? ( virtual/jpeg:0= ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) networkmanager? ( >=net-misc/networkmanager-0.7 ) - ssl? ( >=net-libs/gnutls-2.2:= ) - telepathy? ( >=net-libs/telepathy-glib-0.18:= ) - zlib? ( sys-libs/zlib:= )" + ssl? ( >=net-libs/gnutls-2.2.0:= ) + telepathy? ( >=net-libs/telepathy-glib-0.18 ) + zlib? ( sys-libs/zlib:= ) +" DEPEND="${RDEPEND} >=dev-lang/perl-5 >=dev-util/intltool-0.50 @@ -57,28 +61,25 @@ DEPEND="${RDEPEND} app-crypt/libsecret" # libsecret is always required at build time per bug 322763 -# bug #394611; tight encoding requires zlib encoding -REQUIRED_USE="jpeg? ( zlib )" - src_prepare() { - G2CONF="${G2CONF} - --disable-schemas-compile - --enable-http-server - --with-gcrypt - $(use_with avahi) - $(use_with crypt gcrypt) - $(use_enable ipv6) - $(use_with jpeg) - $(use_with gnome-keyring secret) - $(use_with libnotify) - $(use_with networkmanager network-manager) - $(use_with ssl gnutls) - $(use_with telepathy) - $(use_with zlib)" - #