Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/
Date: Mon, 27 Aug 2018 21:16:28
Message-Id: 1535404575.fbcf13fcb97f376f89025460808d52270cfaad6e.chewi@gentoo
1 commit: fbcf13fcb97f376f89025460808d52270cfaad6e
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:49:28 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:16:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcf13fc
7
8 games-emulation/higan: eutils->desktop
9
10 Only ahs eutils for the implicit desktop inheritance for doicon and
11 make_desktop_entry.
12
13 Package-Manager: Portage-2.3.44, Repoman-2.3.10
14
15 games-emulation/higan/higan-106_p1-r1.ebuild | 13 +++++++------
16 1 file changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/games-emulation/higan/higan-106_p1-r1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild
19 index a39e0db7e72..afaa222f924 100644
20 --- a/games-emulation/higan/higan-106_p1-r1.ebuild
21 +++ b/games-emulation/higan/higan-106_p1-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -inherit eutils gnome2-utils toolchain-funcs qmake-utils
27 +inherit desktop gnome2-utils toolchain-funcs qmake-utils
28
29 MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2
30
31 @@ -47,6 +47,11 @@ DEPEND="${RDEPEND}
32
33 S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
34
35 +PATCHES=(
36 + "${FILESDIR}"/${P}-header-locations.patch
37 + "${FILESDIR}"/${P}-QA.patch
38 +)
39 +
40 disable_module() {
41 sed -i \
42 -e "s|$1\b||" \
43 @@ -54,15 +59,11 @@ disable_module() {
44 }
45
46 src_prepare() {
47 - epatch "${FILESDIR}"/${P}-header-locations.patch
48 - epatch "${FILESDIR}"/${P}-QA.patch
49 -
50 + default
51 sed -i \
52 -e "/handle/s#/usr/local/lib#/usr/$(get_libdir)#" \
53 nall/dl.hpp || die "fixing libdir failed!"
54
55 - eapply_user
56 -
57 # audio modules
58 use ao || disable_module audio.ao
59 use openal || disable_module audio.openal