From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Mon, 12 Feb 2018 01:58:21 +0000 (UTC) [thread overview]
Message-ID: <1518400645.97604d1052d34e814e9258d3fc316fcc7c4c6439.tamiko@gentoo> (raw)
commit: 97604d1052d34e814e9258d3fc316fcc7c4c6439
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 01:57:25 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 01:57:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97604d10
app-emulation/virt-manager: version bump to 1.5.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-emulation/virt-manager/Manifest | 1 +
.../virt-manager/virt-manager-1.5.0.ebuild | 96 ++++++++++++++++++++++
2 files changed, 97 insertions(+)
diff --git a/app-emulation/virt-manager/Manifest b/app-emulation/virt-manager/Manifest
index 2d5d0094313..aac94f2dcbe 100644
--- a/app-emulation/virt-manager/Manifest
+++ b/app-emulation/virt-manager/Manifest
@@ -1 +1,2 @@
DIST virt-manager-1.4.3.tar.gz 2765924 BLAKE2B fa888dc78bb8ab27ff5a507829c5ace5d0e82b7840c9d4ec1857dfd2e62f39172abf116ca3f4d99f4a2c4366f06695a52561e6c816969928df79e623fb4ce9bf SHA512 007f125503fc2c774beefc8047ca2c36aa7177af40d9bc78fa3448fd50d4d35abd4a1dbbf761a8cd538fdf6541eba46c2cd019ba3ff0c7e29b1944d873b74274
+DIST virt-manager-1.5.0.tar.gz 2797380 BLAKE2B 45ef8c2b98fa1d6f7c4b4fe45bca74e27d595eb4d2e7c80c4e7671c445d8e523b8a4c21eaffc02dea756b7a93f5b3c7f3bdc795a0cf6ef99230bcf0c5683c81b SHA512 b375927776b9132fbd9dacd8223b6c94b89c32d6812394ec7e18df7c66f7e6dec853885e85e2b4b4ffd283e8afe0dd2526bafeac4b55511a4a115ef5798f97da
diff --git a/app-emulation/virt-manager/virt-manager-1.5.0.ebuild b/app-emulation/virt-manager/virt-manager-1.5.0.ebuild
new file mode 100644
index 00000000000..7725679e833
--- /dev/null
+++ b/app-emulation/virt-manager/virt-manager-1.5.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit gnome2 distutils-r1
+
+DESCRIPTION="A graphical tool for administering virtual machines"
+HOMEPAGE="http://virt-manager.org"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ SRC_URI=""
+ KEYWORDS="amd64 x86"
+ EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
+else
+ SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="gnome-keyring gtk policykit sasl"
+
+RDEPEND="!app-emulation/virtinst
+ dev-python/libvirt-python[${PYTHON_USEDEP}]
+ >=app-emulation/libvirt-glib-1.0.0[introspection]
+ ${PYTHON_DEPS}
+ dev-libs/libxml2[python,${PYTHON_USEDEP}]
+ dev-python/ipaddr[${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ >=sys-libs/libosinfo-0.2.10[introspection]
+ gtk? (
+ x11-libs/gtk+:3[introspection]
+ gnome-base/dconf
+ >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
+ net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
+ net-misc/x11-ssh-askpass
+ x11-libs/vte:2.91[introspection]
+ gnome-keyring? ( gnome-base/libgnome-keyring )
+ policykit? ( sys-auth/polkit[introspection] )
+ )
+"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ dev-util/intltool
+"
+
+DOCS=( README.md NEWS.md )
+
+src_prepare() {
+ distutils-r1_src_prepare
+}
+
+distutils-r1_python_compile() {
+ local defgraphics=
+
+ esetup.py configure \
+ --qemu-user=qemu \
+ --default-graphics=spice
+}
+
+src_install() {
+ local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+
+ distutils-r1_src_install
+
+ python_fix_shebang \
+ "${ED}"/usr/share/virt-manager/virt-{clone,convert,install,manager}
+}
+
+pkg_preinst() {
+ if use gtk; then
+ gnome2_pkg_preinst
+
+ cd "${ED}"
+ export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
+ else
+ rm -rf "${ED}/usr/share/virt-manager/virtManager"
+ rm -f "${ED}/usr/share/virt-manager/virt-manager"
+ rm -rf "${ED}/usr/share/virt-manager/ui/"
+ rm -rf "${ED}/usr/share/virt-manager/icons/"
+ rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
+ rm -rf "${ED}/usr/share/icons/"
+ rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
+ rm -rf "${ED}/usr/bin/virt-manager"
+ fi
+}
+
+pkg_postinst() {
+ use gtk && gnome2_pkg_postinst
+}
next reply other threads:[~2018-02-12 1:58 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 1:58 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 20:06 [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ Michał Górny
2025-03-04 23:26 Jakov Smolić
2025-03-03 20:44 Sam James
2025-03-03 20:11 Sam James
2025-01-07 19:51 Sam James
2025-01-06 8:04 Sam James
2025-01-06 4:16 Sam James
2025-01-06 4:16 Sam James
2025-01-06 3:35 Sam James
2025-01-06 3:35 Sam James
2025-01-06 3:35 Sam James
2025-01-06 3:32 Sam James
2024-12-01 10:42 Sam James
2024-12-01 10:42 Sam James
2024-11-29 5:54 Sam James
2024-11-29 5:54 Sam James
2024-11-13 19:09 Sam James
2024-11-13 19:09 Sam James
2024-11-13 19:09 Sam James
2024-10-03 9:24 Sam James
2024-04-29 21:41 Sam James
2024-02-03 6:56 Sam James
2024-02-02 12:38 Arthur Zamarin
2024-02-02 7:53 Joonas Niilola
2024-02-02 7:47 Joonas Niilola
2024-01-22 5:29 Sam James
2024-01-04 18:11 Arthur Zamarin
2023-12-16 9:31 Sam James
2023-07-09 2:02 Sam James
2023-03-04 9:10 Joonas Niilola
2022-08-24 21:55 John Helmert III
2022-08-19 23:49 Sam James
2022-08-19 23:49 Sam James
2022-08-19 23:48 Sam James
2022-08-19 23:48 Sam James
2022-08-19 23:48 Sam James
2022-05-04 15:11 Jakov Smolić
2022-04-10 20:09 Sam James
2022-03-25 2:52 Sam James
2022-03-19 16:50 Matthias Maier
2022-02-23 9:41 Joonas Niilola
2022-02-23 9:41 Joonas Niilola
2022-02-23 9:41 Joonas Niilola
2022-02-06 1:40 Matthias Maier
2022-01-25 15:11 Joonas Niilola
2022-01-03 0:11 Georgy Yakovlev
2021-06-26 11:45 Sergei Trofimovich
2021-06-26 11:45 Sergei Trofimovich
2021-06-05 11:09 Sergei Trofimovich
2021-05-14 18:23 Agostino Sarubbo
2021-03-30 16:17 Thomas Deutschmann
2021-02-13 0:58 Sam James
2021-02-13 0:58 Sam James
2021-01-05 14:04 Joonas Niilola
2020-12-25 19:58 Matthias Maier
2020-12-17 16:41 Agostino Sarubbo
2020-12-04 22:53 Matthias Maier
2020-10-07 20:45 Thomas Deutschmann
2020-10-03 21:24 Georgy Yakovlev
2020-08-20 13:20 Sam James
2020-06-05 7:21 Mart Raudsepp
2020-05-12 5:41 Matthias Maier
2020-05-12 5:41 Matthias Maier
2020-04-24 18:48 Matthias Maier
2020-04-19 1:06 Brian Evans
2020-04-19 0:32 Matthias Maier
2020-03-17 21:25 Matthias Maier
2020-03-17 21:25 Matthias Maier
2019-12-28 22:11 Georgy Yakovlev
2019-12-28 22:11 Georgy Yakovlev
2019-09-30 15:44 Matthias Maier
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-28 18:21 Matthias Maier
2019-07-28 18:21 Matthias Maier
2019-07-01 21:19 Matthias Maier
2019-07-01 17:10 Matthias Maier
2019-07-01 16:59 Matthias Maier
2019-07-01 16:59 Matthias Maier
2019-07-01 16:59 Matthias Maier
2019-07-01 16:59 Matthias Maier
2019-01-02 10:20 Mikle Kolyada
2018-12-29 19:12 Thomas Deutschmann
2018-12-03 2:43 Jonathan Callen
2018-11-04 5:24 Matthias Maier
2018-10-15 12:01 Matthias Maier
2018-04-15 18:58 Thomas Deutschmann
2018-04-15 5:30 Mikle Kolyada
2018-04-14 23:02 Matthias Maier
2018-04-14 23:02 Matthias Maier
2018-04-14 22:52 Matthias Maier
2018-04-14 22:47 Matthias Maier
2018-04-14 22:47 Matthias Maier
2018-04-14 22:47 Matthias Maier
2018-03-24 15:23 Matthias Maier
2018-02-12 1:58 Matthias Maier
2018-02-12 1:58 Matthias Maier
2018-02-06 16:24 Thomas Deutschmann
2018-01-08 0:28 Mikle Kolyada
2018-01-06 12:23 Ulrich Müller
2017-09-26 22:11 Manuel Rüger
2017-08-09 20:53 Pacho Ramos
2017-03-14 16:39 Matthias Maier
2017-03-14 16:39 Matthias Maier
2017-03-08 18:34 Matthias Maier
2017-03-04 21:27 Matthias Maier
2017-03-04 21:27 Matthias Maier
2017-02-22 21:56 Matthias Maier
2016-12-01 16:56 Matthias Maier
2016-12-01 16:52 Matthias Maier
2016-09-27 2:34 Matthias Maier
2016-08-02 2:22 Matthias Maier
2016-06-30 22:10 Matthias Maier
2016-02-28 6:15 Matthias Maier
2015-12-26 23:31 Matthias Maier
2015-12-26 13:19 Manuel Rüger
2015-12-22 20:50 Manuel Rüger
2015-11-27 20:41 Matthias Maier
2015-11-25 22:57 Matthias Maier
2015-10-23 13:41 Doug Goldstein
2015-10-23 13:41 Doug Goldstein
2015-09-09 15:03 Michał Górny
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=1518400645.97604d1052d34e814e9258d3fc316fcc7c4c6439.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