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 D70951393E9 for ; Sun, 6 Apr 2014 18:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B296E0ADF; Sun, 6 Apr 2014 18:22:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FF00E0ADE for ; Sun, 6 Apr 2014 18:22:55 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B37133FEC9 for ; Sun, 6 Apr 2014 18:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C0D05188F3 for ; Sun, 6 Apr 2014 18:22:52 +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: <1396807517.836a70f34eca4a91559cee7e758c665d7604ced4.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.12.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: 836a70f34eca4a91559cee7e758c665d7604ced4 X-VCS-Branch: master Date: Sun, 6 Apr 2014 18:22:52 +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: 7e8c1675-51bf-45a9-acd1-17ea5b01ac22 X-Archives-Hash: 2d5c869040eb4500800ea411e9cc1052 commit: 836a70f34eca4a91559cee7e758c665d7604ced4 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 17:53:51 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 6 18:05:17 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=836a70f3 net-misc/vino: 3.10.1 → 3.12.0 --- .../vino/{vino-9999.ebuild => vino-3.12.0.ebuild} | 19 ++----------------- net-misc/vino/vino-9999.ebuild | 10 +--------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.12.0.ebuild similarity index 81% copy from net-misc/vino/vino-9999.ebuild copy to net-misc/vino/vino-3.12.0.ebuild index 1237021..da7d7e9 100644 --- a/net-misc/vino/vino-9999.ebuild +++ b/net-misc/vino/vino-3.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,20 +6,13 @@ EAPI="5" GCONF_DEBUG="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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi +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 )" @@ -60,14 +53,6 @@ DEPEND="${RDEPEND} app-crypt/libsecret" # libsecret is always required at build time per bug 322763 -src_prepare() { - #