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-server/etqw-ded/
Date: Mon, 23 Aug 2021 04:06:25
Message-Id: 1629691558.d6212d4cd4604641c14f3fcca85bcd17398c9f29.sam@gentoo
1 commit: d6212d4cd4604641c14f3fcca85bcd17398c9f29
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 02:28:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:05:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6212d4c
7
8 games-server/etqw-ded: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
16 index 52c453f64cc..44d2f825a9c 100644
17 --- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
18 +++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
19 @@ -1,28 +1,28 @@
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 +
26 inherit wrapper
27
28 DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
29 HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux"
30 SRC_URI="ETQW-server-${PV}-full.x86.run"
31 +S="${WORKDIR}"/data
32
33 LICENSE="ETQW"
34 SLOT="0"
35 KEYWORDS="-* ~amd64 ~x86"
36 -IUSE=""
37 RESTRICT="bindist fetch strip"
38
39 -DEPEND="app-arch/unzip"
40 RDEPEND="sys-libs/glibc"
41 +BDEPEND="app-arch/unzip"
42
43 -S=${WORKDIR}/data
44 dir=/opt/${PN}
45
46 -QA_PREBUILT="${dir:1}/pb/*.so
47 - ${dir:1}/*.x86
48 - ${dir:1}/*.so*"
49 +QA_PREBUILT="${dir#1}/pb/*.so
50 + ${dir#1}/*.x86
51 + ${dir#1}/*.so*"
52
53 pkg_nofetch() {
54 einfo "Please download ${A} from ${HOMEPAGE} and copy it into your DISTDIR directory."