[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2018-01-12 Thread Dennis Lamm
commit: 79970bcb2f9bd948971250846c23114af7c8b914
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 14:41:39 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 14:41:39 2018 +
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..
--- 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)
-}



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2016-04-02 Thread Ole Reifschneider
commit: 35d3a323a3069825481bda6faf76230c3e5f7d2f
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Apr  2 15:56:05 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Apr  2 15:56:05 2016 +
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-.ebuild => vino-3.20.0.ebuild} | 18 +-
 net-misc/vino/vino-.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 @@
Gentoo GNOME Desktop
 
 
-   Enable app-crypt/libsecret support to 
store login credentials.
Enable desktop sharing through a telepathy 
client
 
 

diff --git a/net-misc/vino/vino-.ebuild b/net-misc/vino/vino-3.20.0.ebuild
similarity index 78%
copy from net-misc/vino/vino-.ebuild
copy to net-misc/vino/vino-3.20.0.ebuild
index 5760bde..5dbeac9 100644
--- a/net-misc/vino/vino-.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} =  ]]; 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} =  ]]; 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-.ebuild b/net-misc/vino/vino-.ebuild
index 5760bde..0778222 100644
--- a/net-misc/vino/vino-.ebuild
+++ b/net-misc/vino/vino-.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} =  ]]; 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) \



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2015-06-09 Thread Gilles Dartiguelongue
commit: e622b1e40426b834c3be9dfbdb3b2505054c9d7b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue Jun  9 10:34:03 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue Jun  9 13:48:42 2015 +
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..000
--- 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)
-}



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2015-05-14 Thread Gilles Dartiguelongue
commit: 5e5a178320a025d9a7ba1c74d9b0c0e039d95174
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu May 14 18:21:56 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu May 14 18:21:56 2015 +
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
   herdgnome/herd
   use
+flag name=libsecretEnable pkgapp-crypt/libsecret/pkg support to 
store login credentials./flag
 flag name=telepathyEnable desktop sharing through a telepathy 
client/flag
   /use
 /pkgmetadata



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

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

net-misc/vino: 3.14.2 → 3.16.0

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

diff --git a/net-misc/vino/vino-.ebuild b/net-misc/vino/vino-3.16.0.ebuild
similarity index 69%
copy from net-misc/vino/vino-.ebuild
copy to net-misc/vino/vino-3.16.0.ebuild
index 04460d9..576f810 100644
--- a/net-misc/vino/vino-.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} =  ]]; 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} =  ]]; 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-.ebuild b/net-misc/vino/vino-.ebuild
index 04460d9..8019532 100644
--- a/net-misc/vino/vino-.ebuild
+++ b/net-misc/vino/vino-.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} =  ]]; 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:= 

[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

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



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2014-11-23 Thread Gilles Dartiguelongue
commit: 39f0717991896cfce7ece78d476616c25d222625
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Nov 23 21:52:21 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Nov 23 21:52:21 2014 +
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



[gentoo-commits] proj/gnome:master commit in: net-misc/vino/

2014-04-06 Thread Gilles Dartiguelongue
commit: 836a70f34eca4a91559cee7e758c665d7604ced4
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Apr  6 17:53:51 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Apr  6 18:05:17 2014 +
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-.ebuild = vino-3.12.0.ebuild} | 19 ++-
 net-misc/vino/vino-.ebuild| 10 +-
 2 files changed, 3 insertions(+), 26 deletions(-)

diff --git a/net-misc/vino/vino-.ebuild b/net-misc/vino/vino-3.12.0.ebuild
similarity index 81%
copy from net-misc/vino/vino-.ebuild
copy to net-misc/vino/vino-3.12.0.ebuild
index 1237021..da7d7e9 100644
--- a/net-misc/vino/vino-.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} =  ]]; 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} =  ]]; 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} !=  ]]; 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-.ebuild b/net-misc/vino/vino-.ebuild
index 1237021..ac40235 100644
--- a/net-misc/vino/vino-.ebuild
+++ b/net-misc/vino/vino-.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} !=  ]]; then
-   rm -v server/vino-marshal.{c,h} || die
-   fi
-   gnome2_src_prepare
-}
-
 src_configure() {
gnome2_src_configure \
--enable-http-server \