public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/
@ 2021-04-12  2:31 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-12  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c76a5bc300587dc916bcece3b5d02f3639e16c55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 01:40:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a5bc3

games-sports/ultimatestunts: eutils->desktop

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

 games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
index 7870bc36b08..137e74c6554 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic vcs-clean versionator
+inherit desktop flag-o-matic vcs-clean versionator
 
 MY_P=${PN}-srcdata-$(replace_all_version_separators)1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/
@ 2024-03-18  5:31 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-03-18  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bdbed1c82f54aea340662935fedd3fb3ead71ab0
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 18 03:25:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:30:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbed1c8

games-sports/ultimatestunts: mark as LTO-unsafe, strict-aliasing unsafe

Closes: https://bugs.gentoo.org/859241
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
index 137e74c65545..5f71f726376e 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -43,6 +43,14 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=strict-aliasing
+	# https://bugs.gentoo.org/859241
+	# Upstream sourceforge is inactive since 2017. No bug filed
+	#
+	# Do not trust with LTO either.
+	append-flags -fno-strict-aliasing
+	filter-lto
+
 	econf \
 		--with-openal \
 		$(use_enable nls)


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/
@ 2024-03-18  5:31 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-03-18  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     15ba64ed70623377c7aa807d2a2df2efde08a4e3
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 18 03:25:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:30:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ba64ed

games-sports/ultimatestunts: update EAPI 6 -> 8

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...testunts-0.7.7-r1.ebuild => ultimatestunts-0.7.7-r2.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
similarity index 88%
rename from games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
rename to games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
index 5f71f726376e..6a5ba8f9a23f 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit desktop flag-o-matic vcs-clean versionator
+inherit desktop flag-o-matic vcs-clean
 
-MY_P=${PN}-srcdata-$(replace_all_version_separators)1
+MY_P=${PN}-srcdata-$(ver_rs 1- '')1
 
 DESCRIPTION="Remake of the famous Stunts game"
 HOMEPAGE="http://www.ultimatestunts.nl/"
@@ -25,8 +25,8 @@ RDEPEND="
 	virtual/opengl
 	virtual/glu
 	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
 
 S=${WORKDIR}/${MY_P}
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/
@ 2020-02-12 18:06 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-02-12 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     63640ccc5ba4e5835f42a7e53f481b5bc49f38d8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 18:02:50 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 18:02:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63640ccc

games-sports/ultimatestunts: [QA] inherit vcs-clean.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
index 53a8f0c1a68..7870bc36b08 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils flag-o-matic versionator
+
+inherit eutils flag-o-matic vcs-clean versionator
 
 MY_P=${PN}-srcdata-$(replace_all_version_separators)1
+
 DESCRIPTION="Remake of the famous Stunts game"
 HOMEPAGE="http://www.ultimatestunts.nl/"
 SRC_URI="mirror://sourceforge/ultimatestunts/${MY_P}.tar.gz"


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

end of thread, other threads:[~2024-03-18  5:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12  2:31 [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-18  5:31 Sam James
2024-03-18  5:31 Sam James
2020-02-12 18:06 David Seifert

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