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, 01 Jul 2019 17:10:24
Message-Id: 1562000587.a957fc597572e184310467484090d4e61605c60b.tamiko@gentoo
1 commit: a957fc597572e184310467484090d4e61605c60b
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 17:03:07 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 17:03:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a957fc59
7
8 app-emulation/virt-viewer: drop old
9
10 Closes: https://bugs.gentoo.org/670332
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/virt-viewer/Manifest | 1 -
15 .../virt-viewer/virt-viewer-6.0-r1.ebuild | 36 ----------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/app-emulation/virt-viewer/Manifest b/app-emulation/virt-viewer/Manifest
19 index d107fe75036..fdf46328d0f 100644
20 --- a/app-emulation/virt-viewer/Manifest
21 +++ b/app-emulation/virt-viewer/Manifest
22 @@ -1,2 +1 @@
23 -DIST virt-viewer-6.0.tar.gz 922916 BLAKE2B 1c2246369474d06188dc2191b9756dbe69cff2d5f997ffb58bdab1143a0e4d6cda0e43b4b082d7921125caa4348635762070fa8e6686ccf7728a90e4e6fc3a18 SHA512 656d48f8ab387d025c406cb5f56164d79104c6c377fae37d9c524b90e512fe873d5d1d6c435d4ea95e71468b7d3384b89789495075cafb1a9e67f583f7d49ec2
24 DIST virt-viewer-7.0.tar.gz 924475 BLAKE2B 003efaf88445ec6f523e678459ed1e11562d0cd87fb4811105df9ac1e3129f4a97170c5b783f1d504d157055ae51ac8dc23ffa8f3f79dd6cd55707d962e1d9ad SHA512 e0558c9138877f546add6a3df9721e100cadb6953815be82b2376b0521b82cf14052bdc29c42bb03b198b6e9d129a55d33531a153207d7f29b5c1c3402ebc904
25
26 diff --git a/app-emulation/virt-viewer/virt-viewer-6.0-r1.ebuild b/app-emulation/virt-viewer/virt-viewer-6.0-r1.ebuild
27 deleted file mode 100644
28 index 5e7f75d9859..00000000000
29 --- a/app-emulation/virt-viewer/virt-viewer-6.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit gnome2
37 -
38 -DESCRIPTION="Graphical console client for connecting to virtual machines"
39 -HOMEPAGE="http://virt-manager.org/"
40 -SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="sasl +spice +vnc"
46 -
47 -RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]
48 - app-emulation/libvirt-glib
49 - >=dev-libs/libxml2-2.6
50 - x11-libs/gtk+:3
51 - spice? ( >=net-misc/spice-gtk-0.33[sasl?,gtk3] )
52 - vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3(+)] )"
53 -DEPEND="${RDEPEND}
54 - dev-lang/perl
55 - >=dev-util/intltool-0.35.0
56 - virtual/pkgconfig
57 - spice? ( >=app-emulation/spice-protocol-0.12.10 )"
58 -
59 -REQUIRED_USE="|| ( spice vnc )"
60 -
61 -src_configure() {
62 - gnome2_src_configure \
63 - --disable-update-mimedb \
64 - --without-ovirt \
65 - $(use_with vnc gtk-vnc) \
66 - $(use_with spice spice-gtk)
67 -}