From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-rpg/comi/Manifest | 3 -- games-rpg/comi/comi-1.ebuild | 67 -------------------------------------------- games-rpg/comi/metadata.xml | 8 ------ 3 files changed, 78 deletions(-) delete mode 100644 games-rpg/comi/Manifest delete mode 100644 games-rpg/comi/comi-1.ebuild delete mode 100644 games-rpg/comi/metadata.xml (limited to 'games-rpg/comi') diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest deleted file mode 100644 index 83dfbda879a2..000000000000 --- a/games-rpg/comi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST comi.jpg 5320 BLAKE2B 4729546c766536a5bb937c1e7eb3cd231ec44146fabda41326f5dbf0a3cb13b57f119a0d28283b1664bcd11ffb652606f0ee2f658d5a0701e5ad15f70a9e8b01 SHA512 b8042241b0badc6950cac8bf0eae7f5e138d5f3fc96f9d3a2108cd3bc69d972bbb12e8f3a416273f0763a1ecfee9b66daff69e211889cd93468439a3036817af -EBUILD comi-1.ebuild 1476 BLAKE2B 82ff554800ab8b74301d6bca430ba057c62e10cfba4ea8fc2711c37a3144e121f55188fbfcec795323fce82a743d2f345a0b863ef94ec4c2481cc1b092d30059 SHA512 44851095403c5903cb2294617dcfb7c56f7536c00a53d2cb537392bfea7015a5cb82de67f093ee4cf41fef11c0c49ea605d99584ccc46838d3cb2665aa009b4b -MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254 diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild deleted file mode 100644 index 91a25419df7f..000000000000 --- a/games-rpg/comi/comi-1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg" -LICENSE="${PN}" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -RESTRICT="bindist" - -RDEPEND=">=games-engines/scummvm-0.4.0" - -S="${WORKDIR}" - -dotar() { - cd "${CDROM_ABSMATCH%/*}" || die - eshopts_push -s nocaseglob nullglob - - # Lowercase - # Documentation into doc - # Remainder into data - # Avoid copying files twice - - tar c \ - --mode=u+w \ - --ignore-case \ - --xform='s:^[^a-z]+$:\L\0:x' \ - --xform='s:.*:data/\0:x' \ - --xform='s:.*\.(pdf|txt)$:doc/\0:x' \ - --xform='s:^doc/data/:doc/:x' \ - --exclude="$(use doc || echo '*.pdf')" \ - --exclude-from=<(find "${WORKDIR}"/data -type f -printf "%P\n" 2>/dev/null) \ - *.{txt,pdf} *.la[0-9] resource*/ \ - | tar x -C "${WORKDIR}" - - assert "tar failed" - eshopts_pop - - # Don't prevent CD ejection. - cd "${WORKDIR}" || die -} - -src_unpack() { - cdrom_get_cds comi.la1 comi.la2 - dotar - - cdrom_load_next_cd - dotar -} - -src_install() { - insinto /usr/share/games/scummvm/games/comi - doins -r data/* - - # Documentation may be missing. - [[ -d doc ]] && dodoc doc/* - - 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/metadata.xml b/games-rpg/comi/metadata.xml deleted file mode 100644 index 26079e608bed..000000000000 --- a/games-rpg/comi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -- cgit v1.2.3