Gentoo Archives: gentoo-commits

From: Fabio Rossi <rossi.f@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/, app-emulation/vmware-player/
Date: Sat, 07 Apr 2018 15:00:43
Message-Id: 1519168299.027bd4b8f2310267d2d20fe4439526742838b058.fabio@gentoo
1 commit: 027bd4b8f2310267d2d20fe4439526742838b058
2 Author: Fabio Rossi <rossi.f <AT> inwind <DOT> it>
3 AuthorDate: Tue Feb 20 23:11:39 2018 +0000
4 Commit: Fabio Rossi <rossi.f <AT> inwind <DOT> net>
5 CommitDate: Tue Feb 20 23:11:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=027bd4b8
7
8 Migrated to xdg-utils.eclass
9
10 .../vmware-player/vmware-player-12.5.9.7535481.ebuild | 10 ++++++----
11 .../vmware-workstation-12.5.9.7535481.ebuild | 10 ++++++----
12 2 files changed, 12 insertions(+), 8 deletions(-)
13
14 diff --git a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
15 index f23711c..9dd9629 100644
16 --- a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
17 +++ b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
18 @@ -1,9 +1,9 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24
25 -inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pax-utils systemd vmware-bundle
26 +inherit eutils versionator readme.gentoo-r1 gnome2-utils pax-utils systemd vmware-bundle xdg-utils
27
28 MY_PN="VMware-Player"
29 MY_PV=$(get_version_component_range 1-3)
30 @@ -362,7 +362,8 @@ pkg_preinst() {
31 }
32
33 pkg_postinst() {
34 - fdo-mime_desktop_database_update
35 + xdg_desktop_database_update
36 + xdg_mimeinfo_database_update
37 gnome2_icon_cache_update
38 readme.gentoo_print_elog
39
40 @@ -378,6 +379,7 @@ pkg_prerm() {
41 }
42
43 pkg_postrm() {
44 - fdo-mime_desktop_database_update
45 + xdg_desktop_database_update
46 + xdg_mimeinfo_database_update
47 gnome2_icon_cache_update
48 }
49
50 diff --git a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
51 index f49a91e..8fe02b9 100644
52 --- a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
53 +++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
54 @@ -1,9 +1,9 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 +# Copyright 1999-2018 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=5
60
61 -inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pam systemd vmware-bundle
62 +inherit eutils versionator readme.gentoo-r1 gnome2-utils pam systemd vmware-bundle xdg-utils
63
64 MY_PN="VMware-Workstation"
65 MY_PV=$(get_version_component_range 1-3)
66 @@ -573,7 +573,8 @@ pkg_preinst() {
67 }
68
69 pkg_postinst() {
70 - fdo-mime_desktop_database_update
71 + xdg_desktop_database_update
72 + xdg_mimeinfo_database_update
73 gnome2_icon_cache_update
74 readme.gentoo_print_elog
75
76 @@ -589,6 +590,7 @@ pkg_prerm() {
77 }
78
79 pkg_postrm() {
80 - fdo-mime_desktop_database_update
81 + xdg_desktop_database_update
82 + xdg_mimeinfo_database_update
83 gnome2_icon_cache_update
84 }