Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/
Date: Thu, 06 Feb 2020 04:17:43
Message-Id: 1580962612.94cc96837c5eaf0e73cbed728a8988af2200b8bc.radhermit@gentoo
1 commit: 94cc96837c5eaf0e73cbed728a8988af2200b8bc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 04:16:52 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 04:16:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cc9683
7
8 media-gfx/feh: update 3.3 to EAPI 7
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 media-gfx/feh/feh-3.3.ebuild | 14 +++++---------
13 1 file changed, 5 insertions(+), 9 deletions(-)
14
15 diff --git a/media-gfx/feh/feh-3.3.ebuild b/media-gfx/feh/feh-3.3.ebuild
16 index ad37f294e68..cdfb177f990 100644
17 --- a/media-gfx/feh/feh-3.3.ebuild
18 +++ b/media-gfx/feh/feh-3.3.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -inherit toolchain-funcs gnome2-utils xdg-utils
26 +EAPI=7
27 +inherit toolchain-funcs xdg-utils
28
29 DESCRIPTION="A fast, lightweight imageviewer using imlib2"
30 HOMEPAGE="https://feh.finalrewind.org/"
31 @@ -57,18 +57,14 @@ src_install() {
32 emake "${fehopts[@]}" install
33 }
34
35 -pkg_preinst() {
36 - gnome2_icon_savelist
37 -}
38 -
39 pkg_postinst() {
40 - gnome2_icon_cache_update
41 + xdg_icon_cache_update
42 xdg_mimeinfo_database_update
43 xdg_desktop_database_update
44 }
45
46 pkg_postrm() {
47 - gnome2_icon_cache_update
48 + xdg_icon_cache_update
49 xdg_mimeinfo_database_update
50 xdg_desktop_database_update
51 }