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: Mon, 11 Jun 2018 03:08:10
Message-Id: 1516588229.d3891885cdff7c7255d1e30564eb308742912f3e.Phil_miess@gentoo
1 commit: d3891885cdff7c7255d1e30564eb308742912f3e
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Mon Jan 22 02:30:29 2018 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Mon Jan 22 02:30:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d3891885
7
8 remove fdo-mime
9
10 games-kids/scratch/Manifest | 2 +-
11 games-kids/scratch/scratch-1.4.0.7.ebuild | 4 +---
12 2 files changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/games-kids/scratch/Manifest b/games-kids/scratch/Manifest
15 index d50d204..90b5150 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 2336 SHA256 baed65c0d9b4e3f355f142360f1de60972f49d674b63f1bb4aa2743c3eea3c47 SHA512 d4bc60b1e0174eeee8f3397120771040ae0cb484c4afb8a0ee43bdaab708426f681c32850bcf4597a9f9d94d44f580b2547fba65b22ebc09093aa36a4d2a17e7 WHIRLPOOL e3ff188d9cca3183616ed5734f9c161ba54944b941eda707d1df0d5d8ef60b0effd7e5960e3c528fe451f91ec0095b3bca4b4dd6eeae9ae8480892c5408b732a
21 +EBUILD scratch-1.4.0.7.ebuild 2259 SHA256 5f3d30d19b169ae8f2f870dfa40ef5eb3b3d6b238bba7a9680604238ad304878 SHA512 6adf2007c13f08bd22c884127bd870c5b5352ce0ffb5235ffd99f65ca9e95361c89a8e1651695db7f2431294b430bdd7adba2adc4deb27f2d23bfa9ecff4dcff WHIRLPOOL da456065a72e7c5bffc0154e8358d12b516fe5376e5e87eaf6d3d884119b2053b01a1edd7458a4704563ff627de4bd2a1aad285bb170fc6aa2a0003ca1ad8dda
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 f028304..c3ae595 100644
26 --- a/games-kids/scratch/scratch-1.4.0.7.ebuild
27 +++ b/games-kids/scratch/scratch-1.4.0.7.ebuild
28 @@ -3,7 +3,7 @@
29
30 EAPI=6
31
32 -inherit gnome2-utils fdo-mime
33 +inherit gnome2-utils
34
35 DESCRIPTION="A programming environment for creating stories, animations, games, and music."
36 HOMEPAGE="http://scratch.mit.edu/"
37 @@ -90,11 +90,9 @@ pkg_preinst() {
38
39 pkg_postinst() {
40 gnome2_icon_cache_update
41 - fdo-mime_desktop_database_update
42
43 }
44
45 pkg_postrm() {
46 gnome2_icon_cache_update
47 - fdo-mime_desktop_database_update
48 }