public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-02-22  0:31 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22  0:31 UTC (permalink / raw
  To: gentoo-commits

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"
+}



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-02-23 14:40 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a83f212adda393529c9f32e1a83c66fa6974e425
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 13:43:03 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:09:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a83f212a

net-misc/vino: 2.99.0 -> 2.99.1

* Still doesn't compile. Time to file a bug report

---
 .../{vino-2.99.0.ebuild => vino-2.99.1.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-2.99.0.ebuild b/net-misc/vino/vino-2.99.1.ebuild
similarity index 100%
rename from net-misc/vino/vino-2.99.0.ebuild
rename to net-misc/vino/vino-2.99.1.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-02-23 18:03 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2c1e55fb19b0ac04102321daa8601dae1fe7f8eb
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 17:31:42 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 17:31:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2c1e55fb

net-misc/vino: bump to 2.99.2, finally compiles

---
 .../{vino-2.99.1.ebuild => vino-2.99.2.ebuild}     |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/net-misc/vino/vino-2.99.1.ebuild b/net-misc/vino/vino-2.99.2.ebuild
similarity index 93%
rename from net-misc/vino/vino-2.99.1.ebuild
rename to net-misc/vino/vino-2.99.2.ebuild
index d717490..f0ebf19 100644
--- a/net-misc/vino/vino-2.99.1.ebuild
+++ b/net-misc/vino/vino-2.99.2.ebuild
@@ -18,9 +18,7 @@ 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"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
 RDEPEND=">=dev-libs/glib-2.26:2



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebcaced379748fecf8e15c5bdad27f7bb1447ee
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 14:35:15 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:21:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9ebcaced

net-misc/vino: 2.99.2 → 2.99.3

---
 .../{vino-2.99.2.ebuild => vino-2.99.3.ebuild}     |   40 ++++++++++++-------
 net-misc/vino/vino-9999.ebuild                     |   40 ++++++++++++-------
 2 files changed, 50 insertions(+), 30 deletions(-)

diff --git a/net-misc/vino/vino-2.99.2.ebuild b/net-misc/vino/vino-2.99.3.ebuild
similarity index 69%
rename from net-misc/vino/vino-2.99.2.ebuild
rename to net-misc/vino/vino-2.99.3.ebuild
index f0ebf19..c51271d 100644
--- a/net-misc/vino/vino-2.99.2.ebuild
+++ b/net-misc/vino/vino-2.99.3.ebuild
@@ -13,7 +13,8 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy zlib"
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl
++telepathy +zlib"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,23 +23,31 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.0:3
+	>=x11-libs/gtk+-3.0.0:3
 	>=net-libs/libsoup-2.24:2.4
+
+	x11-libs/pango[X]
+	x11-libs/libX11
+	x11-libs/libXdamage
 	x11-libs/libXext
+	x11-libs/libXfixes
 	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 )
+	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-1 )
+	ssl? ( >=net-libs/gnutls-1.0.0 )
 	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/pkgconfig-0.16
 	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	sys-apps/sed
 	|| (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 )"
@@ -47,16 +56,17 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
-		$(use_enable avahi)
-		$(use_enable crypt gcrypt)
+		--disable-maintainer-mode
+		--enable-http-server
+		$(use_with avahi)
+		$(use_with 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"
+		$(use_with gnome-keyring)
+		$(use_with libnotify)
+		$(use_with networkmanager network-manager)
+		$(use_with ssl gnutls)
+		$(use_with telepathy)
+		$(use_with zlib)"
+	DOCS="AUTHORS ChangeLog NEWS README"
 }

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index f0ebf19..c51271d 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -13,7 +13,8 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy zlib"
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl
++telepathy +zlib"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,23 +23,31 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.0:3
+	>=x11-libs/gtk+-3.0.0:3
 	>=net-libs/libsoup-2.24:2.4
+
+	x11-libs/pango[X]
+	x11-libs/libX11
+	x11-libs/libXdamage
 	x11-libs/libXext
+	x11-libs/libXfixes
 	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 )
+	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-1 )
+	ssl? ( >=net-libs/gnutls-1.0.0 )
 	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/pkgconfig-0.16
 	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	sys-apps/sed
 	|| (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 )"
@@ -47,16 +56,17 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
-		$(use_enable avahi)
-		$(use_enable crypt gcrypt)
+		--disable-maintainer-mode
+		--enable-http-server
+		$(use_with avahi)
+		$(use_with 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"
+		$(use_with gnome-keyring)
+		$(use_with libnotify)
+		$(use_with networkmanager network-manager)
+		$(use_with ssl gnutls)
+		$(use_with telepathy)
+		$(use_with zlib)"
+	DOCS="AUTHORS ChangeLog NEWS README"
 }



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     022fca2622d8a62b772c9b07401c92bf49e20db4
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:16:29 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 01:16:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=022fca26

net-misc/vino: 2.99.3 → 2.99.4

---
 .../{vino-2.99.3.ebuild => vino-2.99.4.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-2.99.3.ebuild b/net-misc/vino/vino-2.99.4.ebuild
similarity index 100%
rename from net-misc/vino/vino-2.99.3.ebuild
rename to net-misc/vino/vino-2.99.4.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-03-26  0:37 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-03-26  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     fee5b52040c049cf31bf2b141952b26dfc76304c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:42:15 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 23:42:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fee5b520

net-misc/vino: 2.99.4 → 2.99.5

* Fix .desktop autostart condition, updated translations

---
 .../{vino-2.99.4.ebuild => vino-2.99.5.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-2.99.4.ebuild b/net-misc/vino/vino-2.99.5.ebuild
similarity index 100%
rename from net-misc/vino/vino-2.99.4.ebuild
rename to net-misc/vino/vino-2.99.5.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bf4fc743be71a2bd92588089e53b43b9739e25cf
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 19:24:34 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 21:20:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bf4fc743

net-misc/vino: 2.99.5 → 3.0.0

---
 .../vino/{vino-2.99.5.ebuild => vino-3.0.0.ebuild} |    1 +
 net-misc/vino/vino-9999.ebuild                     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-2.99.5.ebuild b/net-misc/vino/vino-3.0.0.ebuild
similarity index 98%
rename from net-misc/vino/vino-2.99.5.ebuild
rename to net-misc/vino/vino-3.0.0.ebuild
index c51271d..c31fb42 100644
--- a/net-misc/vino/vino-2.99.5.ebuild
+++ b/net-misc/vino/vino-3.0.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
 	>=net-libs/libsoup-2.24:2.4
 
+	dev-libs/dbus-glib
 	x11-libs/pango[X]
 	x11-libs/libX11
 	x11-libs/libXdamage

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index c51271d..c31fb42 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
 	>=net-libs/libsoup-2.24:2.4
 
+	dev-libs/dbus-glib
 	x11-libs/pango[X]
 	x11-libs/libX11
 	x11-libs/libXdamage



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-04-16 23:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-16 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b9e30a563f8ab2c6d040b6b74c54e5d322bee0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 23:10:27 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 23:10:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b8b9e30a

net-misc/vino: QAed

	* Do not DEPEND on sed it is already in eclass
	* Always enable gcrypt support, needed for vnc support, and
	  already present with gnome-keyring

---
 net-misc/vino/vino-3.0.0.ebuild |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/vino/vino-3.0.0.ebuild b/net-misc/vino/vino-3.0.0.ebuild
index d0b2eb9..afb1d8e 100644
--- a/net-misc/vino/vino-3.0.0.ebuild
+++ b/net-misc/vino/vino-3.0.0.ebuild
@@ -16,16 +16,16 @@ 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
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy +zlib"
 
 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
@@ -50,7 +50,6 @@ DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.16
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
-	sys-apps/sed
 	|| (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 )"
@@ -61,6 +60,7 @@ pkg_setup() {
 		--disable-schemas-compile
 		--disable-maintainer-mode
 		--enable-http-server
+		--with-gcrypt
 		$(use_with avahi)
 		$(use_with crypt gcrypt)
 		$(use_enable ipv6)
@@ -71,5 +71,5 @@ pkg_setup() {
 		$(use_with ssl gnutls)
 		$(use_with telepathy)
 		$(use_with zlib)"
-	DOCS="AUTHORS ChangeLog NEWS README"
+	DOCS="AUTHORS ChangeLog* NEWS README"
 }



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-04-27 22:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-27 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     60d7cf546da7550437eb80d31512527ac71f0b06
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 22:00:53 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:17:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=60d7cf54

net-misc/vino: 3.0.0 → 3.0.1

---
 .../vino/{vino-3.0.0.ebuild => vino-3.0.1.ebuild}  |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-3.0.0.ebuild b/net-misc/vino/vino-3.0.1.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.0.0.ebuild
rename to net-misc/vino/vino-3.0.1.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-05-02 17:10 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-05-02 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     eabc8ebed52a80f1e81ee53e700f5b252710dfb2
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 17:08:51 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon May  2 17:08:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eabc8ebe

net-misc/vino: 3.0.1 → 3.0.2

---
 .../vino/{vino-3.0.1.ebuild => vino-3.0.2.ebuild}  |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-3.0.1.ebuild b/net-misc/vino/vino-3.0.2.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.0.1.ebuild
rename to net-misc/vino/vino-3.0.2.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-07-15 15:44 Alexandre Restovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Restovtsev @ 2011-07-15 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1c73162533f982e98d4f17d5170e481f1579f596
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 15:43:03 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 15:43:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1c731625

net-misc/vino: 3.0.2 → 3.0.3

Version bump with minor improvements.

---
 .../vino/{vino-3.0.2.ebuild => vino-3.0.3.ebuild}  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-misc/vino/vino-3.0.2.ebuild b/net-misc/vino/vino-3.0.3.ebuild
similarity index 99%
rename from net-misc/vino/vino-3.0.2.ebuild
rename to net-misc/vino/vino-3.0.3.ebuild
index afb1d8e..43c8a5d 100644
--- a/net-misc/vino/vino-3.0.2.ebuild
+++ b/net-misc/vino/vino-3.0.3.ebuild
@@ -2,7 +2,7 @@
 # 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"
+EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2011-10-28  2:23 Alexandre Restovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Restovtsev @ 2011-10-28  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9b0d8b4dbc825eca73db5dab389e9329e0fd1371
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 01:57:27 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Oct 28 01:57:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9b0d8b4d

net-misc/vino: 3.2.0 → 3.2.1

Minor update.

---
 .../vino/{vino-3.2.0.ebuild => vino-3.2.1.ebuild}  |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-3.2.0.ebuild b/net-misc/vino/vino-3.2.1.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.2.0.ebuild
rename to net-misc/vino/vino-3.2.1.ebuild



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-05-24  9:12 Alexandre Restovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     978201ac41a5aaf472a1378324ea4114ee26cc6a
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 09:03:19 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 09:03:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=978201ac

net-misc/vino: update

---
 net-misc/vino/vino-9999.ebuild |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index da7d222..d9b8172 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -59,6 +59,9 @@ DEPEND="${RDEPEND}
 		<gnome-base/gnome-keyring-2.29.4 )"
 # keyring is always required at build time per bug 322763
 
+# bug #394611; tight encoding requires zlib encoding
+REQUIRED_USE="jpeg? ( zlib )"
+
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
@@ -76,3 +79,11 @@ pkg_setup() {
 		$(use_with zlib)"
 	DOCS="AUTHORS ChangeLog* NEWS README"
 }
+
+src_prepare() {
+	# <glib-2.31 compatibility
+	if [[ ${PV} != 9999 ]]; then
+		rm -v server/vino-marshal.{c,h} || die
+	fi
+	gnome2_src_prepare
+}



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-09-05 15:48 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2012-09-05 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b759c108f2e4049bcc5001e12ca288e6093d9853
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 22:28:57 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 15:48:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b759c108

Add net-misc/vino-3.5.90

---
 .../vino/{vino-9999.ebuild => vino-3.5.90.ebuild}  |   15 +++++++--------
 net-misc/vino/vino-9999.ebuild                     |   15 +++++++--------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.5.90.ebuild
similarity index 82%
copy from net-misc/vino/vino-9999.ebuild
copy to net-misc/vino/vino-3.5.90.ebuild
index d9b8172..a08c637 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-3.5.90.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy +zlib"
+IUSE="avahi crypt ipv6 jpeg libnotify networkmanager +secret ssl +telepathy +zlib"
 
 # cairo used in vino-fb
 # libSM and libICE used in eggsmclient-xsmp
@@ -43,21 +43,19 @@ RDEPEND=">=dev-libs/glib-2.26:2
 
 	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 ) )
