summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:08 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:29:28 +0100
commit785498dec7b3139f16b724b486026984ea081f08 (patch)
tree1d32e9bccc0ab0474b754fd7391b5ee9ccb2860e /games-action
parentgames-action/cs2d: Remove old (diff)
downloadgentoo-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')
-rw-r--r--games-action/deathchase3d/deathchase3d-0.9.ebuild28
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
-}