Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/
Date: Mon, 16 Jul 2018 23:42:31
Message-Id: 1531784542.63bf9b66c46612da1510374253322b3d66424bba.polynomial-c@gentoo
1 commit: 63bf9b66c46612da1510374253322b3d66424bba
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Mon Jul 16 18:33:50 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 23:42:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bf9b66
7
8 app-emulation/virtualbox: add gnome2-utils
9
10 To satisfy QA issues on install. Drop multilib.eclass as unneeded here
11 as the only function used from it, get_libdir, is automatically present
12 in EAPI 6, which is the only EAPI currently in use.
13
14 Package-Manager: Portage-2.3.43, Repoman-2.3.10
15 Closes: https://github.com/gentoo/gentoo/pull/9256
16
17 app-emulation/virtualbox/virtualbox-5.1.36.ebuild | 4 +++-
18 app-emulation/virtualbox/virtualbox-5.1.38.ebuild | 4 +++-
19 app-emulation/virtualbox/virtualbox-5.2.12.ebuild | 4 +++-
20 app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild | 4 +++-
21 4 files changed, 12 insertions(+), 4 deletions(-)
22
23 diff --git a/app-emulation/virtualbox/virtualbox-5.1.36.ebuild b/app-emulation/virtualbox/virtualbox-5.1.36.ebuild
24 index 0e61d6f6497..b16e1523f1a 100644
25 --- a/app-emulation/virtualbox/virtualbox-5.1.36.ebuild
26 +++ b/app-emulation/virtualbox/virtualbox-5.1.36.ebuild
27 @@ -4,7 +4,7 @@
28 EAPI=6
29
30 PYTHON_COMPAT=( python2_7 )
31 -inherit flag-o-matic java-pkg-opt-2 linux-info multilib pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
32 +inherit flag-o-matic gnome2-utils java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
33
34 MY_PV="${PV/beta/BETA}"
35 MY_PV="${MY_PV/rc/RC}"
36 @@ -422,6 +422,7 @@ src_install() {
37 }
38
39 pkg_postinst() {
40 + gnome2_icon_cache_update
41 xdg_desktop_database_update
42
43 if use udev ; then
44 @@ -464,5 +465,6 @@ pkg_postinst() {
45 }
46
47 pkg_postrm() {
48 + gnome2_icon_cache_update
49 xdg_desktop_database_update
50 }
51
52 diff --git a/app-emulation/virtualbox/virtualbox-5.1.38.ebuild b/app-emulation/virtualbox/virtualbox-5.1.38.ebuild
53 index 73a8fc1d578..82fd4f21ebc 100644
54 --- a/app-emulation/virtualbox/virtualbox-5.1.38.ebuild
55 +++ b/app-emulation/virtualbox/virtualbox-5.1.38.ebuild
56 @@ -4,7 +4,7 @@
57 EAPI=6
58
59 PYTHON_COMPAT=( python2_7 )
60 -inherit flag-o-matic java-pkg-opt-2 linux-info multilib pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
61 +inherit flag-o-matic gnome2-utils java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
62
63 MY_PV="${PV/beta/BETA}"
64 MY_PV="${MY_PV/rc/RC}"
65 @@ -422,6 +422,7 @@ src_install() {
66 }
67
68 pkg_postinst() {
69 + gnome2_icon_cache_update
70 xdg_desktop_database_update
71
72 if use udev ; then
73 @@ -464,5 +465,6 @@ pkg_postinst() {
74 }
75
76 pkg_postrm() {
77 + gnome2_icon_cache_update
78 xdg_desktop_database_update
79 }
80
81 diff --git a/app-emulation/virtualbox/virtualbox-5.2.12.ebuild b/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
82 index 6b5234faaad..d0cd2a8076d 100644
83 --- a/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
84 +++ b/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
85 @@ -4,7 +4,7 @@
86 EAPI=6
87
88 PYTHON_COMPAT=( python2_7 )
89 -inherit flag-o-matic java-pkg-opt-2 linux-info multilib pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
90 +inherit flag-o-matic gnome2-utils java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
91
92 MY_PV="${PV/beta/BETA}"
93 MY_PV="${MY_PV/rc/RC}"
94 @@ -422,6 +422,7 @@ src_install() {
95 }
96
97 pkg_postinst() {
98 + gnome2_icon_cache_update
99 xdg_desktop_database_update
100
101 if use udev ; then
102 @@ -464,5 +465,6 @@ pkg_postinst() {
103 }
104
105 pkg_postrm() {
106 + gnome2_icon_cache_update
107 xdg_desktop_database_update
108 }
109
110 diff --git a/app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild b/app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild
111 index d907a7f0553..25b19f71be1 100644
112 --- a/app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild
113 +++ b/app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild
114 @@ -4,7 +4,7 @@
115 EAPI=6
116
117 PYTHON_COMPAT=( python2_7 )
118 -inherit flag-o-matic java-pkg-opt-2 linux-info multilib pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
119 +inherit flag-o-matic gnome2-utils java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
120
121 MY_PV="${PV/beta/BETA}"
122 MY_PV="${MY_PV/rc/RC}"
123 @@ -423,6 +423,7 @@ src_install() {
124 }
125
126 pkg_postinst() {
127 + gnome2_icon_cache_update
128 xdg_desktop_database_update
129
130 if use udev ; then
131 @@ -465,5 +466,6 @@ pkg_postinst() {
132 }
133
134 pkg_postrm() {
135 + gnome2_icon_cache_update
136 xdg_desktop_database_update
137 }