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-manager/
Date: Mon, 01 Jul 2019 17:10:24
Message-Id: 1562000883.01720d90fd351b37e443dd0161fafa0828ca2742.tamiko@gentoo
1 commit: 01720d90fd351b37e443dd0161fafa0828ca2742
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 17:08:03 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 17:08:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01720d90
7
8 app-emulation/virt-manager: revert xdg changes
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/virt-manager/virt-manager-2.2.0.ebuild | 8 ++++----
14 app-emulation/virt-manager/virt-manager-9999.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild
18 index a08bce48c32..cd11577a69a 100644
19 --- a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild
20 +++ b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild
21 @@ -1,12 +1,12 @@
22 # Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=6
27
28 PYTHON_COMPAT=( python3_{5,6,7} )
29 DISTUTILS_SINGLE_IMPL=1
30
31 -inherit distutils-r1 xdg-utils
32 +inherit gnome2 distutils-r1
33
34 DESCRIPTION="A graphical tool for administering virtual machines"
35 HOMEPAGE="http://virt-manager.org"
36 @@ -73,7 +73,7 @@ src_install() {
37
38 pkg_preinst() {
39 if use gtk; then
40 - xdg_pkg_preinst
41 + gnome2_pkg_preinst
42
43 cd "${ED}"
44 export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
45 @@ -90,5 +90,5 @@ pkg_preinst() {
46 }
47
48 pkg_postinst() {
49 - use gtk && xdg_pkg_postinst
50 + use gtk && gnome2_pkg_postinst
51 }
52
53 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
54 index a08bce48c32..cd11577a69a 100644
55 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
56 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
57 @@ -1,12 +1,12 @@
58 # Copyright 1999-2019 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI=7
62 +EAPI=6
63
64 PYTHON_COMPAT=( python3_{5,6,7} )
65 DISTUTILS_SINGLE_IMPL=1
66
67 -inherit distutils-r1 xdg-utils
68 +inherit gnome2 distutils-r1
69
70 DESCRIPTION="A graphical tool for administering virtual machines"
71 HOMEPAGE="http://virt-manager.org"
72 @@ -73,7 +73,7 @@ src_install() {
73
74 pkg_preinst() {
75 if use gtk; then
76 - xdg_pkg_preinst
77 + gnome2_pkg_preinst
78
79 cd "${ED}"
80 export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
81 @@ -90,5 +90,5 @@ pkg_preinst() {
82 }
83
84 pkg_postinst() {
85 - use gtk && xdg_pkg_postinst
86 + use gtk && gnome2_pkg_postinst
87 }