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-kids/scratch/
Date: Sat, 05 Aug 2017 20:41:34
Message-Id: 1501965755.151baedb1e6334329b3fdc60287ceef604acaac1.Phil_miess@gentoo
1 commit: 151baedb1e6334329b3fdc60287ceef604acaac1
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Sat Aug 5 20:42:35 2017 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Sat Aug 5 20:42:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=151baedb
7
8 blank lines leading or trailing spaces
9
10 games-kids/scratch/Manifest | 2 +-
11 games-kids/scratch/scratch-1.4.0.7.ebuild | 13 ++++++-------
12 2 files changed, 7 insertions(+), 8 deletions(-)
13
14 diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
15 index 4f17205..d50d204 100644
16 --- a/games-kids/scratch/Manifest
17 +++ b/games-kids/scratch/Manifest
18 @@ -1,3 +1,3 @@
19 DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
20 -EBUILD scratch-1.4.0.7.ebuild 2377 SHA256 7ee03ed20100e44f792f7607a29dfb2494c6f2a06695a02214108f8f5b1bc382 SHA512 405f9ebaee6eb216070608cb2c25eb98a74773dca7ab4738e2c52631982644b69013ebf46e76703dcc97b8a5922721e3f6c253a717799baf1603152054341e12 WHIRLPOOL c020817bd94b265b4ce410b795d36bca59a044f4e37d000de4293ecc32c9f8e83b7edbc6f6948b7f27650154726f3c567500371bfd5cafa35440a14311f77f36
21 +EBUILD scratch-1.4.0.7.ebuild 2336 SHA256 baed65c0d9b4e3f355f142360f1de60972f49d674b63f1bb4aa2743c3eea3c47 SHA512 d4bc60b1e0174eeee8f3397120771040ae0cb484c4afb8a0ee43bdaab708426f681c32850bcf4597a9f9d94d44f580b2547fba65b22ebc09093aa36a4d2a17e7 WHIRLPOOL e3ff188d9cca3183616ed5734f9c161ba54944b941eda707d1df0d5d8ef60b0effd7e5960e3c528fe451f91ec0095b3bca4b4dd6eeae9ae8480892c5408b732a
22 MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
23
24 diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
25 index 53d9059..f028304 100644
26 --- a/games-kids/scratch/scratch-1.4.0.7.ebuild
27 +++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
28 @@ -43,7 +43,6 @@ fi
29
30 }
31
32 -
33 src_install() {
34 local datadir="/usr/share/${PN}"
35 local icondir="/usr/share/icons/hicolor"
36 @@ -61,8 +60,8 @@ src_install() {
37 insinto "${icondir}/${res}/apps"
38 doins "${res}"/scratch*.png
39 insinto "${icondir}/${res}/mimetypes"
40 - if [[ ${res} != "32x32" ]]; then
41 - newins "${res}/gnome-mime-application-x-scratch-project.png" mime-application-x-scratch-project.png
42 + if [[ ${res} != "32x32" ]]; then
43 + newins "${res}/gnome-mime-application-x-scratch-project.png" mime-application-x-scratch-project.png
44 fi
45 done
46 )
47 @@ -76,10 +75,10 @@ install_runner() {
48 #!/bin/sh
49 cd
50 exec \
51 - "/usr/bin/squeak" \\
52 - -vm-sound-${squeak_sound_plugin} \\
53 - "/usr/$(get_libdir)/Scratch.image" \\
54 - "${@}"
55 + "/usr/bin/squeak" \\
56 +-vm-sound-${squeak_sound_plugin} \\
57 +"/usr/$(get_libdir)/Scratch.image" \\
58 +"${@}"
59 EOF
60 chmod go+rx "${tmpexe}"
61 newbin "${tmpexe}" "${PN}" || die