[gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/

2022-08-03 Thread James Le Cuirot
commit: 4762c029cc5c7b2bbf03e18142d51c2c874afc91
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug  3 17:58:22 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Aug  3 21:43:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4762c029

games-arcade/gunocide2ex: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: James Le Cuirot  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}"
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/

2021-08-22 Thread Sam James
commit: 36377e34890d1bb805dfaf3719f8359309b76846
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 23 04:02:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 23 04:06:10 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/

2021-04-10 Thread Sam James
commit: 28ddf447b5fa1c6c8218f3d41fc452b31dc66421
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 05:07:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 10 06:17:50 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/

2021-04-07 Thread Sam James
commit: 45688e8288ae0ef9d78d61469341d1de2e7f380f
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 11:48:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 11:48:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45688e82

games-arcade/gunocide2ex: fix whitespace

Signed-off-by: Sam James  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



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gunocide2ex/files/, games-arcade/gunocide2ex/

2021-04-07 Thread Sam James
commit: b148517ee0d93bc1f46b3f4f1322bf40a1ad401f
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 11:47:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 11:48:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b148517e

games-arcade/gunocide2ex: port to EAPI 7, games.eclass--, respect CXX

Signed-off-by: Sam James  gentoo.org>

 .../gunocide2ex/files/gunocide2ex-1.0-build.patch  | 65 +++-
 .../files/gunocide2ex-1.0-glibc2.10.patch  |  4 +-
 games-arcade/gunocide2ex/gunocide2ex-1.0-r1.ebuild | 88 ++
 games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild| 63 
 4 files changed, 116 insertions(+), 104 deletions(-)

diff --git a/games-arcade/gunocide2ex/files/gunocide2ex-1.0-build.patch 
b/games-arcade/gunocide2ex/files/gunocide2ex-1.0-build.patch
index 9abce6c01a2..a0ba41f5048 100644
--- a/games-arcade/gunocide2ex/files/gunocide2ex-1.0-build.patch
+++ b/games-arcade/gunocide2ex/files/gunocide2ex-1.0-build.patch
@@ -1,6 +1,5 @@
-diff -ur work.orig/src/cEffects.cpp work/src/cEffects.cpp
 work.orig/src/cEffects.cpp 2002-01-12 16:19:00.0 -0500
-+++ work/src/cEffects.cpp  2009-06-10 18:14:27.0 -0400
+--- a/src/cEffects.cpp
 b/src/cEffects.cpp
 @@ -180,7 +180,6 @@
{
if(!i->update())
@@ -18,9 +17,8 @@ diff -ur work.orig/src/cEffects.cpp work/src/cEffects.cpp
}
}
  
-diff -ur work.orig/src/cFont.cpp work/src/cFont.cpp
 work.orig/src/cFont.cpp2002-01-02 07:57:46.0 -0500
-+++ work/src/cFont.cpp 2009-06-10 18:19:15.0 -0400
+--- a/src/cFont.cpp
 b/src/cFont.cpp
 @@ -62,7 +62,7 @@
  }
  
@@ -30,9 +28,8 @@ diff -ur work.orig/src/cFont.cpp work/src/cFont.cpp
  {
font = TTF_OpenFont(path,size);
if(font==NULL)
-diff -ur work.orig/src/cFont.h work/src/cFont.h
 work.orig/src/cFont.h  2002-01-02 07:57:46.0 -0500
-+++ work/src/cFont.h   2009-06-10 18:19:27.0 -0400
+--- a/src/cFont.h
 b/src/cFont.h
 @@ -34,7 +34,7 @@
static void delInstance();
static bool initttf();
@@ -42,9 +39,8 @@ diff -ur work.orig/src/cFont.h work/src/cFont.h
voidsetcolor(int r,int g,int b);
voidsetshader(int r,int g,int b);
voidprint(SDL_Surface *screen,int posx,int 
posy,const char *fmt, ...);
-diff -ur work.orig/src/cParticleSys.cpp work/src/cParticleSys.cpp
 work.orig/src/cParticleSys.cpp 2002-01-02 07:57:46.0 -0500
-+++ work/src/cParticleSys.cpp  2009-06-10 18:14:27.0 -0400
+--- a/src/cParticleSys.cpp
 b/src/cParticleSys.cpp
 @@ -81,9 +81,6 @@
if(time-p->getstarttime()>p->getlifetime())
{
@@ -55,9 +51,8 @@ diff -ur work.orig/src/cParticleSys.cpp 
work/src/cParticleSys.cpp
}
}
  
-diff -ur work.orig/src/cSound.cpp work/src/cSound.cpp
 work.orig/src/cSound.cpp   2002-01-12 16:27:34.0 -0500
-+++ work/src/cSound.cpp2009-06-10 18:17:44.0 -0400
+--- a/src/cSound.cpp
 b/src/cSound.cpp
 @@ -92,7 +92,7 @@
  }
  
@@ -67,9 +62,8 @@ diff -ur work.orig/src/cSound.cpp work/src/cSound.cpp
  {
if(!sound_on)
return true;
-diff -ur work.orig/src/cSound.h work/src/cSound.h
 work.orig/src/cSound.h 2002-01-08 12:30:57.0 -0500
-+++ work/src/cSound.h  2009-06-10 18:17:50.0 -0400
+--- a/src/cSound.h
 b/src/cSound.h
 @@ -35,7 +35,7 @@
  
boolinit();
@@ -79,9 +73,8 @@ diff -ur work.orig/src/cSound.h work/src/cSound.h
voidstopogg();
boolloadwav(int index,char *path);
voidplaywav(int index);
-diff -ur work.orig/src/cSprite.cpp work/src/cSprite.cpp
 work.orig/src/cSprite.cpp  2002-01-02 07:57:46.0 -0500
-+++ work/src/cSprite.cpp   2009-06-10 18:18:34.0 -0400
+--- a/src/cSprite.cpp
 b/src/cSprite.cpp
 @@ -29,7 +29,7 @@
  
  ///l�dt ein BMP in das image-Surface
@@ -98,9 +91,8 @@ diff -ur work.orig/src/cSprite.cpp work/src/cSprite.cpp
 -}
 \ No newline at end of file
 +}
-diff -ur work.orig/src/cSprite.h work/src/cSprite.h
 work.orig/src/cSprite.h2002-01-02 07:57:46.0 -0500
-+++ work/src/cSprite.h 2009-06-10 18:18:44.0 -0400
+--- a/src/cSprite.h
 b/src/cSprite.h
 @@ -26,7 +26,7 @@
cSprite();
~cSprite();
@@ -110,9 +102,8 @@ diff -ur work.orig/src/cSprite.h work/src/cSprite.h
voidrender(SDL_Surface *screen,int x,int y);
voidsetColorKey(int r,int g,int b);
  
-diff -ur work.orig/src/cSpriteAnim.cpp work/src/cSpriteAnim.cpp
 work.orig/src/cSpriteAnim.cpp  2002-01-02 07:57:46.0 -0500
-+++ work/src/cSpriteAnim.cpp   2009-06-10 18:20:09.0 -0400
+--- a/src/cSpriteAnim.cpp
 b/src/cSpriteAnim.cpp