diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-action/deathchase3d | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-action/deathchase3d')
-rw-r--r-- | games-action/deathchase3d/Manifest | 1 | ||||
-rw-r--r-- | games-action/deathchase3d/deathchase3d-0.9.ebuild | 27 | ||||
-rw-r--r-- | games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch | 11 | ||||
-rw-r--r-- | games-action/deathchase3d/metadata.xml | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/games-action/deathchase3d/Manifest b/games-action/deathchase3d/Manifest new file mode 100644 index 000000000000..8c9b3fed6649 --- /dev/null +++ b/games-action/deathchase3d/Manifest @@ -0,0 +1 @@ +DIST deathchase3d-0.9.tar.gz 587888 SHA256 42b4c5551be4662fcba6a6c7476ff6235307cf39e13781d6f1f13abe26a7db2a SHA512 21e382ec389ff64e11562f9715ab53662d6f2150af7f7f940311acd0abad76da3904f4bae849479a04af99b0001fefe77509755975636de81767a9faa4487d90 WHIRLPOOL 221de1a91f7130afb8623089be88c435fa16e52d41f81f7350491a63d50b2a01da9f2a65c62c4155e281e04121c4e868edd3a2175c1d6254ee1800e92fc26a6a diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild new file mode 100644 index 000000000000..35290c1aaab1 --- /dev/null +++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=4 + +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="amd64 ~ppc x86" +IUSE="" + +DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) + +src_install() { + dogamesbin "${PN}/${PN}" + dodoc README + dohtml "${PN}/docs/en/index.html" + prepgamesdirs +} diff --git a/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch b/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch new file mode 100644 index 000000000000..79d1f69c7525 --- /dev/null +++ b/games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch @@ -0,0 +1,11 @@ +--- deathchase3d/Makefile.in.old 2011-06-13 09:22:44.140587725 +0200 ++++ deathchase3d/Makefile.in 2011-06-13 09:22:49.932942379 +0200 +@@ -248,7 +248,7 @@ + bin_PROGRAMS = deathchase3d + + deathchase3d_SOURCES = treedraw.c tree.c sprites.c objects.c level.c io.c globals.c font.c draw.c main.c +-deathchase3d_LDADD = ++deathchase3d_LDADD = -lm + + SUBDIRS = docs + 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> |