Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
Date: Tue, 03 Sep 2019 14:24:21
Message-Id: 1567520650.de41e97295522c8fa38ba06772dfe7a0c791cc57.candrews@gentoo
1 commit: de41e97295522c8fa38ba06772dfe7a0c791cc57
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 3 14:23:52 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 14:24:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de41e972
7
8 media-tv/kodi: Fix eclass usage for EAPI 7
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-tv/kodi/kodi-9999.ebuild | 12 +-----------
14 1 file changed, 1 insertion(+), 11 deletions(-)
15
16 diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
17 index 6968cfb98ae..7b1e04a6bf2 100644
18 --- a/media-tv/kodi/kodi-9999.ebuild
19 +++ b/media-tv/kodi/kodi-9999.ebuild
20 @@ -31,7 +31,7 @@ else
21 S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
22 fi
23
24 -inherit autotools cmake-utils eutils gnome2-utils linux-info pax-utils python-single-r1 xdg-utils
25 +inherit autotools cmake-utils desktop linux-info pax-utils python-single-r1 xdg
26
27 DESCRIPTION="A free and open source media-player and entertainment hub"
28 HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"
29 @@ -314,13 +314,3 @@ src_install() {
30 python_domodule tools/EventClients/lib/python/xbmcclient.py
31 python_newscript "tools/EventClients/Clients/KodiSend/kodi-send.py" kodi-send
32 }
33 -
34 -pkg_postinst() {
35 - gnome2_icon_cache_update
36 - xdg_desktop_database_update
37 -}
38 -
39 -pkg_postrm() {
40 - gnome2_icon_cache_update
41 - xdg_desktop_database_update
42 -}