diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-07 05:02:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-07 05:02:35 +0000 |
commit | 4a05a65dbd60e393aba6798582c338a1129b094b (patch) | |
tree | 3725a5691ef789ba0f11acac87c8390d959fb325 /net-misc | |
parent | sync live ebuild (diff) | |
download | gentoo-2-4a05a65dbd60e393aba6798582c338a1129b094b.tar.gz gentoo-2-4a05a65dbd60e393aba6798582c338a1129b094b.tar.bz2 gentoo-2-4a05a65dbd60e393aba6798582c338a1129b094b.zip |
Bump to 3.2.1 from the gnome overlay, drop old. Notable changes: pointer motion fixes.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vino/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/vino/vino-3.2.1.ebuild (renamed from net-misc/vino/vino-3.0.3.ebuild) | 20 |
2 files changed, 16 insertions, 13 deletions
diff --git a/net-misc/vino/ChangeLog b/net-misc/vino/ChangeLog index c5945de7f18c..d514bd983088 100644 --- a/net-misc/vino/ChangeLog +++ b/net-misc/vino/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/vino # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.169 2011/08/19 14:29:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.170 2011/11/07 05:02:34 tetromino Exp $ + +*vino-3.2.1 (07 Nov 2011) + + 07 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> -vino-3.0.3.ebuild, + +vino-3.2.1.ebuild: + Bump to 3.2.1 from the gnome overlay, drop old. Notable changes: pointer + motion fixes. *vino-3.0.3 (19 Aug 2011) diff --git a/net-misc/vino/vino-3.0.3.ebuild b/net-misc/vino/vino-3.2.1.ebuild index cbfbd8b6158f..09d5830255ae 100644 --- a/net-misc/vino/vino-3.0.3.ebuild +++ b/net-misc/vino/vino-3.2.1.ebuild @@ -1,39 +1,37 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-3.0.3.ebuild,v 1.1 2011/08/19 14:29:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-3.2.1.ebuild,v 1.1 2011/11/07 05:02:35 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="An integrated VNC server for GNOME" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy +zlib" +# cairo used in vino-fb +# libSM and libICE used in eggsmclient-xsmp RDEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/gtk+-3.0.0:3 >=dev-libs/libgcrypt-1.1.90 >=net-libs/libsoup-2.24:2.4 dev-libs/dbus-glib + x11-libs/cairo x11-libs/pango[X] + x11-libs/libICE x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes + x11-libs/libSM x11-libs/libXtst avahi? ( >=net-dns/avahi-0.6[dbus] ) @@ -42,14 +40,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 )" @@ -58,7 +55,6 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} --disable-schemas-compile - --disable-maintainer-mode --enable-http-server --with-gcrypt $(use_with avahi) |