From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/
Date: Fri, 1 Sep 2017 02:01:50 +0000 (UTC) [thread overview]
Message-ID: <1504231268.f5f9fc92b6907691d2bacf216ed79876ce1f9c18.tamiko@gentoo> (raw)
commit: f5f9fc92b6907691d2bacf216ed79876ce1f9c18
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 02:01:08 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 02:01:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f9fc92
app-emulation/virt-viewer: version bump to 6.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-emulation/virt-viewer/Manifest | 1 +
app-emulation/virt-viewer/virt-viewer-6.0.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-emulation/virt-viewer/Manifest b/app-emulation/virt-viewer/Manifest
index b9fc7101837..84fa80df4fd 100644
--- a/app-emulation/virt-viewer/Manifest
+++ b/app-emulation/virt-viewer/Manifest
@@ -1,2 +1,3 @@
DIST virt-viewer-4.0.tar.gz 897593 SHA256 1c427b0ea104539342519334735e6f667d5784c42a5aafc253b580875d88fa1f SHA512 7d1e470a159c8784dff6c4fb1f9228689f76ddbdae314bd57f86c6dc975d1d50590732640768b7e08d6a3bbc02eefbde090cd8f05c97151cd8abdc7ae97e66ea WHIRLPOOL e07b472e8a562c608d69cc211c34c6558ba08694f92ea6250f23c719a3a32f82d3f8b20d4fa5fd992497a8402bc40b6abdde80345ca1ec4e539826807cdd81ec
DIST virt-viewer-5.0.tar.gz 908726 SHA256 0b2ded8b927a782a20fcf93b5377051285eec5677501b593d650213e79b88b2e SHA512 924fa88fd0ca7cc5b3d0a348c0d1104337fe0a06328e32110b4417c64f5d9efaf6df534adbc1eaa69157d229763b773307fa834a66f16156e3703731525eb690 WHIRLPOOL 43ac427fd1318f7579db35141e15edacdd55b0b979a726f0b4f801954376754e33b93e042c8fc8799b5fa7ef08fa3cf18eb35c607cde60a28b7719e7fd731df5
+DIST virt-viewer-6.0.tar.gz 922916 SHA256 9037bd7773da4dae761871ec1ab646cfefb4d7e48b1504dddf315a548ccb18b2 SHA512 656d48f8ab387d025c406cb5f56164d79104c6c377fae37d9c524b90e512fe873d5d1d6c435d4ea95e71468b7d3384b89789495075cafb1a9e67f583f7d49ec2 WHIRLPOOL 3c31975474386b3c17b14663fa97d2d365624960469632d0aabad0f8184aaef3b278188b13d2cffdd11152a2c7d02f60d1f14701b7e9fef948c68dbcc58c156e
diff --git a/app-emulation/virt-viewer/virt-viewer-6.0.ebuild b/app-emulation/virt-viewer/virt-viewer-6.0.ebuild
new file mode 100644
index 00000000000..46d6fd6281c
--- /dev/null
+++ b/app-emulation/virt-viewer/virt-viewer-6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 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.33[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)
+}
next reply other threads:[~2017-09-01 2:01 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-01 2:01 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 10:33 [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ Pacho Ramos
2023-10-04 17:46 Matthias Maier
2023-02-17 11:23 Sam James
2023-02-17 11:23 Sam James
2022-08-19 16:54 Sam James
2022-08-19 7:11 Agostino Sarubbo
2022-08-19 2:40 Sam James
2022-05-03 18:38 Sam James
2022-04-29 8:21 Joonas Niilola
2022-04-29 8:21 Joonas Niilola
2022-04-29 7:50 Sam James
2022-03-25 1:48 Sam James
2021-09-03 6:25 Joonas Niilola
2021-09-02 6:53 Joonas Niilola
2021-09-02 6:53 Joonas Niilola
2021-09-02 6:53 Joonas Niilola
2021-07-19 7:47 Joonas Niilola
2020-07-01 6:58 Joonas Niilola
2020-03-18 11:04 Agostino Sarubbo
2020-03-17 18:44 Agostino Sarubbo
2019-09-22 2:29 Matthias Maier
2019-09-22 2:29 Matthias Maier
2019-07-01 17:10 Matthias Maier
2019-07-01 17:10 Matthias Maier
2018-11-05 15:53 Mikle Kolyada
2018-11-04 19:14 Thomas Deutschmann
2018-08-25 22:01 Virgil Dupras
2018-08-17 15:31 Matthias Maier
2018-04-14 22:52 Matthias Maier
2018-04-14 22:52 Matthias Maier
2018-02-14 13:29 Jason Zaman
2018-02-12 21:36 Thomas Deutschmann
2018-02-12 1:58 Matthias Maier
2017-05-12 8:39 Agostino Sarubbo
2017-05-12 0:22 Matthias Maier
2016-12-03 4:56 Yixun Lan
2016-12-01 17:05 Matthias Maier
2016-12-01 17:05 Matthias Maier
2016-10-10 2:47 Matthias Maier
2016-02-28 6:15 Matthias Maier
2016-02-28 6:15 Matthias Maier
2016-01-13 22:34 Manuel Rüger
2015-12-12 6:39 Matthias Maier
2015-10-18 18:04 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504231268.f5f9fc92b6907691d2bacf216ed79876ce1f9c18.tamiko@gentoo \
--to=tamiko@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox