* [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/
@ 2021-12-29 9:45 Nicola Smaniotto
0 siblings, 0 replies; 6+ messages in thread
From: Nicola Smaniotto @ 2021-12-29 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 0a210e9a8d83d773ab640bcdf3895a0fe1100990
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Dec 29 09:45:15 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Dec 29 09:45:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a210e9a
games-arcade/SpaceCadetPinball: bump to 2.0.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
games-arcade/SpaceCadetPinball/Manifest | 1 +
.../SpaceCadetPinball-2.0.1.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/games-arcade/SpaceCadetPinball/Manifest b/games-arcade/SpaceCadetPinball/Manifest
index ae7dcfd5f..95cb3a26e 100644
--- a/games-arcade/SpaceCadetPinball/Manifest
+++ b/games-arcade/SpaceCadetPinball/Manifest
@@ -1 +1,2 @@
+DIST SpaceCadetPinball-2.0.1.tar.gz 1882629 BLAKE2B 55b2c4232880b065bad30371ad4c170ee2fbc485d2673d25d3afa82144d17bc6a74f70cee7dcc365992df61e95d65a97b57924e54a140b98790ee6e75b06cefd SHA512 b8a23c650a6251838c531a7f1427284199ba859fbdf8715a974404dbef3485503dffa723839f6b41d335e2afc73a85bd0fe0d670ebb7fc1462f089250f1f546f
DIST SpaceCadetPinball-2.0.tar.gz 933826 BLAKE2B b4a079ca856ebf315202eaae59a825d4c7022acfff7f38907ffd750f0e146da6d7c4f03286ef5c59ee5e3c725d938e30c2aad2f7269d9f18e8ae8f6807af80e1 SHA512 29b3f886d6ec6507c12a59b0c2877cbb51c54eee0163d0537588bb1e0fa0eb08b530d5684e8753598a823430559d5b3b9490be40ca9a3310043dac71912994c7
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.0.1.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.0.1.ebuild
new file mode 100644
index 000000000..004213635
--- /dev/null
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
+HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
+SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ media-libs/libsdl2
+ media-libs/sdl2-mixer[midi]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-Release_${PV}"
+
+src_prepare(){
+ # the paths should be relative
+ sed -i "s|/Platform|Platform|g" CMakeLists.txt || die
+
+ cmake_src_prepare
+}
+
+pkg_postinst(){
+ ewarn "This game is distributed without the data files."
+ ewarn "To play, copy the original DAT and SOUND files from a Windows or"
+ ewarn 'Full Tilt! installation and place them in $XDG_DATA_HOME/'"${PN}/"
+ ewarn "(usually: ~/.local/share/${PN}/)"
+
+ xdg_pkg_postinst
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/
@ 2022-10-21 6:02 Patrice Levesque
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Levesque @ 2022-10-21 6:02 UTC (permalink / raw
To: gentoo-commits
commit: d694fd14999d5dc08804cd3d4ce27238fdb885e2
Author: Patrice Levesque <wayne <AT> ptaff <DOT> ca>
AuthorDate: Fri Oct 21 06:01:19 2022 +0000
Commit: Patrice Levesque <wayne <AT> ptaff <DOT> ca>
CommitDate: Fri Oct 21 06:01:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d694fd14
games-arcade/SpaceCadetPinball: add git head as 9999.
Upstream has not created a release for 10 months.
Signed-off-by: Patrice Levesque <wayne <AT> ptaff.ca>
.../SpaceCadetPinball-9999.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-9999.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-9999.ebuild
new file mode 100644
index 000000000..6133ee28a
--- /dev/null
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EGIT_REPO_URI="https://github.com/k4zmu2a/SpaceCadetPinball.git"
+
+inherit cmake git-r3 xdg
+
+DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
+HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+ media-libs/libsdl2
+ media-libs/sdl2-mixer[midi]
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst(){
+ ewarn "This game is distributed without the data files."
+ ewarn "To play, copy the original DAT and SOUND files from a Windows or"
+ ewarn 'Full Tilt! installation and place them in $XDG_DATA_HOME/'"${PN}/"
+ ewarn "(usually: ~/.local/share/${PN}/)"
+
+ xdg_pkg_postinst
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/
@ 2023-10-16 15:06 Nicola Smaniotto
0 siblings, 0 replies; 6+ messages in thread
From: Nicola Smaniotto @ 2023-10-16 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 9249b3ba6fec76cc2aa78258eac16da78e3b12d5
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 16 15:06:10 2023 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Oct 16 15:06:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9249b3ba
games-arcade/SpaceCadetPinball: add 2.1.0
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
games-arcade/SpaceCadetPinball/Manifest | 1 +
.../SpaceCadetPinball-2.1.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/games-arcade/SpaceCadetPinball/Manifest b/games-arcade/SpaceCadetPinball/Manifest
index 95cb3a26e3..da733fd063 100644
--- a/games-arcade/SpaceCadetPinball/Manifest
+++ b/games-arcade/SpaceCadetPinball/Manifest
@@ -1,2 +1,3 @@
DIST SpaceCadetPinball-2.0.1.tar.gz 1882629 BLAKE2B 55b2c4232880b065bad30371ad4c170ee2fbc485d2673d25d3afa82144d17bc6a74f70cee7dcc365992df61e95d65a97b57924e54a140b98790ee6e75b06cefd SHA512 b8a23c650a6251838c531a7f1427284199ba859fbdf8715a974404dbef3485503dffa723839f6b41d335e2afc73a85bd0fe0d670ebb7fc1462f089250f1f546f
DIST SpaceCadetPinball-2.0.tar.gz 933826 BLAKE2B b4a079ca856ebf315202eaae59a825d4c7022acfff7f38907ffd750f0e146da6d7c4f03286ef5c59ee5e3c725d938e30c2aad2f7269d9f18e8ae8f6807af80e1 SHA512 29b3f886d6ec6507c12a59b0c2877cbb51c54eee0163d0537588bb1e0fa0eb08b530d5684e8753598a823430559d5b3b9490be40ca9a3310043dac71912994c7
+DIST SpaceCadetPinball-2.1.0.tar.gz 3219590 BLAKE2B 93bbfb33cf4e4a05132764dab503a5e4f4db0295716279f9f0e077dcff145cd024fb626c6777dad888496590b81d9d999f928e5ea9a344effcf77484572a486e SHA512 0fff9049953af83b1a274fd5d845e2f19531cafae33b9fb337745169057f1a28b6eaaa1042a912fc5732eb10bb70e5ede174f2ca7873a267f368b8841bfa055d
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
new file mode 100644
index 0000000000..68d1514392
--- /dev/null
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
+HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
+SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ media-libs/libsdl2
+ media-libs/sdl2-mixer[midi]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-Release_${PV}"
+
+pkg_postinst(){
+ ewarn "This game is distributed without the data files."
+ ewarn "To play, copy the original DAT and SOUND files from a Windows or"
+ ewarn 'Full Tilt! installation and place them in $XDG_DATA_HOME/'"${PN}/"
+ ewarn "(usually: ~/.local/share/${PN}/)"
+
+ xdg_pkg_postinst
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/
@ 2024-01-25 10:48 David Roman
2024-01-25 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
0 siblings, 1 reply; 6+ messages in thread
From: David Roman @ 2024-01-25 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 95d48482851d2b9443a0e9049cc3898e911b4665
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 10:48:13 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 25 10:48:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95d48482
games-arcade/SpaceCadetPinball: keyword 2.1.0 for ~arm64
Closes: https://github.com/gentoo/guru/pull/130
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
index 68d1514392..8a905a8510 100644
--- a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
DEPEND="
media-libs/libsdl2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-arcade/SpaceCadetPinball/
2024-01-25 10:48 [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/ David Roman
@ 2024-01-25 10:49 ` David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-01-25 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 95d48482851d2b9443a0e9049cc3898e911b4665
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 10:48:13 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 25 10:48:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95d48482
games-arcade/SpaceCadetPinball: keyword 2.1.0 for ~arm64
Closes: https://github.com/gentoo/guru/pull/130
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
index 68d1514392..8a905a8510 100644
--- a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
DEPEND="
media-libs/libsdl2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/
@ 2024-03-13 23:32 Piotr Kubaj
0 siblings, 0 replies; 6+ messages in thread
From: Piotr Kubaj @ 2024-03-13 23:32 UTC (permalink / raw
To: gentoo-commits
commit: a6721d46297a71ebb2d6ccdc887ca0858cb7b069
Author: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Wed Mar 13 23:31:54 2024 +0000
Commit: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Wed Mar 13 23:31:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6721d46
games-arcade/SpaceCadetPinball: keyword 2.1.0 for ~ppc64
Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>
games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
index 8a905a8510..673101364d 100644
--- a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
DEPEND="
media-libs/libsdl2
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-03-13 23:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 10:48 [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/SpaceCadetPinball/ David Roman
2024-01-25 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-03-13 23:32 [gentoo-commits] repo/proj/guru:dev " Piotr Kubaj
2023-10-16 15:06 Nicola Smaniotto
2022-10-21 6:02 Patrice Levesque
2021-12-29 9:45 Nicola Smaniotto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox