Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/
Date: Mon, 12 Feb 2018 01:58:26
Message-Id: 1518400571.4310a27cb0df30e21b552fa65c438dd32ba73674.tamiko@gentoo
1 commit: 4310a27cb0df30e21b552fa65c438dd32ba73674
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 01:56:11 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 01:56:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4310a27c
7
8 app-emulation/virt-viewer: drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emulation/virt-viewer/Manifest | 1 -
13 app-emulation/virt-viewer/virt-viewer-4.0.ebuild | 36 ------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-emulation/virt-viewer/Manifest b/app-emulation/virt-viewer/Manifest
17 index 5be1832d100..bba48f81023 100644
18 --- a/app-emulation/virt-viewer/Manifest
19 +++ b/app-emulation/virt-viewer/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST virt-viewer-4.0.tar.gz 897593 BLAKE2B 297abe8193894b3158c4a7fc1803e616bdb8a66b7cf0d0f6b55e4864a74193f06b3790d9aec562b340ad404d6dc1360c5dd26fe4e6de32d888a2571ce35fa618 SHA512 7d1e470a159c8784dff6c4fb1f9228689f76ddbdae314bd57f86c6dc975d1d50590732640768b7e08d6a3bbc02eefbde090cd8f05c97151cd8abdc7ae97e66ea
22 DIST virt-viewer-5.0.tar.gz 908726 BLAKE2B ffc1e8ce7b74f888289a65a0ad7566c84278cbf1a412b426883313f1b66bb95e10b74fedb256b4ab6b39e4dc6e292e518585fcbaf07e7669b51a5be87cfd257f SHA512 924fa88fd0ca7cc5b3d0a348c0d1104337fe0a06328e32110b4417c64f5d9efaf6df534adbc1eaa69157d229763b773307fa834a66f16156e3703731525eb690
23 DIST virt-viewer-6.0.tar.gz 922916 BLAKE2B 1c2246369474d06188dc2191b9756dbe69cff2d5f997ffb58bdab1143a0e4d6cda0e43b4b082d7921125caa4348635762070fa8e6686ccf7728a90e4e6fc3a18 SHA512 656d48f8ab387d025c406cb5f56164d79104c6c377fae37d9c524b90e512fe873d5d1d6c435d4ea95e71468b7d3384b89789495075cafb1a9e67f583f7d49ec2
24
25 diff --git a/app-emulation/virt-viewer/virt-viewer-4.0.ebuild b/app-emulation/virt-viewer/virt-viewer-4.0.ebuild
26 deleted file mode 100644
27 index 13739f01c47..00000000000
28 --- a/app-emulation/virt-viewer/virt-viewer-4.0.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="Graphical console client for connecting to virtual machines"
38 -HOMEPAGE="http://virt-manager.org/"
39 -SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="sasl +spice +vnc"
45 -
46 -RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]
47 - app-emulation/libvirt-glib
48 - >=dev-libs/libxml2-2.6
49 - x11-libs/gtk+:3
50 - spice? ( >=net-misc/spice-gtk-0.31[sasl?,gtk3] )
51 - vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3] )"
52 -DEPEND="${RDEPEND}
53 - dev-lang/perl
54 - >=dev-util/intltool-0.35.0
55 - virtual/pkgconfig
56 - spice? ( >=app-emulation/spice-protocol-0.12.10 )"
57 -
58 -REQUIRED_USE="|| ( spice vnc )"
59 -
60 -src_configure() {
61 - gnome2_src_configure \
62 - --disable-update-mimedb \
63 - --without-ovirt \
64 - $(use_with vnc gtk-vnc) \
65 - $(use_with spice spice-gtk)
66 -}