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 6C83C138CD3 for ; Tue, 9 Jun 2015 13:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5385E0887; Tue, 9 Jun 2015 13:49:03 +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 01E4DE0887 for ; Tue, 9 Jun 2015 13:49:02 +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 C0A46340AC5 for ; Tue, 9 Jun 2015 13:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72EC0A40 for ; Tue, 9 Jun 2015 13:48:59 +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: <1433857722.e622b1e40426b834c3be9dfbdb3b2505054c9d7b.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.16.0.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e622b1e40426b834c3be9dfbdb3b2505054c9d7b X-VCS-Branch: master Date: Tue, 9 Jun 2015 13:48:59 +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: 615b022c-8f7a-4b15-a5a4-10ccc5ee4e61 X-Archives-Hash: 5dd8ae2b22e8035e4bcf27ad3b4abed1 commit: e622b1e40426b834c3be9dfbdb3b2505054c9d7b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 10:34:03 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 13:48:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e622b1e4 net-misc/vino: moved to gentoo-x86 net-misc/vino/vino-3.16.0.ebuild | 67 ---------------------------------------- 1 file changed, 67 deletions(-) diff --git a/net-misc/vino/vino-3.16.0.ebuild b/net-misc/vino/vino-3.16.0.ebuild deleted file mode 100644 index 576f810..0000000 --- a/net-misc/vino/vino-3.16.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 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="crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +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 - >=dev-libs/libgcrypt-1.1.90:0= - >=x11-libs/gtk+-3:3 - - dev-libs/dbus-glib - x11-libs/cairo:= - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXtst - x11-libs/pango[X] - - >=x11-libs/libnotify-0.7.0:= - - crypt? ( >=dev-libs/libgcrypt-1.1.90:0= ) - jpeg? ( virtual/jpeg:0= ) - libsecret? ( app-crypt/libsecret ) - ssl? ( >=net-libs/gnutls-2.2.0:= ) - telepathy? ( >=net-libs/telepathy-glib-0.18 ) - zeroconf? ( >=net-dns/avahi-0.6:=[dbus] ) - 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_enable ipv6) \ - $(use_with crypt gcrypt) \ - $(use_with jpeg) \ - $(use_with libsecret secret) \ - $(use_with ssl gnutls) \ - $(use_with telepathy) \ - $(use_with zeroconf avahi) \ - $(use_with zlib) -}