public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2015-09-01 19:43 Tobias Klausmann
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     14f065300d507d74c2f648642f822817beef8c09
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:33:06 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:33:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f06530

games-emulation/gnuboy: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
index 3bf9ae1..f1d4385 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools eutils games
 
 DESCRIPTION="Gameboy emulator with multiple renderers"
-HOMEPAGE="https://code.google.com/p/gnuboy/"
+HOMEPAGE="http://sourceforge.net/projects/gnuboy/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2018-04-29 11:26 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd8c44fbeb0ab4ba0b8eabe91b55a13aecd9089
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 10:12:37 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd8c44f

games-emulation/gnuboy: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild | 57 ---------------------------
 1 file changed, 57 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
deleted file mode 100644
index 86111def6f7..00000000000
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Gameboy emulator with multiple renderers"
-HOMEPAGE="https://sourceforge.net/projects/gnuboy/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X sdl"
-
-RDEPEND="sdl? ( media-libs/libsdl )
-	!X? ( media-libs/libsdl )
-	X? ( x11-libs/libXext )"
-DEPEND="${RDEPEND}
-	X? ( x11-proto/xextproto
-		x11-proto/xproto )"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-exec-stack.patch \
-		"${FILESDIR}"/${P}-linux-headers.patch \
-		"${FILESDIR}"/${P}-include.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if ! use X ; then
-		myconf="--with-sdl"
-	fi
-
-	egamesconf \
-		$(use_with X x) \
-		$(use_with sdl) \
-		$(use_enable x86 asm) \
-		${myconf} \
-		--disable-arch \
-		--disable-optimize
-}
-
-src_install() {
-	for f in sdlgnuboy xgnuboy
-	do
-		if [[ -f ${f} ]] ; then
-			dogamesbin ${f}
-		fi
-	done
-	dodoc README docs/{CHANGES,CONFIG,CREDITS,FAQ,HACKING,WHATSNEW}
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2021-08-19  0:39 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-19  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9ed5fb34a77d5d488a7252f4041edaeff7da26a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:20:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:39:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed5fb34

games-emulation/gnuboy: fix implicit declarations

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
index f48d05c9305..9a20207a60e 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
 	"${FILESDIR}"/${P}-exec-stack.patch
 	"${FILESDIR}"/${P}-linux-headers.patch
 	"${FILESDIR}"/${P}-include.patch
+	"${FILESDIR}"/${P}-fix-implicit-decl-sprintf.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2021-08-19  0:48 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-19  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6b300bdd707152ea4e23f00e5faf1a4ceec01402
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:44:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:44:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b300bdd

games-emulation/gnuboy: sort IUSE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
index 90d25310151..9fd915b37c0 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="X +sdl"
+IUSE="+sdl X"
 REQUIRED_USE="!X? ( sdl )"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2021-08-19  0:48 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-19  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     657692f8e4291e5916f675bd667e1ede8a7cf33e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:45:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:45:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657692f8

games-emulation/gnuboy: revbump for changed dependency

Fixes: 91aff97f2dac6a7897dff1da831d3d9243955307
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/gnuboy/{gnuboy-1.0.3-r2.ebuild => gnuboy-1.0.3-r3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r3.ebuild
similarity index 100%
rename from games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
rename to games-emulation/gnuboy/gnuboy-1.0.3-r3.ebuild


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2021-08-19  7:48 Ionen Wolkens
  0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-08-19  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     000a999d456d104ab86080f300ced8ce927db87d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 07:38:49 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 07:47:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000a999d

games-emulation/gnuboy: EAPI 7->8, tidy, actually add [joystick]

Also [sound,video] as it uses both, and libX11

Fixes: 91aff97f2dac6a7897dff1da831d3d9243955307
Closes: https://bugs.gentoo.org/809020
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ...uboy-1.0.3-r3.ebuild => gnuboy-1.0.3-r4.ebuild} | 42 +++++++++++-----------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
similarity index 65%
rename from games-emulation/gnuboy/gnuboy-1.0.3-r3.ebuild
rename to games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
index 9fd915b37c0..6fcd97ea282 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r3.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -12,16 +12,18 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+sdl X"
+IUSE="X +sdl"
 REQUIRED_USE="!X? ( sdl )"
 
 RDEPEND="
-	sdl? ( media-libs/libsdl )
-	X? ( x11-libs/libXext )
-"
-DEPEND="${RDEPEND}
-	X? ( x11-base/xorg-proto )
-"
+	X? (
+		x11-libs/libX11
+		x11-libs/libXext
+	)
+	sdl? ( media-libs/libsdl[joystick,sound,video] )"
+DEPEND="
+	${RDEPEND}
+	X? ( x11-base/xorg-proto )"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-exec-stack.patch
@@ -33,28 +35,24 @@ PATCHES=(
 src_prepare() {
 	default
 
-	mv configure.in configure.ac || die
 	eautoreconf
 }
 
 src_configure() {
-	local myconf
-
-	econf \
-		$(use_with X x) \
-		$(use_with sdl) \
-		$(use_enable x86 asm) \
-		${myconf} \
-		--disable-arch \
+	local econfargs=(
+		$(use_with X x)
+		$(use_with sdl)
+		$(use_enable x86 asm)
+		--disable-arch
 		--disable-optimize
+	)
+
+	econf "${econfargs[@]}"
 }
 
 src_install() {
-	for f in sdlgnuboy xgnuboy; do
-		if [[ -f ${f} ]] ; then
-			dobin ${f}
-		fi
-	done
+	use X && dobin xgnuboy
+	use sdl && dobin sdlgnuboy
 
 	dodoc README docs/{CHANGES,CONFIG,CREDITS,FAQ,HACKING,WHATSNEW}
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/
@ 2024-03-13  4:46 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-03-13  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4946f27930e2e317938612b1dec9d7cc19855ad5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 04:24:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 04:24:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4946f279

games-emulation/gnuboy: filter LTO, no-SA

Dead upstream.

Closes: https://bugs.gentoo.org/858701
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
index 6fcd97ea2826..6a69c356ddca 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Gameboy emulator with multiple renderers"
 HOMEPAGE="https://sourceforge.net/projects/gnuboy/"
@@ -39,6 +39,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# LTO type mismatches (bug #858701)
+	append-flags -fno-strict-aliasing
+	filter-lto
+
 	local econfargs=(
 		$(use_with X x)
 		$(use_with sdl)


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-13  4:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 19:43 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2018-04-29 11:26 Pacho Ramos
2021-08-19  0:39 Sam James
2021-08-19  0:48 Sam James
2021-08-19  0:48 Sam James
2021-08-19  7:48 Ionen Wolkens
2024-03-13  4:46 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox