games-rpg/comi: Remove binary file from FILESDIR, fixes bug #620812
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 5 Jun 2017 22:14:12 +0000 (23:14 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 5 Jun 2017 22:15:32 +0000 (23:15 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

games-rpg/comi/Manifest [new file with mode: 0644]
games-rpg/comi/comi-1.ebuild
games-rpg/comi/files/comi.jpg [deleted file]

diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest
new file mode 100644 (file)
index 0000000..4b1b21c
--- /dev/null
@@ -0,0 +1 @@
+DIST comi.jpg 5320 SHA256 ddce96d83ffb84cce4c35a4a19a06b864256f61e6092ba3c224cad95e5f7e7fd SHA512 b8042241b0badc6950cac8bf0eae7f5e138d5f3fc96f9d3a2108cd3bc69d972bbb12e8f3a416273f0763a1ecfee9b66daff69e211889cd93468439a3036817af WHIRLPOOL 615435dc8ae60b75f1001dad1ae8cad60ede0606955cd54a04101eef1b3200f92d6f8eec8eb866b3a36b5ebd9bf480769eb772b25f406bec36566cc297d7391e
index f53ac11796d4505beb34477eb69599539582e97f..44bb806480abe1c197dc785444899ac70179f664 100644 (file)
@@ -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 (file)
index 941b4a6..0000000
Binary files a/games-rpg/comi/files/comi.jpg and /dev/null differ