* [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/
@ 2016-09-15 17:18 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-09-15 17:18 UTC (permalink / raw
To: gentoo-commits
commit: 6a24a4e8fc9bbd169da851ef39f3e305d85ddc26
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 21:21:33 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 17:18:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a24a4e8
games-simulation/bcs-demo: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 58 ++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
new file mode 100644
index 00000000..e1bb22c
--- /dev/null
+++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils unpacker
+
+DESCRIPTION="design and build bridges and then stress test them with trains"
+HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm"
+SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin
+ http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz"
+
+LICENSE="BCS"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="
+ media-libs/libsdl[abi_x86_32(-)]
+ sys-libs/glibc
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXau[abi_x86_32(-)]
+ x11-libs/libXdmcp[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
+ virtual/opengl[abi_x86_32(-)]"
+
+S=${WORKDIR}
+
+dir=/opt/${PN}
+Ddir=${D}/${dir}
+QA_PREBUILT="${dir:1}/*"
+
+src_unpack() {
+ unpack_makeself bcsdemo_v${PV/./_}.sh.bin
+ unpack openal-alan-hack-0.0.1.tar.gz
+}
+
+src_install() {
+ dodir "${dir}"
+
+ tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die
+ rm -f "${Ddir}"/bcs-linux-openal-fixer.sh || die
+
+ exeinto "${dir}"
+# doexe bin/Linux/x86/rungame.sh
+# exeinto ${dir}/lib
+ mv "${Ddir}"/bcs "${Ddir}"/bcs-bin
+ newexe libopenal.so.0.0.6 libopenal.so.0
+ echo '#!/bin/bash' >> "${Ddir}"/bcs
+ echo 'LD_PRELOAD="./libopenal.so.0" ./bcs-bin' >> "${Ddir}"/bcs
+ fperms 755 "${dir}"/bcs
+ make_wrapper bcs-demo ./bcs "${dir}" "${dir}"
+
+ insinto "${dir}"
+ doins *.cfg
+ dodoc readme*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/
@ 2021-04-18 6:06 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-18 6:06 UTC (permalink / raw
To: gentoo-commits
commit: c607155ee0741fc5596e3128c7f959cfa4c49e86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 04:26:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:05:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c607155e
games-simulation/bcs-demo: fix MissingLicenseRestricts
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
index 530872e96da..af09bc0dcf6 100644
--- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
+++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
@@ -12,8 +12,8 @@ SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin
LICENSE="BCS"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
+
+RESTRICT="bindist mirror strip"
RDEPEND="
media-libs/libsdl[abi_x86_32(-)]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/
@ 2021-08-23 4:06 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-08-23 4:06 UTC (permalink / raw
To: gentoo-commits
commit: c55e80d956333d4f705d462c5d70ff69c1825e52
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 02:29:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:05:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55e80d9
games-simulation/bcs-demo: tidy ebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
index af09bc0dcf6..d5e8c9c2340 100644
--- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
+++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit wrapper unpacker
DESCRIPTION="design and build bridges and then stress test them with trains"
HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm"
SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin
http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz"
+S="${WORKDIR}"
LICENSE="BCS"
SLOT="0"
@@ -24,8 +25,6 @@ RDEPEND="
x11-libs/libXext[abi_x86_32(-)]
virtual/opengl[abi_x86_32(-)]"
-S=${WORKDIR}
-
dir=/opt/${PN}
Ddir=${D}/${dir}
QA_PREBUILT="${dir:1}/*"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-23 4:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 4:06 [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-04-18 6:06 Sam James
2016-09-15 17:18 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox