public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2015-10-30 21:14 Michael Sterrett
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett @ 2015-10-30 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     89d119b410bffcf188db24fb41182e52bb52dffa
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 21:14:11 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 21:14:11 2015 +0000
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() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2016-08-05 17:38 Austin English
  0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-08-05 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d1a0501096e0f99e73e6bb61d14b644717980afb
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 17:27:37 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 17:38:46 2016 +0000
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 0000000..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}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2017-12-11 12:48 Ulrich Müller
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2017-12-11 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6470477f438d2fee6f793ed6047d338052195998
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 12:47:11 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 12:47:53 2017 +0000
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


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2018-05-11 20:39 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2018-05-11 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8103c83713bf16008d9dfb3ed6a696150d111a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 11 12:46:28 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri May 11 20:38:54 2018 +0000
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"


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2018-12-20 17:25 Ben Kohler
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Kohler @ 2018-12-20 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c6d1a204fd7e3e5f1b1a6bb0da7439fdc8266c
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 17:24:45 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 17:24:45 2018 +0000
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 <bkohler <AT> 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() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2019-09-23 17:16 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-09-23 17:16 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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"


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

* [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/
@ 2021-08-23  4:06 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-23  4:06 UTC (permalink / raw
  To: gentoo-commits

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

games-server/etqw-ded: tidy ebuild

Signed-off-by: Sam James <sam <AT> 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."


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

end of thread, other threads:[~2021-08-23  4:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 21:14 [gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2016-08-05 17:38 Austin English
2017-12-11 12:48 Ulrich Müller
2018-05-11 20:39 James Le Cuirot
2018-12-20 17:25 Ben Kohler
2019-09-23 17:16 Michał Górny
2021-08-23  4:06 Sam James

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