[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2021-08-22 Thread Sam James
commit: d6212d4cd4604641c14f3fcca85bcd17398c9f29
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 22 02:28:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 23 04:05:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6212d4c

games-server/etqw-ded: tidy ebuild

Signed-off-by: Sam James  gentoo.org>

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 52c453f64cc..44d2f825a9c 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,28 +1,28 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit wrapper
 
 DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
 
HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
 SRC_URI="ETQW-server-${PV}-full.x86.run"
+S="${WORKDIR}"/data
 
 LICENSE="ETQW"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
 RESTRICT="bindist fetch strip"
 
-DEPEND="app-arch/unzip"
 RDEPEND="sys-libs/glibc"
+BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/data
 dir=/opt/${PN}
 
-QA_PREBUILT="${dir:1}/pb/*.so
-   ${dir:1}/*.x86
-   ${dir:1}/*.so*"
+QA_PREBUILT="${dir#1}/pb/*.so
+   ${dir#1}/*.x86
+   ${dir#1}/*.so*"
 
 pkg_nofetch() {
einfo "Please download ${A} from ${HOMEPAGE} and copy it into your 
DISTDIR directory."



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2019-09-23 Thread Michał Górny
commit: 5dbc7b4d24d841e84aea5dcfc077a87133a904a6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 23 17:09:38 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 23 17:16:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbc7b4d

games-server/etqw-ded: Add RESTRICT=bindist

Signed-off-by: Michał Górny  gentoo.org>

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 874a41b0525..414f11df15d 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ LICENSE="ETQW"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
-RESTRICT="fetch strip"
+RESTRICT="bindist fetch strip"
 
 DEPEND="app-arch/unzip"
 RDEPEND="sys-libs/glibc"



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2018-12-20 Thread Ben Kohler
commit: c7c6d1a204fd7e3e5f1b1a6bb0da7439fdc8266c
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Dec 20 17:24:45 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Dec 20 17:24:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c6d1a2

games-server/etqw-ded: don't reference ${DISTDIR} in pkg_nofetch

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler  gentoo.org>

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 6c08c5bc17c..874a41b0525 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ QA_PREBUILT="${dir:1}/pb/*.so
${dir:1}/*.so*"
 
 pkg_nofetch() {
-   einfo "Please download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}"
+   einfo "Please download ${A} from ${HOMEPAGE} and copy it into your 
DISTDIR directory."
 }
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2018-05-11 Thread James Le Cuirot
commit: 7e8103c83713bf16008d9dfb3ed6a696150d111a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:46:28 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8103c8

games-server/etqw-ded: use HTTPS

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 05292d87733..6c08c5bc17c 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils
 
 DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
-HOMEPAGE="http://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
+HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
 SRC_URI="ETQW-server-${PV}-full.x86.run"
 
 LICENSE="ETQW"



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2017-12-11 Thread Ulrich Müller
commit: 6470477f438d2fee6f793ed6047d338052195998
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 12:47:11 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6470477f

games-server/etqw-ded: Update Manifest hashes.

 games-server/etqw-ded/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/etqw-ded/Manifest b/games-server/etqw-ded/Manifest
index ece718155cd..e73506fdd1b 100644
--- a/games-server/etqw-ded/Manifest
+++ b/games-server/etqw-ded/Manifest
@@ -1 +1 @@
-DIST ETQW-server-1.5-full.x86.run 452679053 SHA256 
7dc4cf69b3355063b4f8767e23b19d8224ff9b4f556ad906056063ddfe581ac0 SHA512 
8daa5f192330be09b476d9633af79085f8b45d64e99fb50f6dc2ded085171f3d310218308b813bc7fc9a56b5fb34d52d72248a1e926a0e499ce096690407b0cd
 WHIRLPOOL 
d4306d1309e51d53cc2296d5ff1c6b995bca33b1eb5b225837f52bbdef17887e55cc056bf1c16ccd4a44af2e45e55e604c3ebc34cae2b55e1af714747c9df6fa
+DIST ETQW-server-1.5-full.x86.run 452679053 BLAKE2B 
01721b7a288671873a87164e438cb4bf3483f86fe282fc0a306043bb44e18bf126736e57f6ee5ec0880057b7f53119e1b2f6c9ddd625f9083a01f3e12c613bef
 SHA512 
8daa5f192330be09b476d9633af79085f8b45d64e99fb50f6dc2ded085171f3d310218308b813bc7fc9a56b5fb34d52d72248a1e926a0e499ce096690407b0cd



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2016-08-05 Thread Austin English
commit: d1a0501096e0f99e73e6bb61d14b644717980afb
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:27:37 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a05010

games-server/etqw-ded: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
new file mode 100644
index 000..9674155
--- /dev/null
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
+HOMEPAGE="http://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
+SRC_URI="ETQW-server-${PV}-full.x86.run"
+
+LICENSE="ETQW"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="fetch strip"
+
+DEPEND="app-arch/unzip"
+RDEPEND="sys-libs/glibc"
+
+S=${WORKDIR}/data
+dir=/opt/${PN}
+
+QA_PREBUILT="${dir:1}/pb/*.so
+   ${dir:1}/*.x86
+   ${dir:1}/*.so*"
+
+pkg_nofetch() {
+   einfo "Please download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}"
+}
+
+src_unpack() {
+   tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip || die
+   unpack ./${A}.zip
+   rm -f ${A}.zip || die
+}
+
+src_install() {
+   insinto "${dir}"
+   doins -r base pb *.txt
+   exeinto "${dir}"
+   doexe etqwded.x86 *.so*
+   make_wrapper ${PN} ./etqwded.x86 "${dir}" "${dir}"
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2015-10-30 Thread Michael Sterrett
commit: 89d119b410bffcf188db24fb41182e52bb52dffa
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri Oct 30 21:14:11 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri Oct 30 21:14:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d119b4

use QA_PREBUILT; add dies

Package-Manager: portage-2.2.20.1

 games-server/etqw-ded/etqw-ded-1.5.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5.ebuild
index 8c45c58..729b4c6 100644
--- a/games-server/etqw-ded/etqw-ded-1.5.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5.ebuild
@@ -21,8 +21,8 @@ RDEPEND="sys-libs/glibc"
 S=${WORKDIR}/data
 dir=${GAMES_PREFIX_OPT}/${PN}
 
-QA_TEXTRELS="${dir:1}/pb/*.so"
-QA_EXECSTACK="${dir:1}/*.x86
+QA_PREBUILT="${dir:1}/pb/*.so
+   ${dir:1}/*.x86
${dir:1}/*.so*"
 
 pkg_nofetch() {
@@ -30,9 +30,9 @@ pkg_nofetch() {
 }
 
 src_unpack() {
-   tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip
+   tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip || die
unpack ./${A}.zip
-   rm -f ${A}.zip
+   rm -f ${A}.zip || die
 }
 
 src_install() {