* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/
@ 2021-04-07 11:49 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-07 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 45688e8288ae0ef9d78d61469341d1de2e7f380f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 11:48:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 11:48:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45688e82
games-arcade/gunocide2ex: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild
index c26e1069ee5..799ac5e4630 100644
--- a/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild
+++ b/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild
@@ -75,9 +75,9 @@ src_install() {
insinto /var/games/${PN}
newins hscore.dat ${PN}-hscore.dat
- fperms 660 /var/games/${PN}/${PN}-hscore.dat
- fowners -R root:gamestat /var/games/${PN}
- fperms g+s /usr/bin/g2ex
+ fperms 660 /var/games/${PN}/${PN}-hscore.dat
+ fowners -R root:gamestat /var/games/${PN}
+ fperms g+s /usr/bin/g2ex
dodoc history doc/MANUAL_DE
docinto html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/
@ 2021-04-10 6:18 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-10 6:18 UTC (permalink / raw
To: gentoo-commits
commit: 28ddf447b5fa1c6c8218f3d41fc452b31dc66421
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 05:07:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:17:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ddf447
games-arcade/gunocide2ex: add missing desktop inherit, fix games.eclass ref
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{gunocide2ex-1.0-r1.ebuild => gunocide2ex-1.0-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild
similarity index 91%
rename from games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild
rename to games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild
index 799ac5e4630..920de2e8b41 100644
--- a/games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild
+++ b/games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit edos2unix toolchain-funcs unpacker
+inherit desktop edos2unix toolchain-funcs unpacker
DESCRIPTION="Fast-paced 2D shoot'em'up"
HOMEPAGE="http://g2ex.sourceforge.net/"
@@ -46,7 +46,7 @@ src_prepare() {
src/*.{h,cpp} || die
sed -i \
- -e "s:/usr/local/games:${GAMES_DATADIR}:" \
+ -e "s:/usr/local/games:/usr/share:" \
src/*.{h,cpp} $(find gfx -name '*.txt') || die
}
@@ -56,7 +56,7 @@ src_compile() {
tc-export CXX
emake \
- CXXFLAGS="$CXXFLAGS $(sdl-config --cflags)" \
+ CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" \
$(echo *.cpp | sed 's/\.cpp/.o/g')
$(tc-getCXX) ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o ${PN} *.o -lpthread -lSDL -lSDL_ttf -lSDL_mixer || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/
@ 2021-08-23 4:06 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-23 4:06 UTC (permalink / raw
To: gentoo-commits
commit: 36377e34890d1bb805dfaf3719f8359309b76846
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 04:02:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:06:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36377e34
games-arcade/gunocide2ex: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{gunocide2ex-1.0-r2.ebuild => gunocide2ex-1.0-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
similarity index 96%
rename from games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild
rename to games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
index 920de2e8b41..b13817223bf 100644
--- a/games-arcade/gunocide2ex/gunocide2ex-1.0-r2.ebuild
+++ b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
@@ -76,7 +76,7 @@ src_install() {
newins hscore.dat ${PN}-hscore.dat
fperms 660 /var/games/${PN}/${PN}-hscore.dat
- fowners -R root:gamestat /var/games/${PN}
+ fowners -R root:gamestat /var/games/${PN} /usr/bin/g2ex
fperms g+s /usr/bin/g2ex
dodoc history doc/MANUAL_DE
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/
@ 2022-08-03 21:43 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2022-08-03 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 4762c029cc5c7b2bbf03e18142d51c2c874afc91
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 3 17:58:22 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 21:43:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4762c029
games-arcade/gunocide2ex: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
index b13817223bfb..966755f7ba53 100644
--- a/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.ebuild
+++ b/games-arcade/gunocide2ex/gunocide2ex-1.0-r3.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
@@ -6,7 +6,7 @@ EAPI=7
inherit desktop edos2unix toolchain-funcs unpacker
DESCRIPTION="Fast-paced 2D shoot'em'up"
-HOMEPAGE="http://g2ex.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/g2ex/"
SRC_URI="mirror://sourceforge/g2ex/g2ex-setup.run"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-03 21:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 6:18 [gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-08-03 21:43 James Le Cuirot
2021-08-23 4:06 Sam James
2021-04-07 11:49 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox