diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-09-24 14:57:25 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-09-24 16:30:37 +1000 |
commit | f30912b13a88676292c1f966557ba824668dea27 (patch) | |
tree | 009f9c7e1b0fdab135489a984042a9b4e17c82a0 /games-fps | |
parent | games-fps/alephone-marathon: add 20240822 (diff) | |
download | gentoo-f30912b13a88676292c1f966557ba824668dea27.tar.gz gentoo-f30912b13a88676292c1f966557ba824668dea27.tar.bz2 gentoo-f30912b13a88676292c1f966557ba824668dea27.zip |
games-fps/alephone-marathon: drop 20221126
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/alephone-marathon/Manifest | 1 | ||||
-rw-r--r-- | games-fps/alephone-marathon/alephone-marathon-20221126.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/games-fps/alephone-marathon/Manifest b/games-fps/alephone-marathon/Manifest index d5e7202012b6..6b10ce162178 100644 --- a/games-fps/alephone-marathon/Manifest +++ b/games-fps/alephone-marathon/Manifest @@ -1,2 +1 @@ -DIST Marathon-20221126-Data.zip 26473388 BLAKE2B 16e93da81942c77ff399364d16a9b554c9f13320f08604006dc991b0be24db69d2a6496c45053d2ebb66628f3f2024d09953cec565d6fbdf8d6380f593f47e3e SHA512 4fcf16fcf0a04ccb5ce1fc4dc0ef95a09ff9010f444438c830977490401d3ca01e10d1ffe429df804d3ed6683e8b8f5aed982ca5a3e3049a23b074c783fb7c61 DIST Marathon-20240822-Data.zip 26408514 BLAKE2B 81459b2bd3718fc4b87d8da512da202912847673ee912467d7aee871bede0f5163cccdf0836f39968dd6c93cff443684491189281ad90b10ae9d0a77e45a8f24 SHA512 b834b181c9451d003c1e87844faf7c56e827e48475d66ac644f4387227ec40f5199758c3a517334c10ae3938f51ecf453d40cc99ff0a95614c5888a6b5cfb196 diff --git a/games-fps/alephone-marathon/alephone-marathon-20221126.ebuild b/games-fps/alephone-marathon/alephone-marathon-20221126.ebuild deleted file mode 100644 index 020967a4d7da..000000000000 --- a/games-fps/alephone-marathon/alephone-marathon-20221126.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 (M1A1)" -HOMEPAGE="https://alephone.lhowon.org/" -SRC_URI="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${PV}/Marathon-${PV}-Data.zip" -S="${WORKDIR}/Marathon" - -LICENSE="bungie-marathon" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND="games-fps/alephone" -BDEPEND="app-arch/unzip" - -MY_NAME="marathon" -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}" -} |