public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: net-misc/vino/
Date: Tue, 26 Jul 2011 08:29:35 +0000 (UTC)	[thread overview]
Message-ID: <d9a0f02d1abe9d9109f215a278dd630f3f461062.tetromino@gentoo> (raw)

commit:     d9a0f02d1abe9d9109f215a278dd630f3f461062
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 06:23:18 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 06:23:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d9a0f02d

net-misc/vino: 3.0.3 → 3.1.4

Bump to gnome-3.1.x version. Update dependencies.

---
 .../vino/{vino-3.0.3.ebuild => vino-3.1.4.ebuild}  |    3 +--
 net-misc/vino/vino-9999.ebuild                     |   13 ++++++-------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/net-misc/vino/vino-3.0.3.ebuild b/net-misc/vino/vino-3.1.4.ebuild
similarity index 96%
rename from net-misc/vino/vino-3.0.3.ebuild
rename to net-misc/vino/vino-3.1.4.ebuild
index 43c8a5d..81a5a1a 100644
--- a/net-misc/vino/vino-3.0.3.ebuild
+++ b/net-misc/vino/vino-3.1.4.ebuild
@@ -42,14 +42,13 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	jpeg? ( virtual/jpeg:0 )
 	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-1.0.0 )
+	ssl? ( >=net-libs/gnutls-2.2.0 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )
 	zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
 	>=dev-util/pkgconfig-0.16
 	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
 	|| (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 )"

diff --git a/net-misc/vino/vino-9999.ebuild b/net-misc/vino/vino-9999.ebuild
index d0b2eb9..81a5a1a 100644
--- a/net-misc/vino/vino-9999.ebuild
+++ b/net-misc/vino/vino-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild,v 1.1 2010/12/31 18:17:32 pacho Exp $
 
-EAPI="3"
+EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -16,16 +16,16 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl
-+telepathy +zlib"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
+IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy +zlib"
 
 RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0.0:3
+	>=dev-libs/libgcrypt-1.1.90
 	>=net-libs/libsoup-2.24:2.4
 
 	dev-libs/dbus-glib
@@ -42,15 +42,13 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	jpeg? ( virtual/jpeg:0 )
 	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	ssl? ( >=net-libs/gnutls-1.0.0 )
+	ssl? ( >=net-libs/gnutls-2.2.0 )
 	telepathy? ( >=net-libs/telepathy-glib-0.11.6 )
 	zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
 	>=dev-util/pkgconfig-0.16
 	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	sys-apps/sed
 	|| (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 )"
@@ -61,6 +59,7 @@ pkg_setup() {
 		--disable-schemas-compile
 		--disable-maintainer-mode
 		--enable-http-server
+		--with-gcrypt
 		$(use_with avahi)
 		$(use_with crypt gcrypt)
 		$(use_enable ipv6)
@@ -71,5 +70,5 @@ pkg_setup() {
 		$(use_with ssl gnutls)
 		$(use_with telepathy)
 		$(use_with zlib)"
-	DOCS="AUTHORS ChangeLog NEWS README"
+	DOCS="AUTHORS ChangeLog* NEWS README"
 }



             reply	other threads:[~2011-07-26  8:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26  8:29 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-29  8:25 [gentoo-commits] proj/gnome:gnome-next commit in: net-misc/vino/ Alexandre Restovtsev
2011-08-30  7:37 Alexandre Restovtsev
2011-08-21  6:16 Alexandre Restovtsev
2011-07-16 14:27 Priit Laes

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=d9a0f02d1abe9d9109f215a278dd630f3f461062.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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