summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-24 14:17:08 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-24 14:17:08 +0000
commit6ae3794db00a2ffdd66130c270e491bccf4ec31d (patch)
tree10b85ac881218900d19a3bc5b1f0694bbd6b68da /net-misc/vinagre
parentImprove MICROCODE kernel detection/warning. Remove old version. Signed off by... (diff)
downloadgentoo-2-6ae3794db00a2ffdd66130c270e491bccf4ec31d.tar.gz
gentoo-2-6ae3794db00a2ffdd66130c270e491bccf4ec31d.tar.bz2
gentoo-2-6ae3794db00a2ffdd66130c270e491bccf4ec31d.zip
Pin glib/gtk+ to slot 2. Move docs to pkg_setup.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r--net-misc/vinagre/ChangeLog5
-rw-r--r--net-misc/vinagre/vinagre-2.30.3.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/vinagre/ChangeLog b/net-misc/vinagre/ChangeLog
index fa0525a49e16..1e12d8999037 100644
--- a/net-misc/vinagre/ChangeLog
+++ b/net-misc/vinagre/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vinagre
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.68 2011/01/19 21:26:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.69 2011/01/24 14:17:08 eva Exp $
+
+ 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> vinagre-2.30.3.ebuild:
+ Pin glib/gtk+ to slot 2. Move docs to pkg_setup.
19 Jan 2011; Markos Chandras <hwoarang@gentoo.org> vinagre-2.30.3.ebuild:
Stable on amd64 wrt bug #348987
diff --git a/net-misc/vinagre/vinagre-2.30.3.ebuild b/net-misc/vinagre/vinagre-2.30.3.ebuild
index 0459c1b1a06e..3fd8d63d349d 100644
--- a/net-misc/vinagre/vinagre-2.30.3.ebuild
+++ b/net-misc/vinagre/vinagre-2.30.3.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.5 2011/01/24 14:17:08 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -17,9 +17,9 @@ IUSE="applet avahi +ssh +telepathy test"
# Telepathy-glib version in tarball is wrong:
# https://bugzilla.gnome.org/show_bug.cgi?id=614716
-RDEPEND=">=dev-libs/glib-2.17
+RDEPEND=">=dev-libs/glib-2.17:2
dev-libs/dbus-glib
- >=x11-libs/gtk+-2.16
+ >=x11-libs/gtk+-2.16:2
>=gnome-base/gconf-2.16
>=net-libs/gtk-vnc-0.3.10
>=gnome-base/gnome-keyring-1
@@ -42,9 +42,8 @@ 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
$(use_enable avahi)