[gentoo-commits] repo/gentoo:master commit in: games-action/noiz2sa/

2022-06-15 Thread Sam James
commit: 6aba2b6e3273d79777a99f252fe172fec3fc967d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 16 00:26:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 00:26:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aba2b6e

games-action/noiz2sa: add missing libsdl[joystick] dep

Closes: https://bugs.gentoo.org/836598
Signed-off-by: Sam James  gentoo.org>

 .../noiz2sa/{noiz2sa-0.51a-r1.ebuild => noiz2sa-0.51a-r2.ebuild}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild 
b/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild
similarity index 92%
rename from games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
rename to games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild
index e53a3e1fbd3e..068023a39b23 100644
--- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
+++ b/games-action/noiz2sa/noiz2sa-0.51a-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
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="
>=dev-libs/libbulletml-0.0.3
+   media-libs/libsdl[joystick]
media-libs/sdl-mixer[vorbis]
virtual/opengl"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: games-action/noiz2sa/

2021-06-07 Thread Ionen Wolkens
commit: 3d38a41b2842e7d0d3ded52ef95aba33e7e5533e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun  8 03:54:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jun  8 04:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d38a41b

games-action/noiz2sa: respect CC and CXX

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild 
b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
index 0566f507637..e53a3e1fbd3 100644
--- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
+++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Abstract Shooting Game"
 HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html 
https://sourceforge.net/projects/noiz2sa/;
 SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz"
@@ -25,7 +27,10 @@ PATCHES=(
 
 src_prepare() {
default
+
cp makefile.lin Makefile || die
+
+   tc-export CC CXX
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: games-action/noiz2sa/

2021-06-07 Thread Ionen Wolkens
commit: 86eed2b0366903d4853721f5a2682365105cf3cf
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon May  3 09:02:08 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jun  8 04:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eed2b0

games-action/noiz2sa: EAPI7, improvements

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild 
b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
index 1b014d024c7..0566f507637 100644
--- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
+++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
@@ -1,17 +1,16 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit user
+EAPI=7
 
 DESCRIPTION="Abstract Shooting Game"
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html 
https://sourceforge.net/projects/noiz2sa/;
+HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html 
https://sourceforge.net/projects/noiz2sa/;
 SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz"
+S="${WORKDIR}/${PN}/src"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
>=dev-libs/libbulletml-0.0.3
@@ -19,8 +18,6 @@ DEPEND="
virtual/opengl"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${PN}/src
-
 PATCHES=(
"${FILESDIR}"/${P}-gcc41.patch
"${FILESDIR}"/${P}-underlink.patch



[gentoo-commits] repo/gentoo:master commit in: games-action/noiz2sa/files/, games-action/noiz2sa/

2016-07-12 Thread Austin English
commit: b167e1f5c097d2dfc13f981480eaecab229b2d55
Author: Austin English  gentoo  org>
AuthorDate: Tue Jul 12 22:59:24 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Jul 12 23:01:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b167e1f5

games-action/noiz2sa: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 .../noiz2sa/files/noiz2sa-0.51a-underlink.patch|  4 +-
 games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild   | 43 ++
 2 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch 
b/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch
index adb1b0c..6d6ab9f 100644
--- a/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch
+++ b/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch
@@ -1,5 +1,5 @@
 makefile.lin.old   2011-06-14 08:03:28.928366818 +0200
-+++ makefile.lin   2011-06-14 08:07:43.199113541 +0200
+--- a/makefile.lin 2011-06-14 08:03:28.928366818 +0200
 b/makefile.lin 2011-06-14 08:07:43.199113541 +0200
 @@ -4,18 +4,13 @@
  NAME   = noiz2sa
  O  = o

diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild 
b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
new file mode 100644
index 000..9da5729
--- /dev/null
+++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils user
+
+DESCRIPTION="Abstract Shooting Game"
+HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html 
http://sourceforge.net/projects/noiz2sa/;
+SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-libs/libbulletml-0.0.3
+   media-libs/sdl-mixer[vorbis]
+   virtual/opengl"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}/src
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc41.patch
+   "${FILESDIR}"/${P}-underlink.patch
+)
+
+src_prepare(){
+   default
+   cp makefile.lin Makefile || die
+}
+
+src_install(){
+   local datadir="/usr/share/games/${PN}"
+
+   dobin ${PN}
+   dodir "${datadir}"
+   dodoc ../readme*
+
+   cp -r ../noiz2sa_share/* "${D}/${datadir}" || die
+}