From d257e92ba64033f18de25e516b6beb8dd5fe06b6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Jul 2018 13:42:32 +0200 Subject: games-strategy/heroes3-demo: Remove last-rited pkg Closes: https://bugs.gentoo.org/654650 --- games-strategy/heroes3-demo/Manifest | 1 - .../heroes3-demo/heroes3-demo-1.3.1a.ebuild | 65 ---------------------- games-strategy/heroes3-demo/metadata.xml | 8 --- 3 files changed, 74 deletions(-) delete mode 100644 games-strategy/heroes3-demo/Manifest delete mode 100644 games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild delete mode 100644 games-strategy/heroes3-demo/metadata.xml (limited to 'games-strategy') diff --git a/games-strategy/heroes3-demo/Manifest b/games-strategy/heroes3-demo/Manifest deleted file mode 100644 index d01624168764..000000000000 --- a/games-strategy/heroes3-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST heroes3-demo.run 99026773 BLAKE2B 48963111c1f076acc2eb3f34a3b86d64943777ea76e8fba09f883bdfe4b89c4daa07e9e5dc584f2a11adda957869728c0806726ef21c6ff82843605e32e34ab7 SHA512 a3f60f12f7ce8ea0f160ec211e1f077693ff2f5e4b8b85ae0e31f1230a910b4df7c8c6a340762d4f09c9845d6141d235307f933305557a75fc63f409e077ac71 diff --git a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild deleted file mode 100644 index d20f909b2cb3..000000000000 --- a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -MY_PN=${PN%-demo} - -DESCRIPTION="turn-based 2D medieval combat" -HOMEPAGE="http://www.lokigames.com/products/heroes3/" -SRC_URI="mirror://lokigames/loki_demos/${PN}.run" - -LICENSE="all-rights-reserved" -SLOT="0" -# Should also work on ppc -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -DEPEND="games-util/loki_patch" -RDEPEND=">=sys-libs/lib-compat-loki-0.2 - || ( - ppc? ( - x11-libs/libX11 - ) - !ppc? ( - x11-libs/libX11[abi_x86_32(-)] - ) - )" - -dir=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${dir:1}/*" - -S=${WORKDIR} - -src_install() { - # Apply patch - loki_patch patch.dat data/ || die - - local demo="data/demos/${MY_PN}_demo" - - local exe_stub="${MY_PN}_demo" - if use ppc ; then - exe="${exe_stub}.ppc" - else - exe="${exe_stub}.x86" - fi - - insinto "${dir}" - exeinto "${dir}" - doins -r "${demo}"/* - rm "${D}/${dir}"/{${exe_stub}*,*.sh} || die - doexe "${demo}/${exe}" - - einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'." - dosym /lib/loki_ld-linux.so.2 "${dir}"/ld-linux.so.2 - dosym /usr/lib/loki_libc.so.6 "${dir}"/libc.so.6 - dosym /usr/lib/loki_libnss_files.so.2 "${dir}"/libnss_files.so.2 - - games_make_wrapper ${PN} "./${exe}" "${dir}" - newicon "${demo}/icon.xpm" ${PN}.png - make_desktop_entry ${PN} "Heroes of Might and Magic III (Demo)" ${PN} - - prepgamesdirs -} diff --git a/games-strategy/heroes3-demo/metadata.xml b/games-strategy/heroes3-demo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-strategy/heroes3-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -- cgit v1.2.3-65-gdbad