Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
Date: Fri, 01 May 2020 17:49:06
Message-Id: 1588355330.3528ec6326b11b6dc1ed01cbcbde060ed39129a7.tamiko@gentoo
1 commit: 3528ec6326b11b6dc1ed01cbcbde060ed39129a7
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 17:46:01 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 17:48:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3528ec63
7
8 sci-chemistry/gelemental: use xdg-utils eclass
9
10 Closes: https://bugs.gentoo.org/720308
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 .../{gelemental-2.0.0.ebuild => gelemental-2.0.0-r1.ebuild} | 12 +++++++-----
15 1 file changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
18 similarity index 77%
19 rename from sci-chemistry/gelemental/gelemental-2.0.0.ebuild
20 rename to sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
21 index 96fbcf235cb..4affe1b9171 100644
22 --- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
23 +++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -inherit autotools fdo-mime flag-o-matic gnome2-utils eutils
29 +inherit autotools eutils flag-o-matic xdg-utils
30
31 DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
32 HOMEPAGE="https://github.com/ginggs/gelemental/"
33 @@ -36,11 +36,13 @@ src_configure() {
34 }
35
36 pkg_postinst() {
37 - gnome2_icon_cache_update
38 - fdo-mime_desktop_database_update
39 + xdg_icon_cache_update
40 + xdg_desktop_database_update
41 + xdg_mimeinfo_database_update
42 }
43
44 pkg_postrm() {
45 - gnome2_icon_cache_update
46 - fdo-mime_desktop_database_update
47 + xdg_icon_cache_update
48 + xdg_desktop_database_update
49 + xdg_mimeinfo_database_update
50 }