* [gentoo-commits] repo/gentoo:master commit in: games-arcade/sdb/
@ 2021-06-23 2:24 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2021-06-23 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 8bcb1024a1ded07b09bbaaebdf3c707c3fb8dcfd
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 00:06:33 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 02:22:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcb1024
games-arcade/sdb: drop 1.0.2-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/sdb/sdb-1.0.2-r1.ebuild | 54 ------------------------------------
1 file changed, 54 deletions(-)
diff --git a/games-arcade/sdb/sdb-1.0.2-r1.ebuild b/games-arcade/sdb/sdb-1.0.2-r1.ebuild
deleted file mode 100644
index 6456cfc460c..00000000000
--- a/games-arcade/sdb/sdb-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop toolchain-funcs
-
-DESCRIPTION="A 2D top-down action game; escape a facility full of walking death machines"
-HOMEPAGE="http://sdb.gamecreation.org/"
-SRC_URI="http://gcsociety.sp.cs.cmu.edu/~frenzy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- media-libs/libsdl
- media-libs/sdl-image[png]
- media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-endian.patch
- "${FILESDIR}"/${P}-gcc43.patch
- "${FILESDIR}"/${P}-ldflags.patch
- "${FILESDIR}"/${P}-gcc-11.patch
-)
-
-src_prepare() {
- default
- sed -i \
- -e "s:models/:/usr/share/${PN}/models/:" \
- -e "s:snd/:/usr/share/${PN}/snd/:" \
- -e "s:sprites/:/usr/share/${PN}/sprites/:" \
- -e "s:levels/:/usr/share/${PN}/levels/:" \
- src/sdb.h src/game.cpp || die "setting game paths"
-}
-
-src_compile() {
- emake \
- -C src \
- CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" \
- CC=$(tc-getCC) \
- CPP=$(tc-getCXX)
-}
-
-src_install() {
- dobin src/sdb
- insinto /usr/share/${PN}
- doins -r levels models snd sprites
- newicon sprites/barrel.png ${PN}.png
- make_desktop_entry sdb "Shotgun Debugger"
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/sdb/
@ 2022-03-20 0:05 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-03-20 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 317ba7ee490c64b091de08d2b1177869f89cc220
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:02:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:02:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317ba7ee
games-arcade/sdb: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/sdb/sdb-1.0.2-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-arcade/sdb/sdb-1.0.2-r2.ebuild b/games-arcade/sdb/sdb-1.0.2-r2.ebuild
index 842841e9cbd8..c46b05fad7cd 100644
--- a/games-arcade/sdb/sdb-1.0.2-r2.ebuild
+++ b/games-arcade/sdb/sdb-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -41,8 +41,8 @@ src_compile() {
emake \
-C src \
CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" \
- CC=$(tc-getCC) \
- CPP=$(tc-getCXX)
+ CC="$(tc-getCC)" \
+ CPP="$(tc-getCXX)"
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-20 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-23 2:24 [gentoo-commits] repo/gentoo:master commit in: games-arcade/sdb/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2022-03-20 0:05 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox