commit:     d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 22:14:12 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 22:15:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51f4e65

games-rpg/comi: Remove binary file from FILESDIR, fixes bug #620812

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-rpg/comi/Manifest       |   1 +
 games-rpg/comi/comi-1.ebuild  |   3 ++-
 games-rpg/comi/files/comi.jpg | Bin 5320 -> 0 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest
new file mode 100644
index 00000000000..4b1b21c1927
--- /dev/null
+++ b/games-rpg/comi/Manifest
@@ -0,0 +1 @@
+DIST comi.jpg 5320 SHA256 
ddce96d83ffb84cce4c35a4a19a06b864256f61e6092ba3c224cad95e5f7e7fd SHA512 
b8042241b0badc6950cac8bf0eae7f5e138d5f3fc96f9d3a2108cd3bc69d972bbb12e8f3a416273f0763a1ecfee9b66daff69e211889cd93468439a3036817af
 WHIRLPOOL 
615435dc8ae60b75f1001dad1ae8cad60ede0606955cd54a04101eef1b3200f92d6f8eec8eb866b3a36b5ebd9bf480769eb772b25f406bec36566cc297d7391e

diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild
index f53ac11796d..44bb806480a 100644
--- a/games-rpg/comi/comi-1.ebuild
+++ b/games-rpg/comi/comi-1.ebuild
@@ -7,6 +7,7 @@ inherit cdrom estack eutils xdg
 
 DESCRIPTION="The Curse of Monkey Island, the third game in the series"
 HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island";
+SRC_URI="http://dev.gentoo.org/~chewi/distfiles/${PN}.jpg";
 LICENSE="${PN}"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -60,7 +61,7 @@ src_install() {
        # Documentation may be missing.
        [[ -d doc ]] && dodoc doc/*
 
-       doicon "${FILESDIR}"/${PN}.jpg
+       doicon "${DISTDIR}"/${PN}.jpg
        make_wrapper ${PN} "scummvm comi"
        make_desktop_entry ${PN} "The Curse of Monkey Island" ${PN}.jpg
 }

diff --git a/games-rpg/comi/files/comi.jpg b/games-rpg/comi/files/comi.jpg
deleted file mode 100644
index 941b4a69c89..00000000000
Binary files a/games-rpg/comi/files/comi.jpg and /dev/null differ

Reply via email to