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 6BB6D1382C5 for ; Mon, 12 Feb 2018 01:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6250DE0DD0; Mon, 12 Feb 2018 01:58:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3357FE0DD0 for ; Mon, 12 Feb 2018 01:58:24 +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 E1C1B335C3E for ; Mon, 12 Feb 2018 01:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF0D1FE for ; Mon, 12 Feb 2018 01:58:21 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1518400571.4310a27cb0df30e21b552fa65c438dd32ba73674.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-viewer/Manifest app-emulation/virt-viewer/virt-viewer-4.0.ebuild X-VCS-Directories: app-emulation/virt-viewer/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4310a27cb0df30e21b552fa65c438dd32ba73674 X-VCS-Branch: master Date: Mon, 12 Feb 2018 01:58:21 +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: 17def903-e8db-4091-b692-35323473dd70 X-Archives-Hash: cc991ac3bdc856df1a9fd8aec212c7d8 commit: 4310a27cb0df30e21b552fa65c438dd32ba73674 Author: Matthias Maier gentoo org> AuthorDate: Mon Feb 12 01:56:11 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Feb 12 01:56:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4310a27c app-emulation/virt-viewer: drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/virt-viewer/Manifest | 1 - app-emulation/virt-viewer/virt-viewer-4.0.ebuild | 36 ------------------------ 2 files changed, 37 deletions(-) diff --git a/app-emulation/virt-viewer/Manifest b/app-emulation/virt-viewer/Manifest index 5be1832d100..bba48f81023 100644 --- a/app-emulation/virt-viewer/Manifest +++ b/app-emulation/virt-viewer/Manifest @@ -1,3 +1,2 @@ -DIST virt-viewer-4.0.tar.gz 897593 BLAKE2B 297abe8193894b3158c4a7fc1803e616bdb8a66b7cf0d0f6b55e4864a74193f06b3790d9aec562b340ad404d6dc1360c5dd26fe4e6de32d888a2571ce35fa618 SHA512 7d1e470a159c8784dff6c4fb1f9228689f76ddbdae314bd57f86c6dc975d1d50590732640768b7e08d6a3bbc02eefbde090cd8f05c97151cd8abdc7ae97e66ea DIST virt-viewer-5.0.tar.gz 908726 BLAKE2B ffc1e8ce7b74f888289a65a0ad7566c84278cbf1a412b426883313f1b66bb95e10b74fedb256b4ab6b39e4dc6e292e518585fcbaf07e7669b51a5be87cfd257f SHA512 924fa88fd0ca7cc5b3d0a348c0d1104337fe0a06328e32110b4417c64f5d9efaf6df534adbc1eaa69157d229763b773307fa834a66f16156e3703731525eb690 DIST virt-viewer-6.0.tar.gz 922916 BLAKE2B 1c2246369474d06188dc2191b9756dbe69cff2d5f997ffb58bdab1143a0e4d6cda0e43b4b082d7921125caa4348635762070fa8e6686ccf7728a90e4e6fc3a18 SHA512 656d48f8ab387d025c406cb5f56164d79104c6c377fae37d9c524b90e512fe873d5d1d6c435d4ea95e71468b7d3384b89789495075cafb1a9e67f583f7d49ec2 diff --git a/app-emulation/virt-viewer/virt-viewer-4.0.ebuild b/app-emulation/virt-viewer/virt-viewer-4.0.ebuild deleted file mode 100644 index 13739f01c47..00000000000 --- a/app-emulation/virt-viewer/virt-viewer-4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Graphical console client for connecting to virtual machines" -HOMEPAGE="http://virt-manager.org/" -SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="sasl +spice +vnc" - -RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?] - app-emulation/libvirt-glib - >=dev-libs/libxml2-2.6 - x11-libs/gtk+:3 - spice? ( >=net-misc/spice-gtk-0.31[sasl?,gtk3] ) - vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3] )" -DEPEND="${RDEPEND} - dev-lang/perl - >=dev-util/intltool-0.35.0 - virtual/pkgconfig - spice? ( >=app-emulation/spice-protocol-0.12.10 )" - -REQUIRED_USE="|| ( spice vnc )" - -src_configure() { - gnome2_src_configure \ - --disable-update-mimedb \ - --without-ovirt \ - $(use_with vnc gtk-vnc) \ - $(use_with spice spice-gtk) -}