public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/soldieroffortune-demo/
@ 2015-12-31  1:56 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2015-12-31  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c2967fbcee0a72cd2dadf07225d66a4a0d343123
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 01:56:13 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 01:56:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2967fbc

games-fps/soldieroffortune-demo: tidy; honor GAMES_BINDIR

Package-Manager: portage-2.2.24

 .../soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild     | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
index 162f127..24db710 100644
--- a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
+++ b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
@@ -35,7 +35,7 @@ src_install() {
 	local demo="data/demos/sof_demo"
 	local exe="sof-bin.x86"
 
-	loki_patch patch.dat data/ || die "loki patch failed"
+	loki_patch patch.dat data/ || die
 
 	insinto "${dir}"
 	exeinto "${dir}"
@@ -48,9 +48,10 @@ src_install() {
 	games_make_wrapper ${PN} "./${exe}" "${dir}" "${dir}"
 
 	# fix buffer overflow
-	sed -i -e '/^exec/i \
+	sed -i \
+		-e '/^exec/i \
 export MESA_EXTENSION_MAX_YEAR=2003 \
-export __GL_ExtensionStringVersion=17700' "${ED}"/usr/games/bin/${PN}
+export __GL_ExtensionStringVersion=17700' "${ED}"${GAMES_BINDIR}/${PN} || die
 
 	newicon "${demo}"/launch/box.png ${PN}.png
 	make_desktop_entry ${PN} "Soldier of Fortune (Demo)"


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/soldieroffortune-demo/
@ 2016-01-03 12:21 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2016-01-03 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     548aefae79accb7b403a5b535b3968776195a7ac
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 12:21:47 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 12:21:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548aefae

games-fps/soldieroffortune-demo: amd64 stable wrt bug #570326

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
index 24db710..cedc1e3 100644
--- a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
+++ b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://lokigames/loki_demos/${MY_PN}.run"
 
 LICENSE="LOKI-EULA"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="strip"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/soldieroffortune-demo/
@ 2016-01-06 13:34 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2016-01-06 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     51dce634fb7a1d647aa644c9956addc11b291584
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:32:16 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:32:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dce634

games-fps/soldieroffortune-demo: x86 stable wrt bug #570326

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
index cedc1e3..02b0cce 100644
--- a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
+++ b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://lokigames/loki_demos/${MY_PN}.run"
 
 LICENSE="LOKI-EULA"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="strip"
 


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

end of thread, other threads:[~2016-01-06 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 13:34 [gentoo-commits] repo/gentoo:master commit in: games-fps/soldieroffortune-demo/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2016-01-03 12:21 Agostino Sarubbo
2015-12-31  1:56 Michael Sterrett

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