Gentoo Archives: gentoo-commits

From: Seth Price <sprice623@×××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/snoot-game/
Date: Thu, 01 Dec 2022 12:57:04
Message-Id: 1669898732.b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9.sprice623@gentoo
1 commit: b8d3ee0c9c35cfac2de09f7ffa58da6eafde9fa9
2 Author: Seth Price <sprice623 <AT> aol <DOT> com>
3 AuthorDate: Thu Dec 1 12:45:32 2022 +0000
4 Commit: Seth Price <sprice623 <AT> aol <DOT> com>
5 CommitDate: Thu Dec 1 12:45:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8d3ee0c
7
8 games-rpg/snoot-game: 1.7-r1 bump; address QA issues
9
10 Add QA_PREBUILT and RESTRICT=strip to suppress QA issues;
11 this is a prebuilt package, after all. Additionally, add
12 virtual/opengl as a dependency; it’s unwise to assume
13 the user will always have it installed.
14
15 Closes: https://bugs.gentoo.org/883831
16 Closes: https://bugs.gentoo.org/883833
17 Closes: https://bugs.gentoo.org/883835
18 Closes: https://bugs.gentoo.org/883837
19 Closes: https://bugs.gentoo.org/883839
20 Signed-off-by: Seth Price <sprice623 <AT> aol.com>
21
22 .../snoot-game/{snoot-game-1.7.ebuild => snoot-game-1.7-r1.ebuild} | 5 ++++-
23 1 file changed, 4 insertions(+), 1 deletion(-)
24
25 diff --git a/games-rpg/snoot-game/snoot-game-1.7.ebuild b/games-rpg/snoot-game/snoot-game-1.7-r1.ebuild
26 similarity index 91%
27 rename from games-rpg/snoot-game/snoot-game-1.7.ebuild
28 rename to games-rpg/snoot-game/snoot-game-1.7-r1.ebuild
29 index ec4305f70..f8441efe0 100644
30 --- a/games-rpg/snoot-game/snoot-game-1.7.ebuild
31 +++ b/games-rpg/snoot-game/snoot-game-1.7-r1.ebuild
32 @@ -16,11 +16,14 @@ SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
36 -RDEPEND="${PYTHON_DEPS}"
37 +RDEPEND="${PYTHON_DEPS} virtual/opengl"
38 BDEPEND="${RDEPEND}"
39
40 S="${WORKDIR}/SnootGame-${MY_PV}-linux/"
41
42 +QA_PREBUILT="*"
43 +RESTRICT+=" strip"
44 +
45 src_install() {
46 local dir=/opt/${PN}
47 insinto "${dir}"