diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:29:28 +0100 |
commit | 785498dec7b3139f16b724b486026984ea081f08 (patch) | |
tree | 1d32e9bccc0ab0474b754fd7391b5ee9ccb2860e /games-action/deathchase3d | |
parent | games-action/cs2d: Remove old (diff) | |
download | gentoo-785498dec7b3139f16b724b486026984ea081f08.tar.gz gentoo-785498dec7b3139f16b724b486026984ea081f08.tar.bz2 gentoo-785498dec7b3139f16b724b486026984ea081f08.zip |
games-action/deathchase3d: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/deathchase3d')
-rw-r--r-- | games-action/deathchase3d/deathchase3d-0.9.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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 -} |