+	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.11.6 )
+	telepathy? ( >=net-libs/telepathy-glib-0.18.0 )
 	zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	>=dev-util/intltool-0.40
+	>=dev-util/intltool-0.50
 	virtual/pkgconfig
-	|| (
-		gnome-base/libgnome-keyring
-		<gnome-base/gnome-keyring-2.29.4 )"
-# keyring is always required at build time per bug 322763
+	app-crypt/libsecret"
+# libsecret is always required at build time per bug 322763
 
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"
@@ -74,6 +72,7 @@ pkg_setup() {
 		$(use_with gnome-keyring)
 		$(use_with libnotify)
 		$(use_with networkmanager network-manager)
+		$(use_with secret)
 		$(use_with ssl gnutls)
 		$(use_with telepathy)
 		$(use_with zlib)"

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index d9b8172..a08c637 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy +zlib"
+IUSE="avahi crypt ipv6 jpeg libnotify networkmanager +secret ssl +telepathy +zlib"
 
 # cairo used in vino-fb
 # libSM and libICE used in eggsmclient-xsmp
@@ -43,21 +43,19 @@ RDEPEND=">=dev-libs/glib-2.26:2
 
 	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 ) )
+	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.11.6 )
+	telepathy? ( >=net-libs/telepathy-glib-0.18.0 )
 	zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	>=dev-util/intltool-0.40
+	>=dev-util/intltool-0.50
 	virtual/pkgconfig
-	|| (
-		gnome-base/libgnome-keyring
-		<gnome-base/gnome-keyring-2.29.4 )"
-# keyring is always required at build time per bug 322763
+	app-crypt/libsecret"
+# libsecret is always required at build time per bug 322763
 
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"
@@ -74,6 +72,7 @@ pkg_setup() {
 		$(use_with gnome-keyring)
 		$(use_with libnotify)
 		$(use_with networkmanager network-manager)
+		$(use_with secret)
 		$(use_with ssl gnutls)
 		$(use_with telepathy)
 		$(use_with zlib)"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-09-22 18:03 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc0116f097677e1d5ad77d1a3dbe3baf6709d6b
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 16:23:49 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 16:23:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cc0116f

net-misc/vino: 3.5.90 → 3.5.92

---
 .../{vino-3.5.90.ebuild => vino-3.5.92.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-3.5.90.ebuild b/net-misc/vino/vino-3.5.92.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.5.90.ebuild
rename to net-misc/vino/vino-3.5.92.ebuild


^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-11-21 22:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-21 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac80df90da1e1e38c146f9c577450c59ec61be8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 22:52:29 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 22:52:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4ac80df9

net-misc/vino: 3.6.1 → 3.6.2

---
 net-misc/vino/metadata.xml                         |    8 ++++++++
 .../vino/{vino-3.6.1.ebuild => vino-3.6.2.ebuild}  |    0
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/metadata.xml b/net-misc/vino/metadata.xml
new file mode 100644
index 0000000..547498c
--- /dev/null
+++ b/net-misc/vino/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="telepathy">Enable desktop sharing through a telepathy client</flag>
+  </use>
+</pkgmetadata>

diff --git a/net-misc/vino/vino-3.6.1.ebuild b/net-misc/vino/vino-3.6.2.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.6.1.ebuild
rename to net-misc/vino/vino-3.6.2.ebuild


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-12-18 22:31 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-18 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7aea34bf46ecc91394c9b7034f88ed7ac2bc5051
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 22:31:29 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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)"
-
-	# <glib-2.31 compatibility
-	if [[ ${PV} != 9999 ]]; then
-		rm -v server/vino-marshal.{c,h} || die
-	fi
-	gnome2_src_prepare
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2012-12-18 22:53 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-18 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1b45adb118dfb816badde3d926f1759d89fbb469
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 22:53:19 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 22:53:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b45adb1

net-misc/vino: sync live ebuild with gx86 changes

---
 net-misc/vino/vino-9999.ebuild |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index b76c3df..3b49ebc 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -12,14 +12,14 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="An integrated VNC server for GNOME"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://live.gnome.org/Vino"
 
 LICENSE="GPL-2+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +zlib"
 
@@ -27,11 +27,11 @@ IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepath
 # 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
+	>=dev-libs/libgcrypt-1.1.90:=
 	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
-	x11-libs/cairo
+	x11-libs/cairo:=
 	x11-libs/pango[X]
 	x11-libs/libICE
 	x11-libs/libX11
@@ -41,15 +41,15 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libSM
 	x11-libs/libXtst
 
-	avahi? ( >=net-dns/avahi-0.6[dbus] )
-	crypt? ( >=dev-libs/libgcrypt-1.1.90 )
+	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 )
+	jpeg? ( virtual/jpeg:0= )
+	libnotify? ( >=x11-libs/libnotify-0.7:= )
 	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 )"
