From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFBBB139083 for ; Thu, 21 Dec 2017 23:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C76AE1005; Thu, 21 Dec 2017 23:32:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75F72E0FDE for ; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7781733D4A6 for ; Thu, 21 Dec 2017 23:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B32CAE90 for ; Thu, 21 Dec 2017 23:31:56 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513899046.775656602b2e673489dd3da960929c8a77085f1e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vinagre/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vinagre/vinagre-3.22.0-r1.ebuild X-VCS-Directories: net-misc/vinagre/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 775656602b2e673489dd3da960929c8a77085f1e X-VCS-Branch: master Date: Thu, 21 Dec 2017 23:31:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 375f5b0a-db8b-448f-bd13-4c396193159b X-Archives-Hash: f52a75a94dcec7958c0b831ca72a49f3 commit: 775656602b2e673489dd3da960929c8a77085f1e Author: Mart Raudsepp gentoo org> AuthorDate: Thu Dec 21 23:07:37 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Dec 21 23:30:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77565660 net-misc/vinagre: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-misc/vinagre/vinagre-3.22.0-r1.ebuild | 69 ------------------------------- 1 file changed, 69 deletions(-) diff --git a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild b/net-misc/vinagre/vinagre-3.22.0-r1.ebuild deleted file mode 100644 index 93f549eee1f..00000000000 --- a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools gnome2 linux-info vala - -DESCRIPTION="VNC client for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86" -IUSE="rdp +ssh spice +telepathy zeroconf" - -# cairo used in vinagre-tab -# gdk-pixbuf used all over the place -RDEPEND=" - >=dev-libs/glib-2.32.0:2 - >=x11-libs/gtk+-3.9.6:3 - app-crypt/libsecret - >=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/hicolor-icon-theme - - rdp? ( >=net-misc/freerdp-1.1:= ) - ssh? ( >=x11-libs/vte-0.20:2.91 ) - spice? ( - app-emulation/spice-protocol - >=net-misc/spice-gtk-0.5[gtk3] ) - telepathy? ( - dev-libs/dbus-glib - >=net-libs/telepathy-glib-0.11.6 ) - zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) -" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - - gnome-base/gnome-common -" -# gnome-base/gnome-common needed for eautoreconf -pkg_pretend() { - # Needed for VNC ssh tunnel, bug #518574 - CONFIG_CHECK="~IPV6" - check_extra_config -} - -src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=765444 - eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch - vala_src_prepare - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable rdp) \ - $(use_enable ssh) \ - $(use_enable spice) \ - $(use_with telepathy) \ - $(use_with zeroconf avahi) -}