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-rpg/comi/files/, games-rpg/comi/
Date: Mon, 05 Jun 2017 22:15:43
Message-Id: 1496700932.d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9.chewi@gentoo
1 commit: d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 22:14:12 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 22:15:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51f4e65
7
8 games-rpg/comi: Remove binary file from FILESDIR, fixes bug #620812
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 games-rpg/comi/Manifest | 1 +
13 games-rpg/comi/comi-1.ebuild | 3 ++-
14 games-rpg/comi/files/comi.jpg | Bin 5320 -> 0 bytes
15 3 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest
18 new file mode 100644
19 index 00000000000..4b1b21c1927
20 --- /dev/null
21 +++ b/games-rpg/comi/Manifest
22 @@ -0,0 +1 @@
23 +DIST comi.jpg 5320 SHA256 ddce96d83ffb84cce4c35a4a19a06b864256f61e6092ba3c224cad95e5f7e7fd SHA512 b8042241b0badc6950cac8bf0eae7f5e138d5f3fc96f9d3a2108cd3bc69d972bbb12e8f3a416273f0763a1ecfee9b66daff69e211889cd93468439a3036817af WHIRLPOOL 615435dc8ae60b75f1001dad1ae8cad60ede0606955cd54a04101eef1b3200f92d6f8eec8eb866b3a36b5ebd9bf480769eb772b25f406bec36566cc297d7391e
24
25 diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild
26 index f53ac11796d..44bb806480a 100644
27 --- a/games-rpg/comi/comi-1.ebuild
28 +++ b/games-rpg/comi/comi-1.ebuild
29 @@ -7,6 +7,7 @@ inherit cdrom estack eutils xdg
30
31 DESCRIPTION="The Curse of Monkey Island, the third game in the series"
32 HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island"
33 +SRC_URI="http://dev.gentoo.org/~chewi/distfiles/${PN}.jpg"
34 LICENSE="${PN}"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 @@ -60,7 +61,7 @@ src_install() {
38 # Documentation may be missing.
39 [[ -d doc ]] && dodoc doc/*
40
41 - doicon "${FILESDIR}"/${PN}.jpg
42 + doicon "${DISTDIR}"/${PN}.jpg
43 make_wrapper ${PN} "scummvm comi"
44 make_desktop_entry ${PN} "The Curse of Monkey Island" ${PN}.jpg
45 }
46
47 diff --git a/games-rpg/comi/files/comi.jpg b/games-rpg/comi/files/comi.jpg
48 deleted file mode 100644
49 index 941b4a69c89..00000000000
50 Binary files a/games-rpg/comi/files/comi.jpg and /dev/null differ