diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 18:24:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 18:27:43 +0200 |
commit | 5d355f6f7d68603edb957fd2b1a94f6e63ca6411 (patch) | |
tree | 2f64f9d3a491c9a090511a1d82a0d05fa769fad6 /games-fps/alephone-infinity | |
parent | www-apps/grafana-bin: switch to HTTPS (diff) | |
download | gentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.tar.gz gentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.tar.bz2 gentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.zip |
Remove masked for removal package
Diffstat (limited to 'games-fps/alephone-infinity')
-rw-r--r-- | games-fps/alephone-infinity/Manifest | 2 | ||||
-rw-r--r-- | games-fps/alephone-infinity/alephone-infinity-20080622.ebuild | 40 | ||||
-rw-r--r-- | games-fps/alephone-infinity/metadata.xml | 8 |
3 files changed, 0 insertions, 50 deletions
diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest deleted file mode 100644 index ffd3f5204e50..000000000000 --- a/games-fps/alephone-infinity/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST MarathonInfinity.zip 30109883 BLAKE2B 5412c172e3f3066250912d9e818b172c9b036c4a71d090d36c3ef7e078d7e37ca7d676282176bd79d3e87b212d40245e7d16d0f8016a3094de24c4434570fdbd SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1 -DIST alephone-infinity.png 19193 BLAKE2B c4e6eeb74d56798ebf3f96f2ee509fb6ac7d695e2c51e4f34599be507deb6354a0e034e0441ced4b5ad5688ec87a2129fdbded28b036e074737cc8dd0974683b SHA512 ad5c683aae4ee0afa306aaf33c9ad93a2eee59a4283166aada58a48a8dbbe8de62c8af0b04b143366448ef101ba8b2530cbc8bc5b3e1de62c5177775fae6bfd3 diff --git a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild b/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild deleted file mode 100644 index 46cd7a3b526d..000000000000 --- a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 ~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 deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/alephone-infinity/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |