summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-06-05 23:14:12 +0100
committerJames Le Cuirot <chewi@gentoo.org>2017-06-05 23:15:32 +0100
commitd51f4e652b4ad790a7700d0c4d493e50fdcd1eb9 (patch)
tree34efb33d07067680f46e08b6ee9b97ad473096a0 /games-rpg
parentwww-apps/nanoblogger: EAPI 6 bump. (diff)
downloadgentoo-d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9.tar.gz
gentoo-d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9.tar.bz2
gentoo-d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9.zip
games-rpg/comi: Remove binary file from FILESDIR, fixes bug #620812
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/comi/Manifest1
-rw-r--r--games-rpg/comi/comi-1.ebuild3
-rw-r--r--games-rpg/comi/files/comi.jpgbin5320 -> 0 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest
new file mode 100644
index 000000000000..4b1b21c19274
--- /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 f53ac11796d4..44bb806480ab 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 941b4a69c893..000000000000
--- a/games-rpg/comi/files/comi.jpg
+++ /dev/null
Binary files differ