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 366941389E2 for ; Fri, 26 Dec 2014 21:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722F4E0A85; Fri, 26 Dec 2014 21:48: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 D88B6E0A85 for ; Fri, 26 Dec 2014 21:48:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19765340562 for ; Fri, 26 Dec 2014 21:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ED3DD703 for ; Fri, 26 Dec 2014 21:48:51 +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: <1419630513.9557201179643a4e252fe1450eabd683d09d6c8c.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.14.1.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9557201179643a4e252fe1450eabd683d09d6c8c X-VCS-Branch: master Date: Fri, 26 Dec 2014 21:48:51 +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: b006e62d-54c0-47ce-8829-b54c2542b381 X-Archives-Hash: 74d9b020350c6991af5184dc30910e9f commit: 9557201179643a4e252fe1450eabd683d09d6c8c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Dec 26 21:48:33 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Dec 26 21:48:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=95572011 net-misc/vino: moved to gentoo-x86 --- net-misc/vino/vino-3.14.1.ebuild | 69 ---------------------------------------- 1 file changed, 69 deletions(-) diff --git a/net-misc/vino/vino-3.14.1.ebuild b/net-misc/vino/vino-3.14.1.ebuild deleted file mode 100644 index 93a94b3..0000000 --- a/net-misc/vino/vino-3.14.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="An integrated VNC server for GNOME" -HOMEPAGE="https://wiki.gnome.org/Projects/Vino" - -LICENSE="GPL-2+" -SLOT="0" -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 - >=x11-libs/gtk+-3.0.0:3 - >=dev-libs/libgcrypt-1.1.90:0= - - dev-libs/dbus-glib - x11-libs/cairo:= - x11-libs/pango[X] - x11-libs/libICE - x11-libs/libX11 - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - 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:0= ) - gnome-keyring? ( app-crypt/libsecret ) - jpeg? ( virtual/jpeg:0= ) - networkmanager? ( >=net-misc/networkmanager-0.7 ) - 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 - virtual/pkgconfig - app-crypt/libsecret -" -# libsecret is always required at build time per bug 322763 - -src_configure() { - gnome2_src_configure \ - --with-gcrypt \ - $(use_with avahi) \ - $(use_with crypt gcrypt) \ - $(use_enable ipv6) \ - $(use_with jpeg) \ - $(use_with gnome-keyring secret) \ - $(use_with networkmanager network-manager) \ - $(use_with ssl gnutls) \ - $(use_with telepathy) \ - $(use_with zlib) -}