Gentoo Archives: gentoo-commits

From: Philip Miess <Phil_miess@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/superposition:master commit in: games-arcade/tokitori/
Date: Thu, 04 Aug 2022 23:03:22
Message-Id: 1659654292.5f3abbe5627dd84e41af33f561d1ac3695ff70f5.Phil_miess@gentoo
1 commit: 5f3abbe5627dd84e41af33f561d1ac3695ff70f5
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Thu Aug 4 23:04:52 2022 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Thu Aug 4 23:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=5f3abbe5
7
8 remove games eclass remnants
9
10 Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
11
12 games-arcade/tokitori/Manifest | 2 +-
13 games-arcade/tokitori/tokitori-20130705-r1.ebuild | 5 +----
14 2 files changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/games-arcade/tokitori/Manifest b/games-arcade/tokitori/Manifest
17 index 6cc0247..ff3f81f 100644
18 --- a/games-arcade/tokitori/Manifest
19 +++ b/games-arcade/tokitori/Manifest
20 @@ -1,3 +1,3 @@
21 DIST TokiTori-Linux-2013-07-05.sh 82385263 BLAKE2B 25c4b98be8716ac00e24097a3a37345df6537ba859d051464503bf24857f3f6c0b8ccb5b7870a94380999bced5295bc1d7b3c9da037d470cd3d25f91b006376b SHA512 30634d628becf70c284b5c890291a259ab106d748949e3fdbf75b48311e4c9cbd148f87afe8ab573c010d088a5a4310eb233df36887c660fdcf5815ba26f8fd5
22 -EBUILD tokitori-20130705-r1.ebuild 1301 BLAKE2B e8646080b870793119e3d885350698d7777d345a20f00dd1edd0cc9da2d2d069043b6a22e60c4acbbc2361dbf650cf7f3b93e11e0a1ec9b1deb2c45734073b43 SHA512 282ad9ed4ee56a7a657649f279d9a4709b5cafce1ec63d072143e52d374c8aaa06bf540ec02ba902676ad73672331ecc94fbca5f057592bd5fc784aa6a935a67
23 +EBUILD tokitori-20130705-r1.ebuild 1223 BLAKE2B 054d7c550060942d6a4cd7f9709183f4e017fb94e902d4f2beeacc313e595786549db4fafe933dbcf2ebca7eca22d53182dc63078858b3313d6b9849f0bb6b69 SHA512 c3d75a472fffd3144996a1b1f910f36928645eb76d2ef6a603d5e403897526ca9a19283bd1b536c8e69dc00d63cf89bf3f6d9944eddffbfb056e76dce2063c51
24 MISC metadata.xml 569 BLAKE2B cc6a790f9e8a0174f4565c0ba277394dbad0e66513b523db0e69092a3f0bb437ea8da1d3cb1a499e061ddf983fde695cc4335cb33f27e810a6fb4989cbbbaa3f SHA512 9d4814cfba0c0ecba4c4ff5335df85e1d6e5f29de918e34b6a9efa2190b3f9a428e20095b481076d487322be3735f8c2f706481ac4fd314627d275cd1aed8b0d
25
26 diff --git a/games-arcade/tokitori/tokitori-20130705-r1.ebuild b/games-arcade/tokitori/tokitori-20130705-r1.ebuild
27 index 4fa14b6..e00a6a8 100644
28 --- a/games-arcade/tokitori/tokitori-20130705-r1.ebuild
29 +++ b/games-arcade/tokitori/tokitori-20130705-r1.ebuild
30 @@ -42,7 +42,7 @@ src_unpack() {
31 }
32
33 src_install() {
34 - local dir="${GAMES_PREFIX_OPT}/${PN}"
35 + local dir="/opt/${PN}"
36 local arch=x86
37 use amd64 && arch=x86_64
38
39 @@ -50,7 +50,6 @@ src_install() {
40 insinto "${dir}"
41
42 make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
43 - games_make_wrapper "${PN}" "./${PN}" "${dir}"
44
45 newexe "${MY_PN}.bin.${arch}" "${PN}"
46 newicon "${MY_PN}.png" "${PN}.png"
47 @@ -72,7 +71,5 @@ src_install() {
48 "splash" \
49 "textures"
50
51 - prepgamesdirs
52 -
53 base_src_install_docs
54 }