Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Sat, 13 Apr 2019 22:44:24
Message-Id: 1555195453.6f865a38c3e7026f01a7a3f1d896adf085cffa6c.pacho@gentoo
1 commit: 6f865a38c3e7026f01a7a3f1d896adf085cffa6c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 22:24:52 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 22:44:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f865a38
7
8 games-engines/scummvm: Fix xdg.eclass usage
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-engines/scummvm/scummvm-2.0.0-r1.ebuild | 14 +-------------
14 1 file changed, 1 insertion(+), 13 deletions(-)
15
16 diff --git a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
17 index 858b3bcc36b..100cda36687 100644
18 --- a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
19 +++ b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
20 @@ -43,7 +43,7 @@ S="${WORKDIR}/${P/_/}"
21 PATCHES=( "${FILESDIR}/${PN}-2.0.0-freetype_pkgconfig.patch" )
22
23 src_prepare() {
24 - default
25 + xdg_src_prepare
26
27 # -g isn't needed for nasm here
28 sed -i \
29 @@ -96,15 +96,3 @@ src_install() {
30 default
31 doicon -s scalable icons/scummvm.svg
32 }
33 -
34 -pkg_preinst() {
35 - xdg_pkg_preinst
36 -}
37 -
38 -pkg_postinst() {
39 - xdg_pkg_postinst
40 -}
41 -
42 -pkg_postrm() {
43 - xdg_pkg_postrm
44 -}