* [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/
@ 2019-03-17 21:58 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2019-03-17 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 2f63ecdd1af73b35e6895368237e2f33895923e3
Author: Daniel Schmidt <gen2xmach1ne <AT> tutanota <DOT> com>
AuthorDate: Sun Mar 17 20:17:30 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 21:57:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f63ecdd
games-arcade/burgerspace: fix HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Daniel Schmidt <gen2xmach1ne <AT> tutanota.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-arcade/burgerspace/burgerspace-1.9.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild
index 6eb8eafc473..ec7380a6dbe 100644
--- a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild
+++ b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools games
DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
-HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html"
-SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
+HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html"
+SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/
@ 2021-04-04 6:33 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-04 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 265cc5e33337fe455180b07b9982160d6b222a19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 02:59:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 06:32:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265cc5e3
ames-arcade/burgerspace: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam <AT> gentoo.org>
...ace-1.9.2.ebuild => burgerspace-1.9.2-r1.ebuild} | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild b/games-arcade/burgerspace/burgerspace-1.9.2-r1.ebuild
similarity index 82%
rename from games-arcade/burgerspace/burgerspace-1.9.2.ebuild
rename to games-arcade/burgerspace/burgerspace-1.9.2-r1.ebuild
index 2dea3767701..11de206aa18 100644
--- a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild
+++ b/games-arcade/burgerspace/burgerspace-1.9.2-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools games
+EAPI=7
+
+inherit autotools
DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html"
@@ -12,36 +13,40 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="network"
-RESTRICT="test" # doesn't really test anything
+RESTRICT="test" # doesn't really test anything
RDEPEND=">=dev-games/flatzebra-0.1.6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
+ default
+
sed -i \
-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
src/Makefile.am \
|| die
+
sed -i \
-e "/Categories/s:Application;::" \
-e "/Icon/s:\..*::" \
-e "/Terminal/s:0:false:" \
src/burgerspace.desktop.in \
|| die
+
eautoreconf
}
src_configure() {
- egamesconf \
+ econf \
$(use_with network)
}
src_install() {
emake -C src DESTDIR="${D}" install
+
doman doc/${PN}.6
dodoc AUTHORS NEWS README THANKS
- prepgamesdirs
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/
@ 2021-08-19 0:39 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-08-19 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 9754a20225d1db31e9d77ecdf66d665ad6b7590e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:23:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:39:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9754a202
games-arcade/burgerspace: add missing dependencies
Closes: https://bugs.gentoo.org/740880
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{burgerspace-1.9.3.ebuild => burgerspace-1.9.3-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-arcade/burgerspace/burgerspace-1.9.3.ebuild b/games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild
similarity index 85%
rename from games-arcade/burgerspace/burgerspace-1.9.3.ebuild
rename to games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild
index 8e1c711405c..20885e388a6 100644
--- a/games-arcade/burgerspace/burgerspace-1.9.3.ebuild
+++ b/games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="network"
RESTRICT="test" # doesn't really test anything
-RDEPEND=">=dev-games/flatzebra-0.1.7"
+RDEPEND=">=dev-games/flatzebra-0.1.7
+ media-libs/libsdl[joystick]
+ media-libs/sdl-image
+ media-libs/sdl-mixer"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/
@ 2024-08-26 22:11 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2024-08-26 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 6951a987f7b9ce0974fe2a93c307150f8f53b124
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 6 17:53:37 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 22:11:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6951a987
games-arcade/burgerspace: add 1.10.0
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-arcade/burgerspace/Manifest | 1 +
games-arcade/burgerspace/burgerspace-1.10.0.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/games-arcade/burgerspace/Manifest b/games-arcade/burgerspace/Manifest
index 05af86cb66e6..44576aaaec87 100644
--- a/games-arcade/burgerspace/Manifest
+++ b/games-arcade/burgerspace/Manifest
@@ -1 +1,2 @@
+DIST burgerspace-1.10.0.tar.gz 251038 BLAKE2B 7dd6f0e18c3ff7229b64ad5a833dc9064486e8f5337f4bd37189a8b6a911c5cf062d4cc0ac80b203677d813fca648390f296f92ddfa60762bc964f12f4a11a37 SHA512 7ce6fa48829414ff7a48cb038b87842112c18829769105f34a842bffcfe99072ed6201ba3772f98efd115b8ffd9de0d1d15dc9f8b80a5f978f5763b72a358d8c
DIST burgerspace-1.9.3.tar.gz 517492 BLAKE2B 6d3cf554580a1a370720f349ae71edab7228c18426d4ae39a8f5bb9177071204715e527beea52aa6b11b9112db5a168951d92b0de60189cfdb1882c85c79d1f2 SHA512 59629ca497a0a379858ba69bb444182f935b58be6554109fb9b309713bd6bde0d771e63858802f9153a4e46bbfe63b5edf58f857bb94ca337dbba89ff3c610cb
diff --git a/games-arcade/burgerspace/burgerspace-1.10.0.ebuild b/games-arcade/burgerspace/burgerspace-1.10.0.ebuild
new file mode 100644
index 000000000000..11adfb6b226c
--- /dev/null
+++ b/games-arcade/burgerspace/burgerspace-1.10.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg
+
+DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
+HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html"
+SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # doesn't really test anything
+
+RDEPEND=">=dev-games/flatzebra-0.2.0
+ media-libs/libsdl[joystick]
+ media-libs/sdl-image
+ media-libs/sdl-mixer"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/
@ 2024-08-26 22:11 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2024-08-26 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 0f228945cb3bbbaebc2142600b84f67581751a8a
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 6 18:03:39 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 22:11:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f228945
games-arcade/burgerspace: drop obsolete use flag
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-arcade/burgerspace/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/games-arcade/burgerspace/metadata.xml b/games-arcade/burgerspace/metadata.xml
index b80ce794cf01..e244e2dd99bb 100644
--- a/games-arcade/burgerspace/metadata.xml
+++ b/games-arcade/burgerspace/metadata.xml
@@ -5,7 +5,4 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
- <use>
- <flag name="network">Enable client-server support</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-26 22:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 6:33 [gentoo-commits] repo/gentoo:master commit in: games-arcade/burgerspace/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 22:11 James Le Cuirot
2024-08-26 22:11 James Le Cuirot
2021-08-19 0:39 Sam James
2019-03-17 21:58 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox