Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/
Date: Mon, 30 Sep 2019 21:34:18
Message-Id: 1569879216.1d6cee097cef7b235dd6e2566aa7969b710e32a5.chewi@gentoo
1 commit: 1d6cee097cef7b235dd6e2566aa7969b710e32a5
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 21:28:25 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 21:33:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6cee09
7
8 games-action/crimsonland: Drop icon until we fix fetch restriction
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-action/crimsonland/Manifest | 1 -
14 games-action/crimsonland/crimsonland-1.3.5.ebuild | 10 +++++-----
15 2 files changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/games-action/crimsonland/Manifest b/games-action/crimsonland/Manifest
18 index fe90633ed3d..606316df609 100644
19 --- a/games-action/crimsonland/Manifest
20 +++ b/games-action/crimsonland/Manifest
21 @@ -1,2 +1 @@
22 DIST Crimsonland-Linux-x86-1.3.5.tar 58620320 BLAKE2B c67f132390e1a1b9a1697e877370f91603d558ddba717608a7f3709bb8395fe5017f598dfed82312f670ed510e4bb307df77978769776de184d5ce72d8792a6e SHA512 14faeeeba2326ece9a88b32442f5c65e3aec8c0a6e7a486a034d2684a8a6bb9059a25c574cc6d8cb798733e5ecd1db8ad25b610ec1d1177c4ec6493f02953e06
23 -DIST crimsonland.png 33312 BLAKE2B 8bcec3baf2eb55ca37d89a7353d720a4bbcbe87bb83854025e35e7ee388315b43291d901d2166dc67446846a53cbca65fe3d920d431b8a87f1979dcfaaa86a11 SHA512 3aa551d4bbc49cfcda039703b837ca533564ae097bacfc72859fe3f1377e952397199cd6daaaf1b406252fd903390f75236b1a1285cb8c41fe3681c6b3738b94
24
25 diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild
26 index bd9ae1cf224..e8809fadd77 100644
27 --- a/games-action/crimsonland/crimsonland-1.3.5.ebuild
28 +++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild
29 @@ -7,12 +7,12 @@ inherit eutils desktop xdg-utils
30
31 DESCRIPTION="A top-down shooter with a touch of RPG"
32 HOMEPAGE="https://crimsonland.com/"
33 -SRC_URI="Crimsonland-Linux-x86-${PV}.tar
34 - https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
35 +SRC_URI="Crimsonland-Linux-x86-${PV}.tar"
36 +# https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
37 LICENSE="all-rights-reserved"
38 SLOT="0"
39 KEYWORDS="-* ~amd64 ~x86"
40 -RESTRICT="bindist mirror splitdebug"
41 +RESTRICT="bindist fetch splitdebug"
42
43 RDEPEND="
44 media-libs/libsdl2[abi_x86_32,opengl,video]
45 @@ -40,8 +40,8 @@ src_install() {
46
47 dodoc README.txt
48
49 - doicon -s 64 "${DISTDIR}"/${PN}.png
50 - make_desktop_entry ${PN} Crimsonland
51 +# doicon -s 64 "${DISTDIR}"/${PN}.png
52 + make_desktop_entry ${PN} Crimsonland applications-games
53 }
54
55 pkg_postinst() { xdg_icon_cache_update; }