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

commit:     2d1deee61506fb75022b6600f207ab5e745a7468
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Feb 19 08:29:42 2011 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Feb 19 08:29:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2d1deee6

net-misc/vinagre: Bump to 2.91.7

---
 .../{vinagre-9999.ebuild => vinagre-2.91.7.ebuild} |   36 +++++++++-----------
 net-misc/vinagre/vinagre-9999.ebuild               |   12 +++----
 2 files changed, 21 insertions(+), 27 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-2.91.7.ebuild
similarity index 65%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-2.91.7.ebuild
index 138d259..f10a269 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-2.91.7.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.6 2011/01/30 19:10:27 armin76 Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -10,34 +10,25 @@ inherit gnome2
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
-SRC_URI="mirror://gentoo/${P}_c2195749.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="applet avahi +introspection +ssh +telepathy test"
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="applet avahi +ssh +telepathy test"
 
 RDEPEND=">=dev-libs/glib-2.25.11
 	dev-libs/dbus-glib
-	>=x11-libs/gtk+-2.90.4:3
+	>=x11-libs/gtk+-2.99.3:3
 	>=gnome-base/gconf-2.16
-	>=dev-libs/libpeas-0.7.0[gtk]
+	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31
-	>=net-libs/gtk-vnc-0.4.1:3
+	>=net-libs/gtk-vnc-0.4.3:3
 
 	gnome-base/gnome-keyring
 
 	applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
-	avahi? (
-		>=dev-libs/libxml2-2.6.31
-		>=net-dns/avahi-0.6.26[dbus,gtk3] )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
-	ssh? ( >=x11-libs/vte-0.20:2.90 )
+	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
+	ssh? ( >=x11-libs/vte-0.20 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"
 
 DEPEND="${RDEPEND}
@@ -49,18 +40,23 @@ DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
 pkg_setup() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		--disable-scrollkeeper
-		--enable-rdp
 		$(use_enable avahi)
 		$(use_enable applet)
 		$(use_enable ssh)
 		$(use_enable telepathy)"
 }
 
