summaryrefslogtreecommitdiff
path: root/games-action/deathchase3d/deathchase3d-0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/deathchase3d/deathchase3d-0.9.ebuild')
-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
-}