summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <Matt.Jolly@footclan.ninja>2022-11-28 23:18:27 +1100
committerSam James <sam@gentoo.org>2023-01-28 03:18:20 +0000
commitf284e30e6a81bdf9f0f7c2c6f01cd1178a16895b (patch)
tree84ac0f461763d1aeb54f2d9d7ce3131f8898a767 /games-fps
parentgames-fps/alephone-infinity: add 20221126 (diff)
downloadgentoo-f284e30e6a81bdf9f0f7c2c6f01cd1178a16895b.tar.gz
gentoo-f284e30e6a81bdf9f0f7c2c6f01cd1178a16895b.tar.bz2
gentoo-f284e30e6a81bdf9f0f7c2c6f01cd1178a16895b.zip
games-fps/alephone-infinity: drop 20220115
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/28461 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/alephone-infinity/Manifest1
-rw-r--r--games-fps/alephone-infinity/alephone-infinity-20220115.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest
index 146380526dbf..9c29ddec2a66 100644
--- a/games-fps/alephone-infinity/Manifest
+++ b/games-fps/alephone-infinity/Manifest
@@ -1,2 +1 @@
-DIST MarathonInfinity-20220115-Data.zip 32203483 BLAKE2B c00e1ff6b4fc053e9df7f15711a73fd46f8e978714a7755137d1d9228a11715f5f3f161af17c1bd9d8bb9b6aaa4ae8292f5d007223c0c14b9a37a5f3e466675c SHA512 b37865f9f8e7ec14995e3ef5df8c3b3a8badc12fc1dc2388beaad90863e40f4fc589a08482e11a9ab21b7b1659c2248a340083ae0d0166689a4377a07d3c03ae
DIST MarathonInfinity-20221126-Data.zip 32204262 BLAKE2B 35292a53b9983411c4fd07f4c424950c8d2588132f75153ce88d6b97fbb43638985be3f254c7ce847a5eb63fbaf757a0b3914d23fd3025bd1f4d8a7f374691da SHA512 8e245618d0ed9ed3b7944360fa2db36f9cc255510c04c8d45f168a43ed398965ebc5551b604cc59b51b37cacbf41ac0e4aaced046704cb095dadd4e585d2763a
diff --git a/games-fps/alephone-infinity/alephone-infinity-20220115.ebuild b/games-fps/alephone-infinity/alephone-infinity-20220115.ebuild
deleted file mode 100644
index 2b0f0b0b8319..000000000000
--- a/games-fps/alephone-infinity/alephone-infinity-20220115.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-DESCRIPTION="Aleph One - Marathon Infinity"
-HOMEPAGE="http://marathon.sourceforge.net/"
-SRC_URI="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${PV}/MarathonInfinity-${PV}-Data.zip"
-S="${WORKDIR}/Marathon Infinity"
-
-LICENSE="bungie-marathon"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="games-fps/alephone"
-BDEPEND="app-arch/unzip"
-
-MY_NAME="infinity"
-MY_DIR="/usr/share/alephone-${MY_NAME}"
-
-src_install() {
- insinto "${MY_DIR}"
- doins -r *
-
- make_desktop_entry "alephone.sh ${MY_NAME}" "${DESCRIPTION}"
-
- # Make sure the extra dirs exist in case the user wants to add some data
- keepdir "${MY_DIR}"/{Scripts,"Physics Models",Textures,Themes}
-}
-
-pkg_postinst() {
- elog "To play this scenario, run:"
- elog "alephone.sh ${MY_NAME}"
-}