From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-318671-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1PrgAT-00026x-Ka
	for garchives@archives.gentoo.org; Tue, 22 Feb 2011 00:31:53 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07D551C083;
	Tue, 22 Feb 2011 00:31:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id B9F7A1C083
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Feb 2011 00:31:11 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4DBF41B4194
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Feb 2011 00:31:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id A0AF28006D
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Feb 2011 00:31:10 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <cabc3096510773bacf294b1ad0a87d3f0580b7ee.nirbheek@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
X-VCS-Repository: proj/gnome
X-VCS-Files: net-misc/vino/vino-2.99.0.ebuild net-misc/vino/vino-9999.ebuild
X-VCS-Directories: net-misc/vino/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: cabc3096510773bacf294b1ad0a87d3f0580b7ee
Date: Tue, 22 Feb 2011 00:31:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 1042590817a748064370d78375a1f1cf

commit:     cabc3096510773bacf294b1ad0a87d3f0580b7ee
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 00:14:45 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 00:14:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dcabc3096

Add net-misc/vino-2.99.0, live version

* Unkeyworded because it fails to compile...

---
 net-misc/vino/vino-2.99.0.ebuild |   64 ++++++++++++++++++++++++++++++++=
++++++
 net-misc/vino/vino-9999.ebuild   |   62 ++++++++++++++++++++++++++++++++=
++++
 2 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-2.99.0.ebuild b/net-misc/vino/vino-2.99.0=
.ebuild
new file mode 100644
index 0000000..d717490
--- /dev/null
+++ b/net-misc/vino/vino-2.99.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild,v 1.=
1 2010/12/31 18:17:32 pacho Exp $
+
+EAPI=3D"3"
+GCONF_DEBUG=3D"yes"
+GNOME2_LA_PUNT=3D"yes"
+
+inherit gnome2
+
+DESCRIPTION=3D"An integrated VNC server for GNOME"
+HOMEPAGE=3D"http://www.gnome.org/"
+
+LICENSE=3D"GPL-2"
+SLOT=3D"0"
+IUSE=3D"avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl=
 +telepathy zlib"
+if [[ ${PV} =3D 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=3D""
+else
+	# Doesn't actually compile...
+	KEYWORDS=3D""
+	#KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd=
"
+fi
+
+RDEPEND=3D">=3Ddev-libs/glib-2.26:2
+	>=3Dx11-libs/gtk+-3.0:3
+	>=3Dnet-libs/libsoup-2.24:2.4
+	x11-libs/libXext
+	x11-libs/libXtst
+	avahi? ( >=3Dnet-dns/avahi-0.6[dbus] )
+	crypt? ( >=3Ddev-libs/libgcrypt-1.1.90 )
+	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-key=
ring-2.29.4 ) )
+	jpeg? ( virtual/jpeg:0 )
+	libnotify? ( >=3Dx11-libs/libnotify-0.4.4 )
+	networkmanager? ( >=3Dnet-misc/networkmanager-0.7 )
+	ssl? ( >=3Dnet-libs/gnutls-1 )
+	telepathy? ( >=3Dnet-libs/telepathy-glib-0.11.6 )
+	zlib? ( sys-libs/zlib )"
+DEPEND=3D"${RDEPEND}
+	>=3Ddev-lang/perl-5
+	>=3Ddev-util/pkgconfig-0.9
+	>=3Ddev-util/intltool-0.40
+	|| (
+		gnome-base/libgnome-keyring
+		<gnome-base/gnome-keyring-2.29.4 )"
+# keyring is always required at build time per bug 322763
+
+pkg_setup() {
+	G2CONF=3D"${G2CONF}
+		--disable-schemas-compile
+		$(use_enable avahi)
+		$(use_enable crypt gcrypt)
+		$(use_enable ipv6)
+		$(use_with jpeg)
+		$(use_enable gnome-keyring)
+		$(use_enable libnotify)
+		$(use_enable networkmanager network-manager)
+		$(use_enable ssl gnutls)
+		$(use_enable telepathy)
+		$(use_with zlib)
+		$(use_with zlib libz)"
+	DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README"
+}

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebu=
ild
new file mode 100644
index 0000000..f0ebf19
--- /dev/null
+++ b/net-misc/vino/vino-9999.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild,v 1.=
1 2010/12/31 18:17:32 pacho Exp $
+
+EAPI=3D"3"
+GCONF_DEBUG=3D"yes"
+GNOME2_LA_PUNT=3D"yes"
+
+inherit gnome2
+
+DESCRIPTION=3D"An integrated VNC server for GNOME"
+HOMEPAGE=3D"http://www.gnome.org/"
+
+LICENSE=3D"GPL-2"
+SLOT=3D"0"
+IUSE=3D"avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl=
 +telepathy zlib"
+if [[ ${PV} =3D 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=3D""
+else
+	KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+
+RDEPEND=3D">=3Ddev-libs/glib-2.26:2
+	>=3Dx11-libs/gtk+-3.0:3
+	>=3Dnet-libs/libsoup-2.24:2.4
+	x11-libs/libXext
+	x11-libs/libXtst
+	avahi? ( >=3Dnet-dns/avahi-0.6[dbus] )
+	crypt? ( >=3Ddev-libs/libgcrypt-1.1.90 )
+	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-key=
ring-2.29.4 ) )
+	jpeg? ( virtual/jpeg:0 )
+	libnotify? ( >=3Dx11-libs/libnotify-0.4.4 )
+	networkmanager? ( >=3Dnet-misc/networkmanager-0.7 )
+	ssl? ( >=3Dnet-libs/gnutls-1 )
+	telepathy? ( >=3Dnet-libs/telepathy-glib-0.11.6 )
+	zlib? ( sys-libs/zlib )"
+DEPEND=3D"${RDEPEND}
+	>=3Ddev-lang/perl-5
+	>=3Ddev-util/pkgconfig-0.9
+	>=3Ddev-util/intltool-0.40
+	|| (
+		gnome-base/libgnome-keyring
+		<gnome-base/gnome-keyring-2.29.4 )"
+# keyring is always required at build time per bug 322763
+
+pkg_setup() {
+	G2CONF=3D"${G2CONF}
+		--disable-schemas-compile
+		$(use_enable avahi)
+		$(use_enable crypt gcrypt)
+		$(use_enable ipv6)
+		$(use_with jpeg)
+		$(use_enable gnome-keyring)
+		$(use_enable libnotify)
+		$(use_enable networkmanager network-manager)
+		$(use_enable ssl gnutls)
+		$(use_enable telepathy)
+		$(use_with zlib)
+		$(use_with zlib libz)"
+	DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README"
+}