diff options
-rw-r--r-- | games-action/deathchase3d/ChangeLog | 10 | ||||
-rw-r--r-- | games-action/deathchase3d/Manifest | 2 | ||||
-rw-r--r-- | games-action/deathchase3d/deathchase3d-0.9.ebuild | 23 | ||||
-rw-r--r-- | games-action/deathchase3d/files/digest-deathchase3d-0.9 | 1 | ||||
-rw-r--r-- | games-action/deathchase3d/metadata.xml | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/games-action/deathchase3d/ChangeLog b/games-action/deathchase3d/ChangeLog new file mode 100644 index 000000000000..5f0b89e32c45 --- /dev/null +++ b/games-action/deathchase3d/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-action/deathchase3d +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v 1.1 2004/12/09 07:36:27 mr_bones_ Exp $ + +*deathchase3d-0.9 (08 Dec 2004) + + 08 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +deathchase3d-0.9.ebuild: + initial commit - ebuild submitted by Alexandru Toma via bug #73819 + diff --git a/games-action/deathchase3d/Manifest b/games-action/deathchase3d/Manifest new file mode 100644 index 000000000000..32a9023e0b40 --- /dev/null +++ b/games-action/deathchase3d/Manifest @@ -0,0 +1,2 @@ +MD5 9f15702e3f2b6d29656c8a0c72e2c286 deathchase3d-0.9.ebuild 525 +MD5 7244886bb5cc19968d977dcea8c39b5c files/digest-deathchase3d-0.9 68 diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild new file mode 100644 index 000000000000..1322988a2689 --- /dev/null +++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.1 2004/12/09 07:36:27 mr_bones_ Exp $ + +inherit 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="x86" +IUSE="" + +DEPEND="media-libs/libsdl" + +src_install() { + dogamesbin "${PN}/${PN}" || die "dogamesbin failed" + dodoc README + dohtml "${PN}/docs/en/index.html" + prepgamesdirs +} diff --git a/games-action/deathchase3d/files/digest-deathchase3d-0.9 b/games-action/deathchase3d/files/digest-deathchase3d-0.9 new file mode 100644 index 000000000000..40f2bb68ed08 --- /dev/null +++ b/games-action/deathchase3d/files/digest-deathchase3d-0.9 @@ -0,0 +1 @@ +MD5 e2c7d63a35c5b46212d6c6c212c7cd34 deathchase3d-0.9.tar.gz 587888 diff --git a/games-action/deathchase3d/metadata.xml b/games-action/deathchase3d/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-action/deathchase3d/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |