* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2018-06-11 3:08 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2018-06-11 3:08 UTC (permalink / raw
To: gentoo-commits
commit: ca33e6cbeaebbe7a33d6911b3888c839d9bd3a03
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Jan 22 20:53:23 2018 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Jan 22 20:53:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ca33e6cb
add xdg-utils
games-kids/scratch/Manifest | 2 +-
games-kids/scratch/scratch-1.4.0.7.ebuild | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index 90b5150..1a4ba4d 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2259 SHA256 5f3d30d19b169ae8f2f870dfa40ef5eb3b3d6b238bba7a9680604238ad304878 SHA512 6adf2007c13f08bd22c884127bd870c5b5352ce0ffb5235ffd99f65ca9e95361c89a8e1651695db7f2431294b430bdd7adba2adc4deb27f2d23bfa9ecff4dcff WHIRLPOOL da456065a72e7c5bffc0154e8358d12b516fe5376e5e87eaf6d3d884119b2053b01a1edd7458a4704563ff627de4bd2a1aad285bb170fc6aa2a0003ca1ad8dda
+EBUILD scratch-1.4.0.7.ebuild 2389 SHA256 0d5856efc87963e9bb132e44502711c61849103a85c1886c21ea71bb0ef797e6 SHA512 02dea76331649d4f40f76ab1f3b987f0385de4cdee562683083e69ebec4d4754f9cc571437ee5ddbe9ae815a0678034600ce68847cd8c3461798aece3ca1141f WHIRLPOOL a11dcd1f94c86a43c3adb2821739ca7f7e067eb06923c5ecc174b2cc1d659e2c586f0bb0ea04c3af97481a89b017a6308d326ebe5c71b0d407ac0844e06f465d
MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index c3ae595..e8b8733 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
DESCRIPTION="A programming environment for creating stories, animations, games, and music."
HOMEPAGE="http://scratch.mit.edu/"
@@ -89,10 +89,14 @@ pkg_preinst() {
}
pkg_postinst() {
+ xdg_mimeinfo_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
+ xdg_mimeinfo_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2023-03-25 20:42 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2023-03-25 20:42 UTC (permalink / raw
To: gentoo-commits
commit: b495c83dd45adea2737534d476770e4a9c016bbd
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Mar 25 18:19:48 2023 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Mar 25 18:19:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=b495c83d
upgrade hash and header, fix mixed indent in metadata, remove trainling spaces
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
games-kids/scratch/Manifest | 6 +++---
games-kids/scratch/metadata.xml | 2 +-
games-kids/scratch/scratch-1.4.0.7.ebuild | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index 1a4ba4d..e3bcb38 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
-DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2389 SHA256 0d5856efc87963e9bb132e44502711c61849103a85c1886c21ea71bb0ef797e6 SHA512 02dea76331649d4f40f76ab1f3b987f0385de4cdee562683083e69ebec4d4754f9cc571437ee5ddbe9ae815a0678034600ce68847cd8c3461798aece3ca1141f WHIRLPOOL a11dcd1f94c86a43c3adb2821739ca7f7e067eb06923c5ecc174b2cc1d659e2c586f0bb0ea04c3af97481a89b017a6308d326ebe5c71b0d407ac0844e06f465d
-MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
+DIST scratch-1.4.0.7.src.tar.gz 47617852 BLAKE2B feb4ba25dce3ac5f82974a0b22b95ff22b543f1bdb6362cc53bc16b54b6082fada6783734b38afadde340a097dc8758aa9ab061b050b4f9d4c71342fd1574b40 SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562
+EBUILD scratch-1.4.0.7.ebuild 2384 BLAKE2B 01f6c8605b5c99c9462d45c708db52f67430f60249b0cc03158b5a30def6a0b18e5d363aa333912e3d27f00db53874ca84bb09665060792a2120e90234e3e8e0 SHA512 ffea1b78ca18ee0ce396859826b90a0f355998cddfdee287d9cd01dfb5d1e4fd91c2a0b1c6178009e428743d1012ff1a0ae0cecd33589a12ed6e1db13b16a90d
+MISC metadata.xml 962 BLAKE2B b55c82d7e22d1b2aa5d965d7cfd2823dc083d8d51dcce3c282091643351912bcd285cf96cc82a939610a77aa62c5fe77863287de3984c7f9dd35db95afb57cbc SHA512 5c28ac4c0deb69c47ddb618bb08d9ada1847f300998c681a2ec3759e8fd9f8585101ed6cdf15989207469edbcd69c15a1d132ba71abcc41a81b50e11d596ec0e
diff --git a/games-kids/scratch/metadata.xml b/games-kids/scratch/metadata.xml
index 39f277e..6661312 100644
--- a/games-kids/scratch/metadata.xml
+++ b/games-kids/scratch/metadata.xml
@@ -25,7 +25,7 @@ a deeper understanding of the process of design.
Use the nas driver plugin for sound
</flag>
<flag name="v4l">
- Use the camera plugin
+ Use the camera plugin
</flag>
</use>
</pkgmetadata>
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index e8b8733..37fd92f 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -90,13 +90,13 @@ pkg_preinst() {
pkg_postinst() {
xdg_mimeinfo_database_update
- xdg_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
xdg_mimeinfo_database_update
- xdg_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2018-06-11 3:08 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2018-06-11 3:08 UTC (permalink / raw
To: gentoo-commits
commit: d3891885cdff7c7255d1e30564eb308742912f3e
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Jan 22 02:30:29 2018 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Jan 22 02:30:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d3891885
remove fdo-mime
games-kids/scratch/Manifest | 2 +-
games-kids/scratch/scratch-1.4.0.7.ebuild | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index d50d204..90b5150 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2336 SHA256 baed65c0d9b4e3f355f142360f1de60972f49d674b63f1bb4aa2743c3eea3c47 SHA512 d4bc60b1e0174eeee8f3397120771040ae0cb484c4afb8a0ee43bdaab708426f681c32850bcf4597a9f9d94d44f580b2547fba65b22ebc09093aa36a4d2a17e7 WHIRLPOOL e3ff188d9cca3183616ed5734f9c161ba54944b941eda707d1df0d5d8ef60b0effd7e5960e3c528fe451f91ec0095b3bca4b4dd6eeae9ae8480892c5408b732a
+EBUILD scratch-1.4.0.7.ebuild 2259 SHA256 5f3d30d19b169ae8f2f870dfa40ef5eb3b3d6b238bba7a9680604238ad304878 SHA512 6adf2007c13f08bd22c884127bd870c5b5352ce0ffb5235ffd99f65ca9e95361c89a8e1651695db7f2431294b430bdd7adba2adc4deb27f2d23bfa9ecff4dcff WHIRLPOOL da456065a72e7c5bffc0154e8358d12b516fe5376e5e87eaf6d3d884119b2053b01a1edd7458a4704563ff627de4bd2a1aad285bb170fc6aa2a0003ca1ad8dda
MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index f028304..c3ae595 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit gnome2-utils fdo-mime
+inherit gnome2-utils
DESCRIPTION="A programming environment for creating stories, animations, games, and music."
HOMEPAGE="http://scratch.mit.edu/"
@@ -90,11 +90,9 @@ pkg_preinst() {
pkg_postinst() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2017-08-05 20:41 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2017-08-05 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 21f15b6707b7395a7cc2e53c33bdf9b3275b0e9e
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Aug 5 20:36:56 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 5 20:36:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=21f15b67
new year new copyright
games-kids/scratch/scratch-1.4.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index 265369b..40654b9 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2017-08-05 20:41 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2017-08-05 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 151baedb1e6334329b3fdc60287ceef604acaac1
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Aug 5 20:42:35 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 5 20:42:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=151baedb
blank lines leading or trailing spaces
games-kids/scratch/Manifest | 2 +-
games-kids/scratch/scratch-1.4.0.7.ebuild | 13 ++++++-------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index 4f17205..d50d204 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2377 SHA256 7ee03ed20100e44f792f7607a29dfb2494c6f2a06695a02214108f8f5b1bc382 SHA512 405f9ebaee6eb216070608cb2c25eb98a74773dca7ab4738e2c52631982644b69013ebf46e76703dcc97b8a5922721e3f6c253a717799baf1603152054341e12 WHIRLPOOL c020817bd94b265b4ce410b795d36bca59a044f4e37d000de4293ecc32c9f8e83b7edbc6f6948b7f27650154726f3c567500371bfd5cafa35440a14311f77f36
+EBUILD scratch-1.4.0.7.ebuild 2336 SHA256 baed65c0d9b4e3f355f142360f1de60972f49d674b63f1bb4aa2743c3eea3c47 SHA512 d4bc60b1e0174eeee8f3397120771040ae0cb484c4afb8a0ee43bdaab708426f681c32850bcf4597a9f9d94d44f580b2547fba65b22ebc09093aa36a4d2a17e7 WHIRLPOOL e3ff188d9cca3183616ed5734f9c161ba54944b941eda707d1df0d5d8ef60b0effd7e5960e3c528fe451f91ec0095b3bca4b4dd6eeae9ae8480892c5408b732a
MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index 53d9059..f028304 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -43,7 +43,6 @@ fi
}
-
src_install() {
local datadir="/usr/share/${PN}"
local icondir="/usr/share/icons/hicolor"
@@ -61,8 +60,8 @@ src_install() {
insinto "${icondir}/${res}/apps"
doins "${res}"/scratch*.png
insinto "${icondir}/${res}/mimetypes"
- if [[ ${res} != "32x32" ]]; then
- newins "${res}/gnome-mime-application-x-scratch-project.png" mime-application-x-scratch-project.png
+ if [[ ${res} != "32x32" ]]; then
+ newins "${res}/gnome-mime-application-x-scratch-project.png" mime-application-x-scratch-project.png
fi
done
)
@@ -76,10 +75,10 @@ install_runner() {
#!/bin/sh
cd
exec \
- "/usr/bin/squeak" \\
- -vm-sound-${squeak_sound_plugin} \\
- "/usr/$(get_libdir)/Scratch.image" \\
- "${@}"
+ "/usr/bin/squeak" \\
+-vm-sound-${squeak_sound_plugin} \\
+"/usr/$(get_libdir)/Scratch.image" \\
+"${@}"
EOF
chmod go+rx "${tmpexe}"
newbin "${tmpexe}" "${PN}" || die
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2017-08-05 20:41 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2017-08-05 20:41 UTC (permalink / raw
To: gentoo-commits
commit: ea4ad69ae1eeceb10874fa1fc46392bdd7a3dc09
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Aug 5 20:38:47 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 5 20:38:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ea4ad69a
DESCRIPTION should be max 80 characters
games-kids/scratch/scratch-1.4.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index 40654b9..53d9059 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit gnome2-utils fdo-mime
-DESCRIPTION="A programming environment for creating and sharing interactive stories, animations, games, music, and art."
+DESCRIPTION="A programming environment for creating stories, animations, games, and music."
HOMEPAGE="http://scratch.mit.edu/"
SRC_URI="http://download.scratch.mit.edu/${P}.src.tar.gz"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/
@ 2017-08-05 20:41 Philip Miess
0 siblings, 0 replies; 7+ messages in thread
From: Philip Miess @ 2017-08-05 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 244f98e3114be01f3bd02fb9220331abb0b631a7
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Aug 5 20:35:57 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 5 20:35:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=244f98e3
remove cfgutils
games-kids/scratch/Manifest | 2 +-
games-kids/scratch/scratch-1.4.0.7.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
index f318769..4f17205 100644
--- a/games-kids/scratch/Manifest
+++ b/games-kids/scratch/Manifest
@@ -1,3 +1,3 @@
DIST scratch-1.4.0.7.src.tar.gz 47617852 SHA256 b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e SHA512 a5dba21855ad2d087e0d76066ee70c6f36c67c66deccb6eb001249bc25391b0f9036d9fd2ab8383ef54c414e743dff23e9e52ab1c73dd7200f36d7d47c62f562 WHIRLPOOL 4b199541a252b51cded9e41f7e511d2d0cbae77161c8d234b277ecc204fe6d36663367934e7200eb179229ca4b0f6b45d060a7fc51044f20f8aa0944a7ec2ac8
-EBUILD scratch-1.4.0.7.ebuild 2387 SHA256 e31d2d16e7d0f89237d6bf5ccf3b223fda77d7c7a3cf412662b720c30b357c43 SHA512 9a078596955297381ac12d803b6d1a94df68bf10a46caa90f65eabb6603f902a3287747aadd51beaf8f2b510abc43cdcca7330f13adef9df955e8ad4be155b7e WHIRLPOOL 5e6a6716e6eb2ba14000387d4fc12ea7c4f0a44206df8d5a265368418023f47a6588eaa2742b0efe44e3061d9b89ed54f6252e8cb03514cb7bf8364f169535a7
+EBUILD scratch-1.4.0.7.ebuild 2377 SHA256 7ee03ed20100e44f792f7607a29dfb2494c6f2a06695a02214108f8f5b1bc382 SHA512 405f9ebaee6eb216070608cb2c25eb98a74773dca7ab4738e2c52631982644b69013ebf46e76703dcc97b8a5922721e3f6c253a717799baf1603152054341e12 WHIRLPOOL c020817bd94b265b4ce410b795d36bca59a044f4e37d000de4293ecc32c9f8e83b7edbc6f6948b7f27650154726f3c567500371bfd5cafa35440a14311f77f36
MISC metadata.xml 965 SHA256 bb5ea13c29cce825fb15ec61b5452e3aaec9e34a2d25a5d7572f088d2a68df54 SHA512 5a39dd1ae9b5b7f592794afe7558b5567689b05cea4aadc67df8e87b473617dfa74402f9cd7b7fb8dddc876bcabfd377f373d99d20fd37b02d3a1221ab750138 WHIRLPOOL bae3374dd122e4b47f35b247b08294f945c9dbb9745b404247ad3e675fc51b91951a4821a76d96442dd6fd7d4ffb8144d30e1a069bbfb4439acae65cccd40a0c
diff --git a/games-kids/scratch/scratch-1.4.0.7.ebuild b/games-kids/scratch/scratch-1.4.0.7.ebuild
index ebaf92f..265369b 100644
--- a/games-kids/scratch/scratch-1.4.0.7.ebuild
+++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit confutils gnome2-utils fdo-mime
+inherit gnome2-utils fdo-mime
DESCRIPTION="A programming environment for creating and sharing interactive stories, animations, games, music, and art."
HOMEPAGE="http://scratch.mit.edu/"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-03-25 20:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 3:08 [gentoo-commits] repo/user/superposition:master commit in: games-kids/scratch/ Philip Miess
-- strict thread matches above, loose matches on Subject: below --
2023-03-25 20:42 Philip Miess
2018-06-11 3:08 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess
2017-08-05 20:41 Philip Miess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox