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: mail-client/thunderbird/
Date: Tue, 08 Aug 2017 12:24:10
Message-Id: 1502195042.43ffe5aa201f86750c65b4abaebba75aa417772c.polynomial-c@gentoo
1 commit: 43ffe5aa201f86750c65b4abaebba75aa417772c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 12:23:18 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 12:24:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ffe5aa
7
8 mail-client/thunderbird: Replace fdo-mime with xdg-utils.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 mail-client/thunderbird/thunderbird-45.8.0.ebuild | 6 +++---
13 mail-client/thunderbird/thunderbird-52.2.0.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/mail-client/thunderbird/thunderbird-45.8.0.ebuild b/mail-client/thunderbird/thunderbird-45.8.0.ebuild
17 index ca2930bd89e..1d60a04de05 100644
18 --- a/mail-client/thunderbird/thunderbird-45.8.0.ebuild
19 +++ b/mail-client/thunderbird/thunderbird-45.8.0.ebuild
20 @@ -29,7 +29,7 @@ fi
21 MOZ_P="${PN}-${MOZ_PV}"
22
23 MOZCONFIG_OPTIONAL_JIT="enabled"
24 -inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
25 +inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
26
27 DESCRIPTION="Thunderbird Mail Client"
28 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
29 @@ -348,7 +348,7 @@ pkg_preinst() {
30 }
31
32 pkg_postinst() {
33 - fdo-mime_desktop_database_update
34 + xdg_desktop_database_update
35 gnome2_icon_cache_update
36
37 elog "If you experience problems with plugins please issue the"
38 @@ -364,6 +364,6 @@ pkg_postinst() {
39 }
40
41 pkg_postrm() {
42 - fdo-mime_desktop_database_update
43 + xdg_desktop_database_update
44 gnome2_icon_cache_update
45 }
46
47 diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
48 index a1b0a3cc6c2..1b9d0cf5793 100644
49 --- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild
50 +++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
51 @@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}"
52 MOZCONFIG_OPTIONAL_GTK2ONLY=1
53 MOZCONFIG_OPTIONAL_WIFI=1
54
55 -inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
56 +inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
57
58 DESCRIPTION="Thunderbird Mail Client"
59 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
60 @@ -339,7 +339,7 @@ pkg_preinst() {
61 }
62
63 pkg_postinst() {
64 - fdo-mime_desktop_database_update
65 + xdg_desktop_database_update
66 gnome2_icon_cache_update
67
68 elog
69 @@ -357,6 +357,6 @@ pkg_postinst() {
70 }
71
72 pkg_postrm() {
73 - fdo-mime_desktop_database_update
74 + xdg_desktop_database_update
75 gnome2_icon_cache_update
76 }