+src_compile() {
+	# XXX: This sucks :S
+	addpredict "$(unset HOME; echo ~)/.gconf"
+	addpredict "$(unset HOME; echo ~)/.gconfd"
+	gnome2_src_compile
+}
+
 src_install() {
 	gnome2_src_install
 

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 138d259..edc288c 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -10,7 +10,7 @@ inherit gnome2
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
-SRC_URI="mirror://gentoo/${P}_c2195749.tar.xz"
+SRC_URI="git://git.gnome.org/vinagre"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,18 +24,16 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.25.11
 	dev-libs/dbus-glib
-	>=x11-libs/gtk+-2.90.4:3
+	>=x11-libs/gtk+-2.99.3:3
 	>=gnome-base/gconf-2.16
-	>=dev-libs/libpeas-0.7.0[gtk]
+	>=dev-libs/libpeas-0.7.3[gtk]
 	>=dev-libs/libxml2-2.6.31
-	>=net-libs/gtk-vnc-0.4.1:3
+	>=net-libs/gtk-vnc-0.4.3:3
 
 	gnome-base/gnome-keyring
 
 	applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
-	avahi? (
-		>=dev-libs/libxml2-2.6.31
-		>=net-dns/avahi-0.6.26[dbus,gtk3] )
+	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"



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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 2011-02-19 10:54 Priit Laes
  0 siblings, 0 replies; 29+ messages in thread
From: Priit Laes @ 2011-02-19 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     63ac2e429062d64e34822764fc028b12e5746038
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Feb 19 10:28:34 2011 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Feb 19 10:28:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=63ac2e42

net-misc/vinagre: Fix deps

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

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index edc288c..06e4c3d 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.25.11
 	dev-libs/dbus-glib
 	>=x11-libs/gtk+-2.99.3:3
 	>=gnome-base/gconf-2.16
-	>=dev-libs/libpeas-0.7.3[gtk]
+	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31
 	>=net-libs/gtk-vnc-0.4.3:3
 



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

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

commit:     e086c8c93ef79c41dda025ebbcbc7208d54a5efa
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 14:17:57 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 17:45:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e086c8c9

net-misc/vinagre: various fixes.

* Fix automagic introspection, explicitly enable rdp support.
* Re-add[[ ${PV} = 9999 ]] conditional, all overlay ebuilds should have this.
  - This way you can often just copy the ebuild over to -9999 after a bump
* SRC_URI does not fetch from git repositories.
* Collection of introspection data requires the application to be run, which
  needs GConf and dbus. So we need to run Xemake.
* Port to latest libpeas, added by plaes to overlay.
* Disable applet support, it's broken with latest gnome-panel.
  - It also has no place in GNOME 3.

---
 net-misc/vinagre/vinagre-2.91.7.ebuild |   35 +++++++++++++++++++++----------
 net-misc/vinagre/vinagre-9999.ebuild   |   33 ++++++++++++++++++++----------
 2 files changed, 46 insertions(+), 22 deletions(-)

diff --git a/net-misc/vinagre/vinagre-2.91.7.ebuild b/net-misc/vinagre/vinagre-2.91.7.ebuild
index a715376..82e860c 100644
--- a/net-misc/vinagre/vinagre-2.91.7.ebuild
+++ b/net-misc/vinagre/vinagre-2.91.7.ebuild
@@ -1,20 +1,25 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.6 2011/01/30 19:10:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2
+inherit eutils gnome2 virtualx
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="applet avahi +ssh +telepathy test"
+IUSE="avahi +introspection +ssh +telepathy test" #applet
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
 
 RDEPEND=">=dev-libs/glib-2.25.11:2
 	dev-libs/dbus-glib
@@ -26,11 +31,11 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
 
 	gnome-base/gnome-keyring
 
-	applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"
-
+	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
 	>=dev-lang/perl-5
@@ -40,21 +45,29 @@ DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-pkg_setup() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+
+src_prepare() {
+	# Applet doesn't work with GNOME 3: gnome bug 642707
 	G2CONF="${G2CONF}
 		--disable-scrollkeeper
+		--disable-applet
+		--enable-rdp
 		$(use_enable avahi)
-		$(use_enable applet)
+		$(use_enable introspection)
 		$(use_enable ssh)
 		$(use_enable telepathy)"
+
+	gnome2_src_prepare
 }
 
 src_compile() {
-	# XXX: This sucks :S
+	# GConf sucks. Thankfully it's going away: gnome bug 625895
 	addpredict "$(unset HOME; echo ~)/.gconf"
 	addpredict "$(unset HOME; echo ~)/.gconfd"
-	gnome2_src_compile
+	# Dbus is needed for introspection because it runs vinagre, which needs GConf.
+	# Hence, we need X. But that's okay, because dbus auto-exits after a while.
+	Xemake || die
 }
 
 src_install() {

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 06e4c3d..82e860c 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -6,15 +6,14 @@ EAPI="2"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2
+inherit eutils gnome2 virtualx
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
-SRC_URI="git://git.gnome.org/vinagre"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="applet avahi +introspection +ssh +telepathy test"
+IUSE="avahi +introspection +ssh +telepathy test" #applet
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,22 +21,21 @@ else
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=dev-libs/glib-2.25.11
+RDEPEND=">=dev-libs/glib-2.25.11:2
 	dev-libs/dbus-glib
 	>=x11-libs/gtk+-2.99.3:3
-	>=gnome-base/gconf-2.16
+	>=gnome-base/gconf-2.16:2
 	>=dev-libs/libpeas-0.7.2[gtk]
-	>=dev-libs/libxml2-2.6.31
-	>=net-libs/gtk-vnc-0.4.3:3
+	>=dev-libs/libxml2-2.6.31:2
+	>=net-libs/gtk-vnc-0.4.3:0
 
 	gnome-base/gnome-keyring
 
-	applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"
-
+	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
 	>=dev-lang/perl-5
@@ -49,14 +47,27 @@ DEPEND="${RDEPEND}
 
 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 
-pkg_setup() {
+src_prepare() {
+	# Applet doesn't work with GNOME 3: gnome bug 642707
 	G2CONF="${G2CONF}
 		--disable-scrollkeeper
+		--disable-applet
 		--enable-rdp
 		$(use_enable avahi)
-		$(use_enable applet)
+		$(use_enable introspection)
 		$(use_enable ssh)
 		$(use_enable telepathy)"
+
+	gnome2_src_prepare
+}
+
+src_compile() {
+	# GConf sucks. Thankfully it's going away: gnome bug 625895
+	addpredict "$(unset HOME; echo ~)/.gconf"
+	addpredict "$(unset HOME; echo ~)/.gconfd"
+	# Dbus is needed for introspection because it runs vinagre, which needs GConf.
+	# Hence, we need X. But that's okay, because dbus auto-exits after a while.
+	Xemake || die
 }
 
 src_install() {



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

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

commit:     eba193c240616f3068a6951537c967578041f7b4
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 02:40:06 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 19:41:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eba193c2

net-misc/vinagre: 2.91.7 -> 2.91.8, update live version

* Ported to gsettings

---
 ...vinagre-2.91.7.ebuild => vinagre-2.91.8.ebuild} |   31 +++++++++++---------
 net-misc/vinagre/vinagre-9999.ebuild               |   31 +++++++++++---------
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/net-misc/vinagre/vinagre-2.91.7.ebuild b/net-misc/vinagre/vinagre-2.91.8.ebuild
similarity index 72%
rename from net-misc/vinagre/vinagre-2.91.7.ebuild
rename to net-misc/vinagre/vinagre-2.91.8.ebuild
index 82e860c..5f4439d 100644
--- a/net-misc/vinagre/vinagre-2.91.7.ebuild
+++ b/net-misc/vinagre/vinagre-2.91.8.ebuild
@@ -2,18 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
 
-EAPI="2"
+EAPI="3"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 virtualx
+inherit gnome2 virtualx
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi +introspection +ssh +telepathy test" #applet
+IUSE="avahi +introspection +ssh +telepathy test" #applet spice
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,19 +22,19 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.25.11:2
-	dev-libs/dbus-glib
-	>=x11-libs/gtk+-2.99.3:3
-	>=gnome-base/gconf-2.16:2
+		>=x11-libs/gtk+-2.99.3:3
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3:0
+	>=net-libs/gtk-vnc-0.4.3-r300
 
 	gnome-base/gnome-keyring
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
-	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"
+	telepathy? (
+		dev-libs/dbus-glib
+		>=net-libs/telepathy-glib-0.11.6 )"
 	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
@@ -49,9 +49,12 @@ DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 
 src_prepare() {
 	# Applet doesn't work with GNOME 3: gnome bug 642707
+	# Spice support?
 	G2CONF="${G2CONF}
+		--disable-schemas-compile
 		--disable-scrollkeeper
 		--disable-applet
+		--disable-spice
 		--enable-rdp
 		$(use_enable avahi)
 		$(use_enable introspection)
@@ -62,17 +65,17 @@ src_prepare() {
 }
 
 src_compile() {
-	# GConf sucks. Thankfully it's going away: gnome bug 625895
-	addpredict "$(unset HOME; echo ~)/.gconf"
-	addpredict "$(unset HOME; echo ~)/.gconfd"
-	# Dbus is needed for introspection because it runs vinagre, which needs GConf.
+	# Dbus is needed for introspection because it runs vinagre.
 	# Hence, we need X. But that's okay, because dbus auto-exits after a while.
-	Xemake || die
+	# Also, we need the schemas from data/ to run the app for introspection.
+	local updater="${EROOT}${GLIB_COMPILE_SCHEMAS}"
+	${updater} --allow-any-name "${S}/data" || die
+	GSETTINGS_SCHEMA_DIR=${S}/data Xemake || die
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Remove it's own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${D}"/usr/share/doc/vinagre
+	rm -rf "${ED}"/usr/share/doc/vinagre
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 82e860c..5f4439d 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -2,18 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
 
-EAPI="2"
+EAPI="3"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 virtualx
+inherit gnome2 virtualx
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
 HOMEPAGE="http://www.gnome.org/projects/vinagre/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi +introspection +ssh +telepathy test" #applet
+IUSE="avahi +introspection +ssh +telepathy test" #applet spice
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,19 +22,19 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.25.11:2
-	dev-libs/dbus-glib
-	>=x11-libs/gtk+-2.99.3:3
-	>=gnome-base/gconf-2.16:2
+		>=x11-libs/gtk+-2.99.3:3
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3:0
+	>=net-libs/gtk-vnc-0.4.3-r300
 
 	gnome-base/gnome-keyring
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
-	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )"
+	telepathy? (
+		dev-libs/dbus-glib
+		>=net-libs/telepathy-glib-0.11.6 )"
 	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
@@ -49,9 +49,12 @@ DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 
 src_prepare() {
 	# Applet doesn't work with GNOME 3: gnome bug 642707
+	# Spice support?
 	G2CONF="${G2CONF}
+		--disable-schemas-compile
 		--disable-scrollkeeper
 		--disable-applet
+		--disable-spice
 		--enable-rdp
 		$(use_enable avahi)
 		$(use_enable introspection)
@@ -62,17 +65,17 @@ src_prepare() {
 }
 
 src_compile() {
-	# GConf sucks. Thankfully it's going away: gnome bug 625895
-	addpredict "$(unset HOME; echo ~)/.gconf"
-	addpredict "$(unset HOME; echo ~)/.gconfd"
-	# Dbus is needed for introspection because it runs vinagre, which needs GConf.
+	# Dbus is needed for introspection because it runs vinagre.
 	# Hence, we need X. But that's okay, because dbus auto-exits after a while.
-	Xemake || die
+	# Also, we need the schemas from data/ to run the app for introspection.
+	local updater="${EROOT}${GLIB_COMPILE_SCHEMAS}"
+	${updater} --allow-any-name "${S}/data" || die
+	GSETTINGS_SCHEMA_DIR=${S}/data Xemake || die
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Remove it's own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${D}"/usr/share/doc/vinagre
+	rm -rf "${ED}"/usr/share/doc/vinagre
 }



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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     9be2c18ae6453b6ed468a9155a9adc17747f0e4c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:22:00 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 01:36:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9be2c18a

net-misc/vinagre: 2.91.8 → 2.91.92

---
 ...inagre-2.91.8.ebuild => vinagre-2.91.92.ebuild} |   21 ++++++++++---------
 net-misc/vinagre/vinagre-9999.ebuild               |   21 ++++++++++---------
 2 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/net-misc/vinagre/vinagre-2.91.8.ebuild b/net-misc/vinagre/vinagre-2.91.92.ebuild
similarity index 81%
rename from net-misc/vinagre/vinagre-2.91.8.ebuild
rename to net-misc/vinagre/vinagre-2.91.92.ebuild
index 5f4439d..21e40fe 100644
--- a/net-misc/vinagre/vinagre-2.91.8.ebuild
+++ b/net-misc/vinagre/vinagre-2.91.92.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/vinagre/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi +introspection +ssh +telepathy test" #applet spice
+IUSE="applet avahi +introspection +telepathy test" #+ssh
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -31,11 +31,11 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
-	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	telepathy? (
 		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )"
-	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
+		>=net-libs/telepathy-glib-0.11.6 )
+	applet? ( >=gnome-base/gnome-panel-2.91 )"
+#	ssh? ( >=x11-libs/vte-0.20:2.90 )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
 	>=dev-lang/perl-5
@@ -45,21 +45,22 @@ DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 
 src_prepare() {
-	# Applet doesn't work with GNOME 3: gnome bug 642707
 	# Spice support?
+	# SSH support fails to compile
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		--disable-scrollkeeper
-		--disable-applet
 		--disable-spice
+		--disable-ssh
 		--enable-rdp
-		$(use_enable avahi)
+		$(use_with panelapplet)
+		$(use_with avahi)
 		$(use_enable introspection)
-		$(use_enable ssh)
-		$(use_enable telepathy)"
+		$(use_with telepathy)"
+		#$(use_enable ssh)
 
 	gnome2_src_prepare
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 5f4439d..21e40fe 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/vinagre/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi +introspection +ssh +telepathy test" #applet spice
+IUSE="applet avahi +introspection +telepathy test" #+ssh
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -31,11 +31,11 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
-	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	telepathy? (
 		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )"
-	#applet? ( || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) )
+		>=net-libs/telepathy-glib-0.11.6 )
+	applet? ( >=gnome-base/gnome-panel-2.91 )"
+#	ssh? ( >=x11-libs/vte-0.20:2.90 )
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
 	>=dev-lang/perl-5
@@ -45,21 +45,22 @@ DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 
 src_prepare() {
-	# Applet doesn't work with GNOME 3: gnome bug 642707
 	# Spice support?
+	# SSH support fails to compile
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		--disable-scrollkeeper
-		--disable-applet
 		--disable-spice
+		--disable-ssh
 		--enable-rdp
-		$(use_enable avahi)
+		$(use_with panelapplet)
+		$(use_with avahi)
 		$(use_enable introspection)
-		$(use_enable ssh)
-		$(use_enable telepathy)"
+		$(use_with telepathy)"
+		#$(use_enable ssh)
 
 	gnome2_src_prepare
 }



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

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

commit:     999df9794458d090a166883528b4028ad17ff178
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:48:31 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:57:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=999df979

net-misc/vinagre: 2.91.92 → 2.91.93

* Translation, Style updates

---
 ...nagre-2.91.92.ebuild => vinagre-2.91.93.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-misc/vinagre/vinagre-2.91.92.ebuild b/net-misc/vinagre/vinagre-2.91.93.ebuild
similarity index 98%
rename from net-misc/vinagre/vinagre-2.91.92.ebuild
rename to net-misc/vinagre/vinagre-2.91.93.ebuild
index 21e40fe..cefc139 100644
--- a/net-misc/vinagre/vinagre-2.91.92.ebuild
+++ b/net-misc/vinagre/vinagre-2.91.93.ebuild
@@ -22,7 +22,7 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.25.11:2
-		>=x11-libs/gtk+-2.99.3:3
+	>=x11-libs/gtk+-3.0.3:3
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3-r300



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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     4fe8c9f781bed62db5ad4b32e44d5fae168f0693
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 19:33:14 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 21:20:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4fe8c9f7

net-misc/vinagre: 2.91.93 → 3.0.0

---
 ...vinagre-2.91.93.ebuild => vinagre-3.0.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     f6dfed2256895bf254643228e5bb09e7fa6793cc
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 22:03:31 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:21:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f6dfed22

net-misc/vinagre: 3.0.0 → 3.0.1

---
 .../{vinagre-3.0.0.ebuild => vinagre-3.0.1.ebuild} |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.0.0.ebuild b/net-misc/vinagre/vinagre-3.0.1.ebuild
similarity index 91%
rename from net-misc/vinagre/vinagre-3.0.0.ebuild
rename to net-misc/vinagre/vinagre-3.0.1.ebuild
index 025d766..f16b010 100644
--- a/net-misc/vinagre/vinagre-3.0.0.ebuild
+++ b/net-misc/vinagre/vinagre-3.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit autotools eutils gnome2 virtualx
+inherit gnome2 virtualx
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -28,8 +28,8 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
-
 	>=gnome-base/gnome-keyring-1
+	x11-themes/gnome-icon-theme
 
 	applet? ( >=gnome-base/gnome-panel-2.91 )
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
@@ -63,16 +63,6 @@ pkg_setup() {
 		$(use_with telepathy)"
 }
 
-src_prepare() {
-	# Fix build of ssh plugin
-	epatch "${FILESDIR}/${P}-ssh-plugin.patch"
-
-	intltoolize --force --copy --automake || die
-	eautoreconf
-
-	gnome2_src_prepare
-}
-
 src_compile() {
 	# Dbus is needed for introspection because it runs vinagre.
 	# Hence, we need X. But that's okay, because dbus auto-exits after a while.



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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     13f648ca5e30fbf0523a19682580c031c64e59b7
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 09:04:57 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 09:04:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=13f648ca

net-misc/vinagre: update

---
 net-misc/vinagre/vinagre-9999.ebuild |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 6eda652..5e582dc 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-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/vinagre/vinagre-2.30.3.ebuild,v 1.4 2011/01/19 21:26:57 hwoarang Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -19,9 +19,9 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="avahi +ssh +telepathy test"
+IUSE="avahi +ssh spice +telepathy test"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
@@ -36,39 +36,39 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
+	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
 	telepathy? (
 		dev-libs/dbus-glib
 		>=net-libs/telepathy-glib-0.11.6 )
 "
 DEPEND="${RDEPEND}
-	dev-lang/vala:0.12
-	gnome-base/gnome-common
 	>=dev-lang/perl-5
+	dev-lang/vala:0.12
+	dev-libs/libxml2
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	app-text/scrollkeeper
-	app-text/gnome-doc-utils
+	dev-util/itstool
 	>=sys-devel/gettext-0.17
-	test? ( ~app-text/docbook-xml-dtd-4.3 )"
+	virtual/pkgconfig
+	test? ( app-text/gnome-doc-utils )"
+# eautoreconf needds:
+#	app-text/yelp-tools
+#	gnome-base/gnome-common
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	# Spice support?
-	# SSH support fails to compile
 	G2CONF="${G2CONF}
-		VALAC=$(type -p valac-0.12)
+		VALAC=$(type -P valac-0.12)
 		--disable-schemas-compile
-		--disable-scrollkeeper
-		--disable-spice
 		--enable-rdp
 		$(use_with avahi)
 		$(use_enable ssh)
+		$(use_enable spice)
 		$(use_with telepathy)"
 }
 
 src_install() {
 	gnome2_src_install
 
-	# Remove it's own installation of DOCS that go to $PN instead of $P and aren't ecompressed
+	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
 	rm -rf "${ED}"/usr/share/doc/vinagre
 }



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

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

commit:     bb4db4655caca7403759d0f182bef4707f7050a2
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 09:21:21 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 09:21:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bb4db465

Add net-misc/vinagre-3.5.90

---
 .../{vinagre-9999.ebuild => vinagre-3.5.90.ebuild} |   25 ++++++++++---------
 net-misc/vinagre/vinagre-9999.ebuild               |   25 ++++++++++---------
 2 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.5.90.ebuild
similarity index 81%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.5.90.ebuild
index 5e582dc..6c76622 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-3.5.90.ebuild
@@ -21,13 +21,13 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="avahi +ssh spice +telepathy test"
+IUSE="avahi +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
 RDEPEND=">=dev-libs/glib-2.28.0:2
+	app-crypt/libsecret
 	>=x11-libs/gtk+-3.0.3:3
-	>=gnome-base/gnome-keyring-1
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
 	x11-libs/cairo
@@ -43,21 +43,22 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 "
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	dev-lang/vala:0.12
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40
-	dev-util/itstool
+	sys-apps/sed
+	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	test? ( app-text/gnome-doc-utils )"
-# eautoreconf needds:
-#	app-text/yelp-tools
-#	gnome-base/gnome-common
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND+="
+		dev-lang/vala:0.18
+		app-text/yelp-tools
+		gnome-base/gnome-common"
+fi
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	G2CONF="${G2CONF}
-		VALAC=$(type -P valac-0.12)
+		VALAC=$(type -P valac-0.18)
 		--disable-schemas-compile
 		--enable-rdp
 		$(use_with avahi)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 5e582dc..6c76622 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -21,13 +21,13 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="avahi +ssh spice +telepathy test"
+IUSE="avahi +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
 RDEPEND=">=dev-libs/glib-2.28.0:2
+	app-crypt/libsecret
 	>=x11-libs/gtk+-3.0.3:3
-	>=gnome-base/gnome-keyring-1
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
 	x11-libs/cairo
@@ -43,21 +43,22 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 "
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	dev-lang/vala:0.12
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40
-	dev-util/itstool
+	sys-apps/sed
+	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	test? ( app-text/gnome-doc-utils )"
-# eautoreconf needds:
-#	app-text/yelp-tools
-#	gnome-base/gnome-common
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND+="
+		dev-lang/vala:0.18
+		app-text/yelp-tools
+		gnome-base/gnome-common"
+fi
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	G2CONF="${G2CONF}
-		VALAC=$(type -P valac-0.12)
+		VALAC=$(type -P valac-0.18)
 		--disable-schemas-compile
 		--enable-rdp
 		$(use_with avahi)


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     4ed60e3b8ca834617a99a0e6438d7af17df0c7ff
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 16:27:06 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 16:27:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4ed60e3b

net-misc/vinagre: 3.5.90 → 3.5.92

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

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


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

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

commit:     2faab3edfdea7e231f57c8e52eddc3ddc2ebf83c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 18:06:16 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 18:07:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2faab3ed

net-misc/vinagre: 3.5.92 → 3.6.1

sed is pulled in by gnome2 eclass. Sync with gx86 changes.

---
 ...{vinagre-3.5.92.ebuild => vinagre-3.6.1.ebuild} |   12 +++++++-----
 net-misc/vinagre/vinagre-9999.ebuild               |   12 +++++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.5.92.ebuild b/net-misc/vinagre/vinagre-3.6.1.ebuild
similarity index 91%
rename from net-misc/vinagre/vinagre-3.5.92.ebuild
rename to net-misc/vinagre/vinagre-3.6.1.ebuild
index 6c76622..86fb3be 100644
--- a/net-misc/vinagre/vinagre-3.5.92.ebuild
+++ b/net-misc/vinagre/vinagre-3.6.1.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="avahi +ssh spice +telepathy"
+IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
@@ -35,6 +35,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 	x11-themes/gnome-icon-theme
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
+	rdp? ( net-misc/rdesktop )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
 	telepathy? (
@@ -43,10 +44,10 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 "
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	sys-apps/sed
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND+="
@@ -55,16 +56,17 @@ if [[ ${PV} = 9999 ]]; then
 		gnome-base/gnome-common"
 fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	G2CONF="${G2CONF}
 		VALAC=$(type -P valac-0.18)
 		--disable-schemas-compile
-		--enable-rdp
 		$(use_with avahi)
+		$(use_enable rdp)
 		$(use_enable ssh)
 		$(use_enable spice)
 		$(use_with telepathy)"
+	gnome2_src_configure
 }
 
 src_install() {

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 6c76622..86fb3be 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="avahi +ssh spice +telepathy"
+IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
@@ -35,6 +35,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 	x11-themes/gnome-icon-theme
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
+	rdp? ( net-misc/rdesktop )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
 	telepathy? (
@@ -43,10 +44,10 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
 "
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	sys-apps/sed
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND+="
@@ -55,16 +56,17 @@ if [[ ${PV} = 9999 ]]; then
 		gnome-base/gnome-common"
 fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	G2CONF="${G2CONF}
 		VALAC=$(type -P valac-0.18)
 		--disable-schemas-compile
-		--enable-rdp
 		$(use_with avahi)
+		$(use_enable rdp)
 		$(use_enable ssh)
 		$(use_enable spice)
 		$(use_with telepathy)"
+	gnome2_src_configure
 }
 
 src_install() {


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

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

commit:     8fc8a1ffa98eeb021ed4773284ee14b3174a2357
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 23:07:41 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 23:07:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8fc8a1ff

net-misc/vinagre: 3.6.1 → 3.6.2

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

diff --git a/net-misc/vinagre/metadata.xml b/net-misc/vinagre/metadata.xml
new file mode 100644
index 0000000..4708913
--- /dev/null
+++ b/net-misc/vinagre/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="rdp">Enable access to Windows RDP protocol using
+			<pkg>net-misc/rdesktop</pkg></flag>
+    <flag name="ssh">Enable ssh plugin using <pkg>x11-libs/vte</pkg></flag>
+    <flag name="spice">Enable access to SPICE-enabled virtual machines</flag>
+    <flag name="telepathy">Enable access to remote desktop via a
+			<pkg>net-libs/telepathy-glib</pkg> client</flag>
+  </use>
+</pkgmetadata>

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


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     72d6e918f13b556b07b5dc54676f4f5debd0dd24
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 22:52:14 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 22:53:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72d6e918

net-misc/vinagre: moved to gx86

    * Sync live ebuild with gx86 changes.

---
 net-misc/vinagre/vinagre-3.6.2.ebuild |   77 ---------------------------------
 net-misc/vinagre/vinagre-9999.ebuild  |   14 +++---
 2 files changed, 7 insertions(+), 84 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.6.2.ebuild b/net-misc/vinagre/vinagre-3.6.2.ebuild
deleted file mode 100644
index 86fb3be..0000000
--- a/net-misc/vinagre/vinagre-3.6.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="VNC Client for the GNOME Desktop"
-HOMEPAGE="http://www.gnome.org/projects/vinagre/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="avahi rdp +ssh spice +telepathy"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-RDEPEND=">=dev-libs/glib-2.28.0:2
-	app-crypt/libsecret
-	>=x11-libs/gtk+-3.0.3:3
-	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3[gtk3]
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-themes/gnome-icon-theme
-
-	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-	rdp? ( net-misc/rdesktop )
-	ssh? ( >=x11-libs/vte-0.20:2.90 )
-	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
-	telepathy? (
-		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )
-"
-DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		dev-lang/vala:0.18
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	G2CONF="${G2CONF}
-		VALAC=$(type -P valac-0.18)
-		--disable-schemas-compile
-		$(use_with avahi)
-		$(use_enable rdp)
-		$(use_enable ssh)
-		$(use_enable spice)
-		$(use_with telepathy)"
-	gnome2_src_configure
-}
-
-src_install() {
-	gnome2_src_install
-
-	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${ED}"/usr/share/doc/vinagre
-}

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 86fb3be..82e5d94 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -12,9 +12,9 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="VNC Client for the GNOME Desktop"
-HOMEPAGE="http://www.gnome.org/projects/vinagre/"
+HOMEPAGE="http://live.gnome.org/Vinagre"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
@@ -25,12 +25,13 @@ IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
-RDEPEND=">=dev-libs/glib-2.28.0:2
-	app-crypt/libsecret
+RDEPEND="
+	>=dev-libs/glib-2.28.0:2
 	>=x11-libs/gtk+-3.0.3:3
+	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
-	x11-libs/cairo
+	x11-libs/cairo:=
 	x11-libs/gdk-pixbuf:2
 	x11-themes/gnome-icon-theme
 
@@ -60,7 +61,6 @@ src_configure() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	G2CONF="${G2CONF}
 		VALAC=$(type -P valac-0.18)
-		--disable-schemas-compile
 		$(use_with avahi)
 		$(use_enable rdp)
 		$(use_enable ssh)


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 2013-01-07 13:45 Alexandre Rostovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Rostovtsev @ 2013-01-07 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b6d045a7e745868437452d898c367ce272000481
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  7 13:44:54 2013 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Jan  7 13:44:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b6d045a7

net-misc/vinagre: sync with gx86

---
 net-misc/vinagre/vinagre-9999.ebuild |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 82e5d94..a4fbaa3 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="VNC Client for the GNOME Desktop"
+DESCRIPTION="VNC client for the GNOME desktop"
 HOMEPAGE="http://live.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
@@ -19,7 +19,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 IUSE="avahi rdp +ssh spice +telepathy"
 
@@ -59,14 +59,14 @@ fi
 
 src_configure() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	G2CONF="${G2CONF}
-		VALAC=$(type -P valac-0.18)
-		$(use_with avahi)
-		$(use_enable rdp)
-		$(use_enable ssh)
-		$(use_enable spice)
-		$(use_with telepathy)"
-	gnome2_src_configure
+	[[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	gnome2_src_configure \
+		VALAC=$(type -P valac-0.18) \
+		$(use_with avahi) \
+		$(use_enable rdp) \
+		$(use_enable ssh) \
+		$(use_enable spice) \
+		$(use_with telepathy)
 }
 
 src_install() {


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

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

commit:     4ed8f991c474594a1f76718fdf4130441b85d8d0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 21:33:44 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4ed8f991

net-misc/vinagre: 3.8.3 → 3.10.0

---
 .../{vinagre-9999.ebuild => vinagre-3.10.0.ebuild} | 36 +++++++++-------------
 net-misc/vinagre/vinagre-9999.ebuild               | 22 +++++++------
 2 files changed, 26 insertions(+), 32 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.10.0.ebuild
similarity index 68%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.10.0.ebuild
index a4fbaa3..d6ec931 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-3.10.0.ebuild
@@ -4,30 +4,24 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION=0.18
 
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
+inherit gnome2 vala
 
 DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="http://live.gnome.org/Vinagre"
+HOMEPAGE="https://wiki.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
+# FIXME: uses xfreerdp ???
 RDEPEND="
 	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.0.3:3
+	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
@@ -48,30 +42,28 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
+	$(vala_depend)
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		dev-lang/vala:0.18
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}
 
 src_configure() {
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	[[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
-		VALAC=$(type -P valac-0.18) \
 		$(use_with avahi) \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
-		$(use_with telepathy)
+		$(use_with telepathy) \
+		ITSTOOL=$(type -P true)
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${ED}"/usr/share/doc/vinagre
+	rm -rf "${ED}"/usr/share/doc/vinagre || die
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index a4fbaa3..3f5845b 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -4,30 +4,31 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION=0.18
 
-inherit gnome2
+inherit gnome2 vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="http://live.gnome.org/Vinagre"
+HOMEPAGE="https://wiki.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
+# FIXME: uses xfreerdp ???
 RDEPEND="
 	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.0.3:3
+	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
@@ -48,30 +49,31 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
+	$(vala_depend)
 "
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND+="
-		dev-lang/vala:0.18
 		app-text/yelp-tools
 		gnome-base/gnome-common"
 fi
 
 src_configure() {
+	local myconf=""
+	[[ ${PV} = 9999 ]] || myconf="ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	[[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
-		VALAC=$(type -P valac-0.18) \
 		$(use_with avahi) \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
-		$(use_with telepathy)
+		$(use_with telepathy) \
+		${myconf}
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${ED}"/usr/share/doc/vinagre
+	rm -rf "${ED}"/usr/share/doc/vinagre || die
 }


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

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

commit:     911758e19751be1eb1893d399d6ef62296391204
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 21:33:44 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 22:03:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=911758e1

net-misc/vinagre: 3.8.3 → 3.10.2

---
 .../{vinagre-9999.ebuild => vinagre-3.10.2.ebuild} | 38 +++++++++-------------
 net-misc/vinagre/vinagre-9999.ebuild               | 29 ++++++++++-------
 2 files changed, 33 insertions(+), 34 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.10.2.ebuild
similarity index 68%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.10.2.ebuild
index a4fbaa3..912252a 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-3.10.2.ebuild
@@ -4,30 +4,24 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION=0.18
 
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
+inherit gnome2 vala
 
 DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="http://live.gnome.org/Vinagre"
+HOMEPAGE="https://wiki.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
+# FIXME: uses xfreerdp ???
 RDEPEND="
 	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.0.3:3
+	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
@@ -48,30 +42,28 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
+	$(vala_depend)
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		dev-lang/vala:0.18
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
+src_prepare() {
+	vala_src_prepare
+	gnome2_src_prepare
+}
 
 src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	[[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
-		VALAC=$(type -P valac-0.18) \
 		$(use_with avahi) \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
-		$(use_with telepathy)
+		$(use_with telepathy) \
+		ITSTOOL=$(type -P true)
 }
 
 src_install() {
+	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_install
 
 	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${ED}"/usr/share/doc/vinagre
+	rm -r "${ED}"/usr/share/doc/vinagre || die
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index a4fbaa3..10f31ec 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-9999.ebuild
@@ -4,30 +4,31 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION=0.18
 
-inherit gnome2
+inherit gnome2 vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="http://live.gnome.org/Vinagre"
+HOMEPAGE="https://wiki.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
+# FIXME: uses xfreerdp ???
 RDEPEND="
 	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.0.3:3
+	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
 	>=net-libs/gtk-vnc-0.4.3[gtk3]
@@ -48,30 +49,36 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
+	$(vala_depend)
 "
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND+="
-		dev-lang/vala:0.18
 		app-text/yelp-tools
 		gnome-base/gnome-common"
 fi
 
+src_prepare() {
+	vala_src_prepare
+	gnome2_src_prepare
+}
+
 src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	[[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	local myconf=""
+	[[ ${PV} = 9999 ]] || myconf="ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
-		VALAC=$(type -P valac-0.18) \
 		$(use_with avahi) \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
-		$(use_with telepathy)
+		$(use_with telepathy) \
+		${myconf}
 }
 
 src_install() {
+	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_install
 
 	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -rf "${ED}"/usr/share/doc/vinagre
+	rm -r "${ED}"/usr/share/doc/vinagre || die
 }


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

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

commit:     aafe1077e992c1470149706763778dc859be5aac
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 22:45:39 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 23:20:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aafe1077

net-misc/vinagre: fix src_install, bug #493816

Upstream apparently stopped installing doc files on their own.

---
 net-misc/vinagre/vinagre-3.10.2.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.10.2.ebuild b/net-misc/vinagre/vinagre-3.10.2.ebuild
index 912252a..908eb12 100644
--- a/net-misc/vinagre/vinagre-3.10.2.ebuild
+++ b/net-misc/vinagre/vinagre-3.10.2.ebuild
@@ -51,6 +51,7 @@ src_prepare() {
 }
 
 src_configure() {
+	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_configure \
 		$(use_with avahi) \
 		$(use_enable rdp) \
@@ -59,11 +60,3 @@ src_configure() {
 		$(use_with telepathy) \
 		ITSTOOL=$(type -P true)
 }
-
-src_install() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_install
-
-	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -r "${ED}"/usr/share/doc/vinagre || die
-}


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     b0e1662c8ffc185a998cdd24a5bada7188a40d22
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:22:07 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:22:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b0e1662c

net-misc/vinagre: moved to gentoo-x86

---
 net-misc/vinagre/vinagre-3.10.2.ebuild | 62 ----------------------------------
 1 file changed, 62 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.10.2.ebuild b/net-misc/vinagre/vinagre-3.10.2.ebuild
deleted file mode 100644
index 908eb12..0000000
--- a/net-misc/vinagre/vinagre-3.10.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION=0.18
-
-inherit gnome2 vala
-
-DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Vinagre"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="avahi rdp +ssh spice +telepathy"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-# FIXME: uses xfreerdp ???
-RDEPEND="
-	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.9.6:3
-	app-crypt/libsecret
-	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3[gtk3]
-	x11-libs/cairo:=
-	x11-libs/gdk-pixbuf:2
-	x11-themes/gnome-icon-theme
-
-	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-	rdp? ( net-misc/rdesktop )
-	ssh? ( >=x11-libs/vte-0.20:2.90 )
-	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
-	telepathy? (
-		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )
-"
-DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	$(vala_depend)
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_configure \
-		$(use_with avahi) \
-		$(use_enable rdp) \
-		$(use_enable ssh) \
-		$(use_enable spice) \
-		$(use_with telepathy) \
-		ITSTOOL=$(type -P true)
-}


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     b310c965d7237020977e5d03fb532a0a78d077a2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 17:56:12 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=b310c965

net-misc/vinagre: 3.10.2 → 3.12.0

---
 .../{vinagre-9999.ebuild => vinagre-3.12.0.ebuild} | 32 ++++------------------
 net-misc/vinagre/vinagre-9999.ebuild               | 12 ++------
 2 files changed, 7 insertions(+), 37 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.12.0.ebuild
similarity index 67%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.12.0.ebuild
index 10f31ec..659c77f 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-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: $
 
@@ -7,20 +7,13 @@ GCONF_DEBUG="no"
 VALA_MIN_API_VERSION=0.18
 
 inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="VNC client for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
@@ -37,7 +30,7 @@ RDEPEND="
 	x11-themes/gnome-icon-theme
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-	rdp? ( net-misc/rdesktop )
+	rdp? ( net-misc/freerdp )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
 	telepathy? (
@@ -52,33 +45,18 @@ DEPEND="${RDEPEND}
 	$(vala_depend)
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
-
 src_prepare() {
 	vala_src_prepare
 	gnome2_src_prepare
 }
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} = 9999 ]] || myconf="ITSTOOL=$(type -P true)"
+	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_configure \
 		$(use_with avahi) \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
 		$(use_with telepathy) \
-		${myconf}
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_install
-
-	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -r "${ED}"/usr/share/doc/vinagre || die
+		ITSTOOL=$(type -P true)
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 10f31ec..ec10d9b 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-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: $
 
@@ -37,7 +37,7 @@ RDEPEND="
 	x11-themes/gnome-icon-theme
 
 	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-	rdp? ( net-misc/rdesktop )
+	rdp? ( net-misc/freerdp )
 	ssh? ( >=x11-libs/vte-0.20:2.90 )
 	spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
 	telepathy? (
@@ -74,11 +74,3 @@ src_configure() {
 		$(use_with telepathy) \
 		${myconf}
 }
-
-src_install() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_install
-
-	# Remove its own installation of DOCS that go to $PN instead of $P and aren't ecompressed
-	rm -r "${ED}"/usr/share/doc/vinagre || die
-}


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

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

commit:     8735dfa90223c4d74422dd0c147d8035fce03d46
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:46:28 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8735dfa9

net-misc/vinagre: 3.12.0 → 3.12.1

---
 net-misc/vinagre/{vinagre-3.12.0.ebuild => vinagre-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.12.0.ebuild b/net-misc/vinagre/vinagre-3.12.1.ebuild
similarity index 100%
rename from net-misc/vinagre/vinagre-3.12.0.ebuild
rename to net-misc/vinagre/vinagre-3.12.1.ebuild


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

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

commit:     f4053a38afccd421a8338f239a1e93a1effe02e4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:20:05 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:20:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4053a38

net-misc/vinagre: 3.14.0 → 3.14.1

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

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


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     73c4bd58f0261aebefb5d148f87c8fd1c27e01b0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 21:54:10 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 21:54:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73c4bd58

net-misc/vinagre: 3.14.1 → 3.14.2

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

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


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

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

commit:     61bc509f951d6fc931cd449c980370efe0658584
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 10:44:51 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 10:44:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=61bc509f

net-misc/vinagre: 3.14.2 → 3.14.3

---
 net-misc/vinagre/{vinagre-3.14.2.ebuild => vinagre-3.14.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.14.2.ebuild b/net-misc/vinagre/vinagre-3.14.3.ebuild
similarity index 100%
rename from net-misc/vinagre/vinagre-3.14.2.ebuild
rename to net-misc/vinagre/vinagre-3.14.3.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     a0ef08662726e12673938e8806f9cfc52ea8b1f3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:48:44 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:48:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0ef0866

net-misc/vinagre: moved to gentoo-x86

---
 net-misc/vinagre/vinagre-3.14.3.ebuild | 64 ----------------------------------
 1 file changed, 64 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.14.3.ebuild b/net-misc/vinagre/vinagre-3.14.3.ebuild
deleted file mode 100644
index 10c3260..0000000
--- a/net-misc/vinagre/vinagre-3.14.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION=0.18
-
-inherit gnome2 vala
-
-DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="avahi rdp +ssh spice +telepathy"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-RDEPEND="
-	>=dev-libs/glib-2.28.0:2
-	>=x11-libs/gtk+-3.9.6:3
-	app-crypt/libsecret
-	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3[gtk3]
-	x11-libs/cairo:=
-	x11-libs/gdk-pixbuf:2
-	x11-themes/hicolor-icon-theme
-
-	avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-	rdp? ( net-misc/freerdp )
-	ssh? ( >=x11-libs/vte-0.20:2.91 )
-	spice? (
-		app-emulation/spice-protocol
-		>=net-misc/spice-gtk-0.5[gtk3] )
-	telepathy? (
-		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )
-"
-DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
-	dev-libs/appstream-glib
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	$(vala_depend)
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_configure \
-		$(use_with avahi) \
-		$(use_enable rdp) \
-		$(use_enable ssh) \
-		$(use_enable spice) \
-		$(use_with telepathy) \
-		ITSTOOL=$(type -P true)
-}


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     a5836469e4b447281c830fc341be5ec56b58568d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 22:56:48 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=a5836469

net-misc/vinagre: 3.14.3 → 3.16.0

 .../{vinagre-9999.ebuild => vinagre-3.16.0.ebuild} | 23 ++++------------------
 net-misc/vinagre/vinagre-9999.ebuild               |  4 ++--
 2 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.16.0.ebuild
similarity index 75%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.16.0.ebuild
index 9767427..8da8a75 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-3.16.0.ebuild
@@ -1,26 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-VALA_MIN_API_VERSION=0.18
+VALA_MIN_API_VERSION="0.18"
 
 inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="VNC client for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="avahi rdp +ssh spice +telepathy"
 
 # cairo used in vinagre-tab
@@ -54,20 +47,12 @@ DEPEND="${RDEPEND}
 	$(vala_depend)
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
-
 src_prepare() {
 	vala_src_prepare
 	gnome2_src_prepare
 }
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} = 9999 ]] || myconf="ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_configure \
 		$(use_with avahi) \
@@ -75,5 +60,5 @@ src_configure() {
 		$(use_enable ssh) \
 		$(use_enable spice) \
 		$(use_with telepathy) \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 9767427..fde58a6 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-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: $
 
@@ -19,7 +19,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 fi
 IUSE="avahi rdp +ssh spice +telepathy"
 


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

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

commit:     f7a4e8ca6e194f56f7bb7bd6ae16c652dcf3a194
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:19:51 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:24:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f7a4e8ca

net-misc/vinagre: 3.16.0 → 3.16.1

 net-misc/vinagre/{vinagre-3.16.0.ebuild => vinagre-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.16.0.ebuild b/net-misc/vinagre/vinagre-3.16.1.ebuild
similarity index 100%
rename from net-misc/vinagre/vinagre-3.16.0.ebuild
rename to net-misc/vinagre/vinagre-3.16.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/
@ 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:     5eafb0a7ea63552ffc0e7bb8c6c5232499e17b01
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 15:51:14 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:51:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5eafb0a7

net-misc/vinagre: Bump version to 3.20.0

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

 .../{vinagre-9999.ebuild => vinagre-3.20.0.ebuild} | 26 +++++-----------------
 net-misc/vinagre/vinagre-9999.ebuild               |  4 ++--
 2 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-3.20.0.ebuild
similarity index 74%
copy from net-misc/vinagre/vinagre-9999.ebuild
copy to net-misc/vinagre/vinagre-3.20.0.ebuild
index 1c3d087..0cba5e3 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-3.20.0.ebuild
@@ -1,32 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
 
 inherit gnome2 linux-info vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="VNC client for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
 
 LICENSE="GPL-3+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="rdp +ssh spice +telepathy zeroconf"
 
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
 RDEPEND="
-	>=dev-libs/glib-2.28.0:2
+	>=dev-libs/glib-2.32.0:2
 	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2
@@ -49,17 +41,12 @@ DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
 	dev-libs/appstream-glib
 	>=dev-util/intltool-0.50
+	dev-util/itstool
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 	$(vala_depend)
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND+="
-		app-text/yelp-tools
-		gnome-base/gnome-common"
-fi
-
 pkg_pretend() {
 	# Needed for VNC ssh tunnel, bug #518574
 	CONFIG_CHECK="~IPV6"
@@ -72,14 +59,11 @@ src_prepare() {
 }
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} = 9999 ]] || myconf="ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
 	gnome2_src_configure \
 		$(use_enable rdp) \
 		$(use_enable ssh) \
 		$(use_enable spice) \
 		$(use_with telepathy) \
-		$(use_with zeroconf avahi) \
-		${myconf}
+		$(use_with zeroconf avahi)
 }

diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild
index 1c3d087..5e9377a 100644
--- a/net-misc/vinagre/vinagre-9999.ebuild
+++ b/net-misc/vinagre/vinagre-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$
 
@@ -26,7 +26,7 @@ IUSE="rdp +ssh spice +telepathy zeroconf"
 # cairo used in vinagre-tab
 # gdk-pixbuf used all over the place
 RDEPEND="
-	>=dev-libs/glib-2.28.0:2
+	>=dev-libs/glib-2.32.0:2
 	>=x11-libs/gtk+-3.9.6:3
 	app-crypt/libsecret
 	>=dev-libs/libxml2-2.6.31:2


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

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

commit:     5ea5aa48f74a2dc7357f03dbf16d40b3cf578ef1
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:40:14 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:40:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5ea5aa48

net-misc/vinagre: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/vinagre/metadata.xml          | 20 +++++-----
 net-misc/vinagre/vinagre-3.20.0.ebuild | 69 ----------------------------------
 2 files changed, 10 insertions(+), 79 deletions(-)

diff --git a/net-misc/vinagre/metadata.xml b/net-misc/vinagre/metadata.xml
index 07231fe7..10b7a1e0 100644
--- a/net-misc/vinagre/metadata.xml
+++ b/net-misc/vinagre/metadata.xml
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>gnome@gentoo.org</email>
-    <name>Gentoo GNOME Desktop</name>
-  </maintainer>
-  <use>
-    <flag name="rdp">Enable access to Windows RDP protocol using
+	<maintainer type="project">
+		<email>gnome@gentoo.org</email>
+		<name>Gentoo GNOME Desktop</name>
+	</maintainer>
+	<use>
+		<flag name="rdp">Enable access to Windows RDP protocol using
 			<pkg>net-misc/rdesktop</pkg></flag>
-    <flag name="ssh">Enable ssh plugin using <pkg>x11-libs/vte</pkg></flag>
-    <flag name="spice">Enable access to SPICE-enabled virtual machines</flag>
-    <flag name="telepathy">Enable access to remote desktop via a
+		<flag name="ssh">Enable ssh plugin using <pkg>x11-libs/vte</pkg></flag>
+		<flag name="spice">Enable access to SPICE-enabled virtual machines</flag>
+		<flag name="telepathy">Enable access to remote desktop via a
 			<pkg>net-libs/telepathy-glib</pkg> client</flag>
-  </use>
+	</use>
 </pkgmetadata>

diff --git a/net-misc/vinagre/vinagre-3.20.0.ebuild b/net-misc/vinagre/vinagre-3.20.0.ebuild
deleted file mode 100644
index 0cba5e3b..00000000
--- a/net-misc/vinagre/vinagre-3.20.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 linux-info vala
-
-DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="rdp +ssh spice +telepathy zeroconf"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-RDEPEND="
-	>=dev-libs/glib-2.32.0:2
-	>=x11-libs/gtk+-3.9.6:3
-	app-crypt/libsecret
-	>=dev-libs/libxml2-2.6.31:2
-	>=net-libs/gtk-vnc-0.4.3[gtk3]
-	x11-libs/cairo:=
-	x11-libs/gdk-pixbuf:2
-	x11-themes/hicolor-icon-theme
-
-	rdp? ( net-misc/freerdp )
-	ssh? ( >=x11-libs/vte-0.20:2.91 )
-	spice? (
-		app-emulation/spice-protocol
-		>=net-misc/spice-gtk-0.5[gtk3] )
-	telepathy? (
-		dev-libs/dbus-glib
-		>=net-libs/telepathy-glib-0.11.6 )
-	zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-"
-DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
-	dev-libs/appstream-glib
-	>=dev-util/intltool-0.50
-	dev-util/itstool
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	$(vala_depend)
-"
-
-pkg_pretend() {
-	# Needed for VNC ssh tunnel, bug #518574
-	CONFIG_CHECK="~IPV6"
-	check_extra_config
-}
-
-src_prepare() {
-	vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README"
-	gnome2_src_configure \
-		$(use_enable rdp) \
-		$(use_enable ssh) \
-		$(use_enable spice) \
-		$(use_with telepathy) \
-		$(use_with zeroconf avahi)
-}


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

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

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

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