summaryrefslogtreecommitdiff
path: root/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/alephone-infinity/alephone-infinity-20080622.ebuild')
-rw-r--r--games-fps/alephone-infinity/alephone-infinity-20080622.ebuild40
1 files changed, 0 insertions, 40 deletions
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"
-}