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-fps/alephone-infinity/Manifest | 2 ++ .../alephone-infinity-20080622.ebuild | 41 ++++++++++++++++++++++ games-fps/alephone-infinity/metadata.xml | 5 +++ 3 files changed, 48 insertions(+) create mode 100644 games-fps/alephone-infinity/Manifest create mode 100644 games-fps/alephone-infinity/alephone-infinity-20080622.ebuild create mode 100644 games-fps/alephone-infinity/metadata.xml (limited to 'games-fps/alephone-infinity') diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest new file mode 100644 index 000000000000..d038c6e33917 --- /dev/null +++ b/games-fps/alephone-infinity/Manifest @@ -0,0 +1,2 @@ +DIST MarathonInfinity.zip 30109883 SHA256 e8294df4dcd81b11d74ceedd6d13580ea13ca62d3952eb535b009387a9a4b90a SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1 WHIRLPOOL a8fefe0dc8c625fcb2fba9da65148d622513189bbb62ae27545b27f39d610f96045498aeabe1a2b35487524e078041e14a17089dda488280fc038a6191ce0710 +DIST alephone-infinity.png 19193 SHA256 cb2e18364347b5e4e256401f2fd9b35b92ed3763375f2f4ea2c190915a7df5c0 SHA512 ad5c683aae4ee0afa306aaf33c9ad93a2eee59a4283166aada58a48a8dbbe8de62c8af0b04b143366448ef101ba8b2530cbc8bc5b3e1de62c5177775fae6bfd3 WHIRLPOOL b1179b771dc2b43823a648eb44b8197c3d777976820cc6650a7be7e8e415bfdff77b76a5331f9f56e8e49b7efd5df335b98f72e2e0645beb0c317e12706640c5 diff --git a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild b/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild new file mode 100644 index 000000000000..2b09ffc0a799 --- /dev/null +++ b/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils games + +DESCRIPTION="Aleph One - Marathon Infinity" +HOMEPAGE="http://trilogyrelease.bungie.org/" +SRC_URI="http://files3.bungie.org/trilogy/MarathonInfinity.zip + mirror://gentoo/${PN}.png" + +LICENSE="bungie-marathon" +SLOT="0" +KEYWORDS="amd64 ~ppc ~ppc64 x86" +IUSE="" +RESTRICT="mirror" + +RDEPEND="games-fps/alephone" +DEPEND="app-arch/unzip" + +S=${WORKDIR}/Marathon\ Infinity + +src_install() { + insinto "${GAMES_DATADIR}"/${PN} + doins -r * + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry "alephone.sh infinity" "Aleph One - Marathon Infinity" + + # Make sure the extra dirs exist in case the user wants to add some data + keepdir "${GAMES_DATADIR}"/${PN}/{Scripts,"Physics Models",Textures,Themes} + + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "To play this scenario, run:" + elog "alephone.sh infinity" +} diff --git a/games-fps/alephone-infinity/metadata.xml b/games-fps/alephone-infinity/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/alephone-infinity/metadata.xml @@ -0,0 +1,5 @@ + + + +games + -- cgit v1.2.3-65-gdbad