public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone-marathon/
@ 2022-08-29 22:53 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-08-29 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8fafd13b380b8a883e799c0f4b1463e7d3b5802d
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Aug 27 10:06:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 22:53:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fafd13b

games-fps/alephone-marathon: new package: 20220115

Closes:	https://bugs.gentoo.org/82908
Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/alephone-marathon/Manifest               |  1 +
 .../alephone-marathon-20220115.ebuild              | 37 ++++++++++++++++++++++
 games-fps/alephone-marathon/metadata.xml           | 16 ++++++++++
 3 files changed, 54 insertions(+)

diff --git a/games-fps/alephone-marathon/Manifest b/games-fps/alephone-marathon/Manifest
new file mode 100644
index 000000000000..4395a19b6a3f
--- /dev/null
+++ b/games-fps/alephone-marathon/Manifest
@@ -0,0 +1 @@
+DIST Marathon-20220115-Data.zip 26473230 BLAKE2B d6a917c0e884d128af11a56473cd4ec0022ca373c4c1e33f39b58ed24cd65a3cb40efd3e874f9ef64be6d3bf39206cd3a51310719223788d240747670075f697 SHA512 dd1eaaafcffe03b66244497c69044a3cabb8348186f1023dd08444a519a6fca59330bc5daf4950967482a12167059055d577e8211f3a70c92f512f74c8415bc8

diff --git a/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild
new file mode 100644
index 000000000000..8feffa19fb8e
--- /dev/null
+++ b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild
@@ -0,0 +1,37 @@
+# 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="http://marathon.sourceforge.net/"
+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"
+}

diff --git a/games-fps/alephone-marathon/metadata.xml b/games-fps/alephone-marathon/metadata.xml
new file mode 100644
index 000000000000..2a5f1108e681
--- /dev/null
+++ b/games-fps/alephone-marathon/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+	<maintainer type="person">
+		<email>Matt.Jolly@footclan.ninja</email>
+		<name>Matt Jolly</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Aleph-One-Marathon/alephone</remote-id>
+		<remote-id type="sourceforge">marathon</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone-marathon/
@ 2022-08-29 23:02 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-08-29 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad9b68b895c5f21865b9e54d8935b1643c3f28a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 22:56:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 22:56:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad9b68b

games-fps/alephone-marathon: style tweak

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/alephone-marathon/alephone-marathon-20220115.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild
index 8feffa19fb8e..a1a96ad86ae5 100644
--- a/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild
+++ b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild
@@ -33,5 +33,5 @@ src_install() {
 
 pkg_postinst() {
 	elog "To play this scenario, run:"
-	elog "alephone.sh $MY_NAME"
+	elog "alephone.sh ${MY_NAME}"
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone-marathon/
@ 2024-09-24  6:31 Matt Jolly
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Jolly @ 2024-09-24  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f30912b13a88676292c1f966557ba824668dea27
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 04:57:25 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 06:30:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30912b1

games-fps/alephone-marathon: drop 20221126

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 games-fps/alephone-marathon/Manifest               |  1 -
 .../alephone-marathon-20221126.ebuild              | 37 ----------------------
 2 files changed, 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}"
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone-marathon/
@ 2024-09-24  6:31 Matt Jolly
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Jolly @ 2024-09-24  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3a940652a290052650a406a4e387695cb04ca920
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 04:57:14 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 06:30:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a940652

games-fps/alephone-marathon: add 20240822

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 games-fps/alephone-marathon/Manifest               |  1 +
 .../alephone-marathon-20240822.ebuild              | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/games-fps/alephone-marathon/Manifest b/games-fps/alephone-marathon/Manifest
index 3f12b7f3582d..d5e7202012b6 100644
--- a/games-fps/alephone-marathon/Manifest
+++ b/games-fps/alephone-marathon/Manifest
@@ -1 +1,2 @@
 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-20240822.ebuild b/games-fps/alephone-marathon/alephone-marathon-20240822.ebuild
new file mode 100644
index 000000000000..a1e8facfaa52
--- /dev/null
+++ b/games-fps/alephone-marathon/alephone-marathon-20240822.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 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}"
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-24  6:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29 22:53 [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone-marathon/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 23:02 Sam James
2024-09-24  6:31 Matt Jolly
2024-09-24  6:31 Matt Jolly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox