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 91EBE1381F3 for ; Tue, 18 Dec 2012 22:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2616F21C00D; Tue, 18 Dec 2012 22:31:55 +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 952EB21C00D for ; Tue, 18 Dec 2012 22:31:54 +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 A5FED33DB97 for ; Tue, 18 Dec 2012 22:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44AE9E543C for ; Tue, 18 Dec 2012 22:31: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: <1355869889.7aea34bf46ecc91394c9b7034f88ed7ac2bc5051.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.6.2.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7aea34bf46ecc91394c9b7034f88ed7ac2bc5051 X-VCS-Branch: master Date: Tue, 18 Dec 2012 22:31: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: 9c262f5a-5ba9-4808-a705-17b39d4b085e X-Archives-Hash: 9c728476e68ce184003a8308f0198fc3 commit: 7aea34bf46ecc91394c9b7034f88ed7ac2bc5051 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 18 22:31:29 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 18 22:31:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7aea34bf net-misc/vino: moved to gx86 * Sync live ebuild with gx86 * add metadata.xml --- net-misc/vino/vino-3.6.2.ebuild | 85 --------------------------------------- 1 files changed, 0 insertions(+), 85 deletions(-) diff --git a/net-misc/vino/vino-3.6.2.ebuild b/net-misc/vino/vino-3.6.2.ebuild deleted file mode 100644 index b76c3df..0000000 --- a/net-misc/vino/vino-3.6.2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -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://www.gnome.org/" - -LICENSE="GPL-2+" -SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi -IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +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 - >=net-libs/libsoup-2.24:2.4 - - 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 - - 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 ) - 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 )" -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 - -# bug #394611; tight encoding requires zlib encoding -REQUIRED_USE="jpeg? ( zlib )" - -src_prepare() { - DOCS="AUTHORS ChangeLog* NEWS README" - 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)" - - #