+	ssl? ( >=net-libs/gnutls-2.2:= )
+	telepathy? ( >=net-libs/telepathy-glib-0.18:= )
+	zlib? ( sys-libs/zlib:= )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
 	>=dev-util/intltool-0.50
@@ -61,7 +61,6 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="jpeg? ( zlib )"
 
 src_prepare() {
-	DOCS="AUTHORS ChangeLog* NEWS README"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		--enable-http-server


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2013-10-13 22:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f6058f89311b4efcb0a25968e488a696d42454
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 21:37:15 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 21:38:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f1f6058f

net-misc/vino: 3.8.1-r1 → 3.10.0

---
 .../vino/{vino-9999.ebuild => vino-3.10.0.ebuild}  | 70 ++++++++++------------
 net-misc/vino/vino-9999.ebuild                     | 59 +++++++++---------
 2 files changed, 61 insertions(+), 68 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.10.0.ebuild
similarity index 51%
copy from net-misc/vino/vino-9999.ebuild
copy to net-misc/vino/vino-3.10.0.ebuild
index 3b49ebc..cca89c5 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-3.10.0.ebuild
@@ -1,33 +1,28 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 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://live.gnome.org/Vino"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-fi
-IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +zlib"
+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
+RDEPEND="
+	>=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
-	>=dev-libs/libgcrypt-1.1.90:=
+	>=dev-libs/libgcrypt-1.1.90:0=
 	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
@@ -41,15 +36,17 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	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:= )
+	crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
 	gnome-keyring? ( app-crypt/libsecret )
 	jpeg? ( virtual/jpeg:0= )
-	libnotify? ( >=x11-libs/libnotify-0.7:= )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-2.2:= )
-	telepathy? ( >=net-libs/telepathy-glib-0.18:= )
-	zlib? ( sys-libs/zlib:= )"
+	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
@@ -57,28 +54,23 @@ DEPEND="${RDEPEND}
 	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() {
-	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)"
-
 	# <glib-2.31 compatibility
-	if [[ ${PV} != 9999 ]]; then
-		rm -v server/vino-marshal.{c,h} || die
-	fi
+	rm -v server/vino-marshal.{c,h} || die
 	gnome2_src_prepare
 }
+
+src_configure() {
+	gnome2_src_configure \
+		--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 networkmanager network-manager) \
+		$(use_with ssl gnutls) \
+		$(use_with telepathy) \
+		$(use_with zlib)
+}

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index 3b49ebc..3d6e68c 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -19,15 +18,18 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="avahi crypt gnome-keyring ipv6 jpeg libnotify networkmanager ssl +telepathy +zlib"
+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
+RDEPEND="
+	>=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
-	>=dev-libs/libgcrypt-1.1.90:=
+	>=dev-libs/libgcrypt-1.1.90:0=
 	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
@@ -41,15 +43,17 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	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:= )
+	crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
 	gnome-keyring? ( app-crypt/libsecret )
 	jpeg? ( virtual/jpeg:0= )
-	libnotify? ( >=x11-libs/libnotify-0.7:= )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-2.2:= )
-	telepathy? ( >=net-libs/telepathy-glib-0.18:= )
-	zlib? ( sys-libs/zlib:= )"
+	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
@@ -57,28 +61,25 @@ DEPEND="${RDEPEND}
 	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() {
-	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)"
-
 	# <glib-2.31 compatibility
 	if [[ ${PV} != 9999 ]]; then
 		rm -v server/vino-marshal.{c,h} || die
 	fi
 	gnome2_src_prepare
 }
