diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:08:15 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:08:15 +0000 |
commit | cddaa798d2f9527f1be499454ff5ab412f08ad79 (patch) | |
tree | a5f6023063d6e55665d6c05967c962089aba7326 /net-misc/vinagre | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-cddaa798d2f9527f1be499454ff5ab412f08ad79.tar.gz gentoo-2-cddaa798d2f9527f1be499454ff5ab412f08ad79.tar.bz2 gentoo-2-cddaa798d2f9527f1be499454ff5ab412f08ad79.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r-- | net-misc/vinagre/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vinagre/vinagre-3.4.2.ebuild | 69 |
2 files changed, 4 insertions, 70 deletions
diff --git a/net-misc/vinagre/ChangeLog b/net-misc/vinagre/ChangeLog index 72742c07d80a..2d27fa533c57 100644 --- a/net-misc/vinagre/ChangeLog +++ b/net-misc/vinagre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vinagre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.89 2013/03/28 17:57:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.90 2013/03/30 17:08:15 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -vinagre-3.4.2.ebuild: + Clean up old revision. *vinagre-3.8.0 (28 Mar 2013) diff --git a/net-misc/vinagre/vinagre-3.4.2.ebuild b/net-misc/vinagre/vinagre-3.4.2.ebuild deleted file mode 100644 index 8a1a25aa285b..000000000000 --- a/net-misc/vinagre/vinagre-3.4.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.4.2.ebuild,v 1.3 2013/01/07 13:44:54 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="VNC client for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/projects/vinagre/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="avahi rdp +ssh spice +telepathy test" - -# cairo used in vinagre-tab -# gdk-pixbuf used all over the place -RDEPEND=">=dev-libs/glib-2.28.0:2 - >=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 - 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-lang/vala:0.12 - dev-libs/libxml2 - >=dev-util/intltool-0.40 - dev-util/itstool - >=sys-devel/gettext-0.17 - virtual/pkgconfig - test? ( app-text/gnome-doc-utils )" -# eautoreconf needds: -# app-text/yelp-tools -# gnome-base/gnome-common - -src_configure() { - DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README" - G2CONF="${G2CONF} - VALAC=$(type -P valac-0.12) - --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 -} |