Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/
Date: Mon, 23 Aug 2021 04:06:25
Message-Id: 1629691559.c55e80d956333d4f705d462c5d70ff69c1825e52.sam@gentoo
1 commit: c55e80d956333d4f705d462c5d70ff69c1825e52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 02:29:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:05:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55e80d9
7
8 games-simulation/bcs-demo: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
16 index af09bc0dcf6..d5e8c9c2340 100644
17 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
18 +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
19 @@ -1,13 +1,14 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25 inherit wrapper unpacker
26
27 DESCRIPTION="design and build bridges and then stress test them with trains"
28 HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm"
29 SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin
30 http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz"
31 +S="${WORKDIR}"
32
33 LICENSE="BCS"
34 SLOT="0"
35 @@ -24,8 +25,6 @@ RDEPEND="
36 x11-libs/libXext[abi_x86_32(-)]
37 virtual/opengl[abi_x86_32(-)]"
38
39 -S=${WORKDIR}
40 -
41 dir=/opt/${PN}
42 Ddir=${D}/${dir}
43 QA_PREBUILT="${dir:1}/*"