+
+src_configure() {
+	gnome2_src_configure \
+		--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 networkmanager network-manager) \
+		$(use_with ssl gnutls) \
+		$(use_with telepathy) \
+		$(use_with zlib)
+}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2013-11-15  8:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c054e88e3f52b6e6ab6c2140af166a0bdab5db00
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 10:02:29 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 10:03:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c054e88e

net-misc/vino: 3.10.0 → 3.10.1

---
 net-misc/vino/{vino-3.10.0.ebuild => vino-3.10.1.ebuild} | 1 -
 net-misc/vino/vino-9999.ebuild                           | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-misc/vino/vino-3.10.0.ebuild b/net-misc/vino/vino-3.10.1.ebuild
similarity index 98%
rename from net-misc/vino/vino-3.10.0.ebuild
rename to net-misc/vino/vino-3.10.1.ebuild
index cca89c5..d85be04 100644
--- a/net-misc/vino/vino-3.10.0.ebuild
+++ b/net-misc/vino/vino-3.10.1.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
 	>=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
 	>=dev-libs/libgcrypt-1.1.90:0=
-	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
 	x11-libs/cairo:=

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index 3d6e68c..1237021 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
 	>=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
 	>=dev-libs/libgcrypt-1.1.90:0=
-	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
 	x11-libs/cairo:=


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2014-02-12 23:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd6e156edf159236e00cac0105b37d8ea4eb85b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:25:37 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:25:37 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fbd6e156

net-misc/vino: moved to gentoo-x86

---
 net-misc/vino/vino-3.10.1.ebuild | 75 ----------------------------------------
 1 file changed, 75 deletions(-)

diff --git a/net-misc/vino/vino-3.10.1.ebuild b/net-misc/vino/vino-3.10.1.ebuild
deleted file mode 100644
index d85be04..0000000
--- a/net-misc/vino/vino-3.10.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2013 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="http://live.gnome.org/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_prepare() {
-	# <glib-2.31 compatibility
-	rm -v server/vino-marshal.{c,h} || die
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--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 networkmanager network-manager) \
-		$(use_with ssl gnutls) \
-		$(use_with telepathy) \
-		$(use_with zlib)
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2014-04-06 18:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     836a70f34eca4a91559cee7e758c665d7604ced4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 17:53:51 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 18:05:17 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=836a70f3

net-misc/vino: 3.10.1 → 3.12.0

---
 .../vino/{vino-9999.ebuild => vino-3.12.0.ebuild}     | 19 ++-----------------
 net-misc/vino/vino-9999.ebuild                        | 10 +---------
 2 files changed, 3 insertions(+), 26 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.12.0.ebuild
similarity index 81%
copy from net-misc/vino/vino-9999.ebuild
copy to net-misc/vino/vino-3.12.0.ebuild
index 1237021..da7d7e9 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,20 +6,13 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="An integrated VNC server for GNOME"
 HOMEPAGE="http://live.gnome.org/Vino"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+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 )"
@@ -60,14 +53,6 @@ DEPEND="${RDEPEND}
 	app-crypt/libsecret"
 # libsecret is always required at build time per bug 322763
 
-src_prepare() {
-	# <glib-2.31 compatibility
-	if [[ ${PV} != 9999 ]]; then
-		rm -v server/vino-marshal.{c,h} || die
-	fi
-	gnome2_src_prepare
-}
-
 src_configure() {
 	gnome2_src_configure \
 		--enable-http-server \

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index 1237021..ac40235 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -60,14 +60,6 @@ DEPEND="${RDEPEND}
 	app-crypt/libsecret"
 # libsecret is always required at build time per bug 322763
 
-src_prepare() {
-	# <glib-2.31 compatibility
-	if [[ ${PV} != 9999 ]]; then
-		rm -v server/vino-marshal.{c,h} || die
-	fi
-	gnome2_src_prepare
-}
-
 src_configure() {
 	gnome2_src_configure \
 		--enable-http-server \


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2014-11-23 22:27 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     39f0717991896cfce7ece78d476616c25d222625
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 21:52:21 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 21:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=39f07179

net-misc/vino: 3.14.0 → 3.14.1

---
 net-misc/vino/{vino-3.14.0.ebuild => vino-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vino/vino-3.14.0.ebuild b/net-misc/vino/vino-3.14.1.ebuild
similarity index 100%
rename from net-misc/vino/vino-3.14.0.ebuild
rename to net-misc/vino/vino-3.14.1.ebuild


^ permalink raw reply	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2014-12-26 21:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9557201179643a4e252fe1450eabd683d09d6c8c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:48:33 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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)
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2015-05-08 23:36 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-08 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     980f529ac720516ac61e6697b0350e08eb73361d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 23:01:47 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May  8 23:21:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=980f529a

net-misc/vino: 3.14.2 → 3.16.0

 .../vino/{vino-9999.ebuild => vino-3.16.0.ebuild}  | 31 ++++++++--------------
 net-misc/vino/vino-9999.ebuild                     | 22 +++++++--------
 2 files changed, 21 insertions(+), 32 deletions(-)

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.16.0.ebuild
similarity index 69%
copy from net-misc/vino/vino-9999.ebuild
copy to net-misc/vino/vino-3.16.0.ebuild
index 04460d9..576f810 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,21 +6,14 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="An integrated VNC server for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/Vino"
 
 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 networkmanager ssl +telepathy +zlib"
+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 )"
 
@@ -28,29 +21,28 @@ REQUIRED_USE="jpeg? ( zlib )"
 # 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=
+	>=x11-libs/gtk+-3:3
 
 	dev-libs/dbus-glib
 	x11-libs/cairo:=
-	x11-libs/pango[X]
 	x11-libs/libICE
+	x11-libs/libSM
 	x11-libs/libX11
 	x11-libs/libXdamage
 	x11-libs/libXext
 	x11-libs/libXfixes
-	x11-libs/libSM
 	x11-libs/libXtst
+	x11-libs/pango[X]
 
 	>=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 )
+	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}
@@ -64,13 +56,12 @@ DEPEND="${RDEPEND}
 src_configure() {
 	gnome2_src_configure \
 		--with-gcrypt \
-		$(use_with avahi) \
-		$(use_with crypt gcrypt) \
 		$(use_enable ipv6) \
+		$(use_with crypt gcrypt) \
 		$(use_with jpeg) \
-		$(use_with gnome-keyring secret) \
-		$(use_with networkmanager network-manager) \
+		$(use_with libsecret secret) \
 		$(use_with ssl gnutls) \
 		$(use_with telepathy) \
+		$(use_with zeroconf avahi) \
 		$(use_with zlib)
 }

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index 04460d9..8019532 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="avahi crypt gnome-keyring ipv6 jpeg networkmanager ssl +telepathy +zlib"
+IUSE="crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +zlib"
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"
 
@@ -28,29 +28,28 @@ REQUIRED_USE="jpeg? ( zlib )"
 # 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=
+	>=x11-libs/gtk+-3:3
 
 	dev-libs/dbus-glib
 	x11-libs/cairo:=
-	x11-libs/pango[X]
 	x11-libs/libICE
+	x11-libs/libSM
 	x11-libs/libX11
 	x11-libs/libXdamage
 	x11-libs/libXext
 	x11-libs/libXfixes
-	x11-libs/libSM
 	x11-libs/libXtst
+	x11-libs/pango[X]
 
 	>=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 )
+	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}
@@ -64,13 +63,12 @@ DEPEND="${RDEPEND}
 src_configure() {
 	gnome2_src_configure \
 		--with-gcrypt \
-		$(use_with avahi) \
-		$(use_with crypt gcrypt) \
 		$(use_enable ipv6) \
+		$(use_with crypt gcrypt) \
 		$(use_with jpeg) \
-		$(use_with gnome-keyring secret) \
-		$(use_with networkmanager network-manager) \
+		$(use_with libsecret secret) \
 		$(use_with ssl gnutls) \
 		$(use_with telepathy) \
+		$(use_with zeroconf avahi) \
 		$(use_with zlib)
 }


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2015-05-14 18:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5e5a178320a025d9a7ba1c74d9b0c0e039d95174
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 18:21:56 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 18:21:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5e5a1783

net-misc/vino: add missing USE description

 net-misc/vino/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/vino/metadata.xml b/net-misc/vino/metadata.xml
index 547498c..96eedc9 100644
--- a/net-misc/vino/metadata.xml
+++ b/net-misc/vino/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
   <herd>gnome</herd>
   <use>
