From 785498dec7b3139f16b724b486026984ea081f08 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:08 +0100 Subject: games-action/deathchase3d: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-action/deathchase3d/deathchase3d-0.9.ebuild | 28 ----------------------- 1 file changed, 28 deletions(-) delete mode 100644 games-action/deathchase3d/deathchase3d-0.9.ebuild (limited to 'games-action/deathchase3d') diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild deleted file mode 100644 index d0a00ed95187..000000000000 --- a/games-action/deathchase3d/deathchase3d-0.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A remake of the Sinclair Spectrum game of the same name" -HOMEPAGE="http://www.autismuk.freeserve.co.uk/" -SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video]" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlink.patch -} - -src_install() { - dogamesbin "${PN}/${PN}" - dodoc README - dohtml "${PN}/docs/en/index.html" - prepgamesdirs -} -- cgit v1.2.3-65-gdbad