Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/
Date: Sun, 31 Jan 2016 00:16:03
Message-Id: 1454199239.564407a6307553f4c70301307b3fc9a60667d65b.monsieurp@gentoo
1 commit: 564407a6307553f4c70301307b3fc9a60667d65b
2 Author: RobinDX <robin9800xt <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 30 17:34:14 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 00:13:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564407a6
7
8 games-emulation/ppsspp: bug fix #572606
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11
12 .../ppsspp/{ppsspp-1.1.0.ebuild => ppsspp-1.1.0-r1.ebuild} | 9 ++++++++-
13 .../ppsspp/{ppsspp-1.1.1.ebuild => ppsspp-1.1.1-r1.ebuild} | 9 ++++++++-
14 .../ppsspp/{ppsspp-9999.ebuild => ppsspp-9999-r1.ebuild} | 9 ++++++++-
15 3 files changed, 24 insertions(+), 3 deletions(-)
16
17 diff --git a/games-emulation/ppsspp/ppsspp-1.1.0.ebuild b/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
18 similarity index 92%
19 rename from games-emulation/ppsspp/ppsspp-1.1.0.ebuild
20 rename to games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
21 index 0f5df8a..d7e7c64 100644
22 --- a/games-emulation/ppsspp/ppsspp-1.1.0.ebuild
23 +++ b/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
24 @@ -103,7 +103,7 @@ src_compile() {
25
26 src_install() {
27 if use qt4 ; then
28 - exeinto /usr/games/bin
29 + into /usr/games/bin
30 newexe "${WORKDIR}"/"${P}"/Qt/ppsspp ppsspp
31 elif use qt5 ; then
32 exeinto /usr/games/bin
33 @@ -121,3 +121,10 @@ src_install() {
34 newins "${WORKDIR}"/"${P}"/source_assets/image/icon_regular_72.png ppsspp-icon.png
35 domenu "${FILESDIR}"/ppsspp.desktop
36 }
37 +
38 +pkg_postinst() {
39 + elog "Remember, in order to play games, you have to "
40 + elog "be in the 'games' group. "
41 + elog "Just run 'gpasswd -a <USER> games', then have <USER> re-login. "
42 +}
43 +
44
45 diff --git a/games-emulation/ppsspp/ppsspp-1.1.1.ebuild b/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
46 similarity index 92%
47 rename from games-emulation/ppsspp/ppsspp-1.1.1.ebuild
48 rename to games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
49 index 0f5df8a..d7e7c64 100644
50 --- a/games-emulation/ppsspp/ppsspp-1.1.1.ebuild
51 +++ b/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
52 @@ -103,7 +103,7 @@ src_compile() {
53
54 src_install() {
55 if use qt4 ; then
56 - exeinto /usr/games/bin
57 + into /usr/games/bin
58 newexe "${WORKDIR}"/"${P}"/Qt/ppsspp ppsspp
59 elif use qt5 ; then
60 exeinto /usr/games/bin
61 @@ -121,3 +121,10 @@ src_install() {
62 newins "${WORKDIR}"/"${P}"/source_assets/image/icon_regular_72.png ppsspp-icon.png
63 domenu "${FILESDIR}"/ppsspp.desktop
64 }
65 +
66 +pkg_postinst() {
67 + elog "Remember, in order to play games, you have to "
68 + elog "be in the 'games' group. "
69 + elog "Just run 'gpasswd -a <USER> games', then have <USER> re-login. "
70 +}
71 +
72
73 diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild b/games-emulation/ppsspp/ppsspp-9999-r1.ebuild
74 similarity index 92%
75 rename from games-emulation/ppsspp/ppsspp-9999.ebuild
76 rename to games-emulation/ppsspp/ppsspp-9999-r1.ebuild
77 index e60451b..9dd2ba9 100644
78 --- a/games-emulation/ppsspp/ppsspp-9999.ebuild
79 +++ b/games-emulation/ppsspp/ppsspp-9999-r1.ebuild
80 @@ -102,7 +102,7 @@ src_compile() {
81
82 src_install() {
83 if use qt4 ; then
84 - exeinto /usr/games/bin
85 + into /usr/games/bin
86 newexe "${WORKDIR}"/"${P}"/Qt/ppsspp ppsspp
87 elif use qt5 ; then
88 exeinto /usr/games/bin
89 @@ -120,3 +120,10 @@ src_install() {
90 newins "${WORKDIR}"/"${P}"/source_assets/image/icon_regular_72.png ppsspp-icon.png
91 domenu "${FILESDIR}"/ppsspp.desktop
92 }
93 +
94 +pkg_postinst() {
95 + elog "Remember, in order to play games, you have to "
96 + elog "be in the 'games' group. "
97 + elog "Just run 'gpasswd -a <USER> games', then have <USER> re-login. "
98 +}
99 +