+    <flag name="libsecret">Enable <pkg>app-crypt/libsecret</pkg> support to store login credentials.</flag>
     <flag name="telepathy">Enable desktop sharing through a telepathy client</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2015-06-09 13:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e622b1e40426b834c3be9dfbdb3b2505054c9d7b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 10:34:03 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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)
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2016-04-02 16:34 Ole Reifschneider
  0 siblings, 0 replies; 29+ messages in thread
From: Ole Reifschneider @ 2016-04-02 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     35d3a323a3069825481bda6faf76230c3e5f7d2f
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 15:56:05 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:56:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=35d3a323

net-misc/vino: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 net-misc/vino/metadata.xml                             |  1 -
 net-misc/vino/{vino-9999.ebuild => vino-3.20.0.ebuild} | 18 +++++-------------
 net-misc/vino/vino-9999.ebuild                         |  9 ++++-----
 3 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/net-misc/vino/metadata.xml b/net-misc/vino/metadata.xml
index a35da3e..1208299 100644
--- a/net-misc/vino/metadata.xml
+++ b/net-misc/vino/metadata.xml
@@ -6,7 +6,6 @@
 	<name>Gentoo GNOME Desktop</name>
 </maintainer>
 <use>
-	<flag name="libsecret">Enable <pkg>app-crypt/libsecret</pkg> support to store login credentials.</flag>
 	<flag name="telepathy">Enable desktop sharing through a telepathy client</flag>
 </use>
 </pkgmetadata>

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-3.20.0.ebuild
similarity index 78%
copy from net-misc/vino/vino-9999.ebuild
copy to net-misc/vino/vino-3.20.0.ebuild
index 5760bde..5dbeac9 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,21 +6,14 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="An integrated VNC server for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/Vino"
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-IUSE="crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +zlib"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="crypt gnome-keyring ipv6 jpeg ssl +telepathy zeroconf +zlib"
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"
 
@@ -45,8 +38,8 @@ RDEPEND="
 	>=x11-libs/libnotify-0.7.0:=
 
 	crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
+	gnome-keyring? ( app-crypt/libsecret )
 	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] )
@@ -62,11 +55,10 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	gnome2_src_configure \
-		--with-gcrypt \
 		$(use_enable ipv6) \
 		$(use_with crypt gcrypt) \
+		$(use_with gnome-keyring secret) \
 		$(use_with jpeg) \
-		$(use_with libsecret secret) \
 		$(use_with ssl gnutls) \
 		$(use_with telepathy) \
 		$(use_with zeroconf avahi) \

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index 5760bde..0778222 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +zlib"
+IUSE="crypt gnome-keyring ipv6 jpeg ssl +telepathy zeroconf +zlib"
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"
 
@@ -45,8 +45,8 @@ RDEPEND="
 	>=x11-libs/libnotify-0.7.0:=
 
 	crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
+	gnome-keyring? ( app-crypt/libsecret )
 	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] )
@@ -62,11 +62,10 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	gnome2_src_configure \
-		--with-gcrypt \
 		$(use_enable ipv6) \
 		$(use_with crypt gcrypt) \
+		$(use_with gnome-keyring secret) \
 		$(use_with jpeg) \
-		$(use_with libsecret secret) \
 		$(use_with ssl gnutls) \
 		$(use_with telepathy) \
 		$(use_with zeroconf avahi) \


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-misc/vino/
@ 2018-01-12 14:41 Dennis Lamm
  0 siblings, 0 replies; 29+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     79970bcb2f9bd948971250846c23114af7c8b914
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:41:39 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:41:39 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=79970bcb

net-misc/vino: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/vino/vino-3.20.0.ebuild | 66 ----------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/net-misc/vino/vino-3.20.0.ebuild b/net-misc/vino/vino-3.20.0.ebuild
deleted file mode 100644
index 5dbeac9a..00000000
--- a/net-misc/vino/vino-3.20.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 gnome-keyring 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= )
-	gnome-keyring? ( app-crypt/libsecret )
-	jpeg? ( virtual/jpeg:0= )
-	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 \
-		$(use_enable ipv6) \
-		$(use_with crypt gcrypt) \
-		$(use_with gnome-keyring secret) \
-		$(use_with jpeg) \
-		$(use_with ssl gnutls) \
-		$(use_with telepathy) \
-		$(use_with zeroconf avahi) \
-		$(use_with zlib)
-}


^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2018-01-12 14:41 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox