public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
Date: Tue, 22 Feb 2011 00:31:10 +0000 (UTC)	[thread overview]
Message-ID: <cabc3096510773bacf294b1ad0a87d3f0580b7ee.nirbheek@gentoo> (raw)

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=proj/gnome.git;a=commit;h=cabc3096

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="3"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="An integrated VNC server for GNOME"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy zlib"
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=""
+else
+	# Doesn't actually compile...
+	KEYWORDS=""
+	#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+
+RDEPEND=">=dev-libs/glib-2.26:2
+	>=x11-libs/gtk+-3.0:3
+	>=net-libs/libsoup-2.24:2.4
+	x11-libs/libXext
+	x11-libs/libXtst
+	avahi? ( >=net-dns/avahi-0.6[dbus] )
+	crypt? ( >=dev-libs/libgcrypt-1.1.90 )
+	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )
+	jpeg? ( virtual/jpeg:0 )
+	libnotify? ( >=x11-libs/libnotify-0.4.4 )
+	networkmanager? ( >=net-misc/networkmanager-0.7 )
+	ssl? ( >=net-libs/gnutls-1 )
+	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )
+	zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+	>=dev-lang/perl-5
+	>=dev-util/pkgconfig-0.9
+	>=dev-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="${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="AUTHORS ChangeLog MAINTAINERS NEWS README"
+}

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
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="3"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="An integrated VNC server for GNOME"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy zlib"
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+
+RDEPEND=">=dev-libs/glib-2.26:2
+	>=x11-libs/gtk+-3.0:3
+	>=net-libs/libsoup-2.24:2.4
+	x11-libs/libXext
+	x11-libs/libXtst
+	avahi? ( >=net-dns/avahi-0.6[dbus] )
+	crypt? ( >=dev-libs/libgcrypt-1.1.90 )
+	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )
+	jpeg? ( virtual/jpeg:0 )
+	libnotify? ( >=x11-libs/libnotify-0.4.4 )
+	networkmanager? ( >=net-misc/networkmanager-0.7 )
+	ssl? ( >=net-libs/gnutls-1 )
+	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )
+	zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+	>=dev-lang/perl-5
+	>=dev-util/pkgconfig-0.9
+	>=dev-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="${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="AUTHORS ChangeLog MAINTAINERS NEWS README"
+}



             reply	other threads:[~2011-02-22  0:31 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22  0:31 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-23 14:40 [gentoo-commits] proj/gnome:master commit in: net-misc/vino/ Nirbheek Chauhan
2011-02-23 18:03 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-26  0:37 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-04-16 23:14 Gilles Dartiguelongue
2011-04-27 22:22 Gilles Dartiguelongue
2011-05-02 17:10 Nirbheek Chauhan
2011-07-15 15:44 Alexandre Restovtsev
2011-10-28  2:23 Alexandre Restovtsev
2012-05-24  9:12 Alexandre Restovtsev
2012-09-05 15:48 Nirbheek Chauhan
2012-09-22 18:03 Nirbheek Chauhan
2012-11-21 22:52 Gilles Dartiguelongue
2012-12-18 22:31 Gilles Dartiguelongue
2012-12-18 22:53 Gilles Dartiguelongue
2013-10-13 22:22 Gilles Dartiguelongue
2013-11-15  8:04 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2014-04-06 18:22 Gilles Dartiguelongue
2014-11-23 22:27 Gilles Dartiguelongue
2014-12-26 21:48 Gilles Dartiguelongue
2015-05-08 23:36 Gilles Dartiguelongue
2015-05-14 18:22 Gilles Dartiguelongue
2015-06-09 13:48 Gilles Dartiguelongue
2016-04-02 16:34 Ole Reifschneider
2018-01-12 14:41 Dennis Lamm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cabc3096510773bacf294b1ad0a87d3f0580b7ee.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox