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:52:40
Message-Id: 1659657256.3cf598d328e996d36e35202e238e9b23dc98c2fb.Phil_miess@gentoo
1 commit: 3cf598d328e996d36e35202e238e9b23dc98c2fb
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Thu Aug 4 23:54:16 2022 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Thu Aug 4 23:54:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3cf598d3
7
8 call full path
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 | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-arcade/tokitori/Manifest b/games-arcade/tokitori/Manifest
17 index 4659d2e..c16233d 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 1309 BLAKE2B feb07360d48333974d3d6f72c7849815f90f631a3b2626cd76e290dfa440ec593c514f319fdcbc902a5b3cb14fbfd07698d352e63eb8d902f6aea16654a6a5f5 SHA512 3b8e4d9971e20f92470ff11f752ccdf50767c4a157786422ec8966c9166ebde4eacd9c4576ea0bf8a0d380ec1832f18d2aa6c376d58a50ebd459ad2f23b0ef19
23 +EBUILD tokitori-20130705-r1.ebuild 1316 BLAKE2B 8b72b1c304430ff55fa5076adbe40668f74ee43d72036e8116648060e9cd941f94e2173000a4c25a700c4eb9114d2d1a06fcf075b29701f0f70e6afe3d846b2d SHA512 faea1cbbdff5938db8e548a8a0f5a38d602f64738744419c3f058ffad7333f9922573e6b9ac2fa1b37976c62803f6b62e6c7fa7498de4b731cbe47f7c469fe94
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 e553357..ea369bd 100644
28 --- a/games-arcade/tokitori/tokitori-20130705-r1.ebuild
29 +++ b/games-arcade/tokitori/tokitori-20130705-r1.ebuild
30 @@ -53,7 +53,7 @@ src_install() {
31
32 newicon "${MY_PN}.png" "${PN}.png"
33
34 - make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
35 + make_desktop_entry "${dir}/${PN}" "${MY_PN}" "${PN}"
36
37 doins -r \
38 "namespace.txt" \