From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-action/deathchase3d/Manifest | 1 + games-action/deathchase3d/deathchase3d-0.9.ebuild | 27 ++++++++++++++++++++++ .../files/deathchase3d-0.9-underlink.patch | 11 +++++++++ games-action/deathchase3d/metadata.xml | 5 ++++ 4 files changed, 44 insertions(+) create mode 100644 games-action/deathchase3d/Manifest create mode 100644 games-action/deathchase3d/deathchase3d-0.9.ebuild create mode 100644 games-action/deathchase3d/files/deathchase3d-0.9-underlink.patch create mode 100644 games-action/deathchase3d/metadata.xml (limited to 'games-action/deathchase3d') 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 @@ + + + +games + -- cgit v1.2.3-65-gdbad