public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/
@ 2016-08-19 13:21 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-19 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     60a7ad0a07120ea949aa288fdee79d194e8081ef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 13:18:52 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 13:20:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a7ad0a

games-fps/etqw-data: Cleanup due to bug #143241

Package-Manager: portage-2.3.0

 games-fps/etqw-data/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/games-fps/etqw-data/metadata.xml b/games-fps/etqw-data/metadata.xml
index 268a234..3c18668 100644
--- a/games-fps/etqw-data/metadata.xml
+++ b/games-fps/etqw-data/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tristan@gentoo.org</email>
-		<name>Tristan Heaven</name>
-	</maintainer>
 <maintainer type="project">
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/
@ 2019-06-30  8:23 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2019-06-30  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7cf10172c3de4ccba6313b63d4a066bec1706bbf
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 08:18:51 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 08:18:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf10172

games-fps/etqw-data: Stop using games.eclass

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-fps/etqw-data/etqw-data-1.0-r1.ebuild | 53 +++++++++++++++++++++++
 games-fps/etqw-data/etqw-data-1.0.ebuild    | 65 -----------------------------
 2 files changed, 53 insertions(+), 65 deletions(-)

diff --git a/games-fps/etqw-data/etqw-data-1.0-r1.ebuild b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
new file mode 100644
index 00000000000..6f5806dd98a
--- /dev/null
+++ b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cdrom
+
+DESCRIPTION="Enemy Territory: Quake Wars data files"
+HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/"
+SRC_URI=""
+
+LICENSE="ETQW"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="videos"
+
+S="${WORKDIR}"
+
+src_install() {
+	local dir=/opt/etqw
+
+	cdrom_get_cds Setup/Data/base/DEU:Setup/Data/base/POL:Setup/Data/base
+
+	cd "${CDROM_ROOT}"/Setup/Data/base
+	insinto "${dir}"/base
+	doins pak00{0..4}.pk4
+	doins -r megatextures
+
+	case ${CDROM_SET} in
+		0)
+			doins \
+				zpak_english000.pk4 \
+				DEU/zpak_german000.pk4 \
+				ESP/zpak_spanish000.pk4 \
+				FRA/zpak_french000.pk4
+			;;
+		1)
+			doins \
+				POL/zpak_polish000.pk4 \
+				RUS/zpak_russian000.pk4
+			;;
+		2)
+			doins zpak_english000.pk4
+			;;
+	esac
+
+	if use videos ; then
+		case ${CDROM_SET} in
+			0|2)
+				doins -r video
+				;;
+		esac
+	fi
+}

diff --git a/games-fps/etqw-data/etqw-data-1.0.ebuild b/games-fps/etqw-data/etqw-data-1.0.ebuild
deleted file mode 100644
index 048efa9cd24..00000000000
--- a/games-fps/etqw-data/etqw-data-1.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils cdrom games
-
-DESCRIPTION="Enemy Territory: Quake Wars data files"
-HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/"
-SRC_URI=""
-
-LICENSE="ETQW"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="videos"
-
-S=${WORKDIR}
-
-src_install() {
-	local dir=${GAMES_PREFIX_OPT}/etqw
-
-	cdrom_get_cds Setup/Data/base/DEU:Setup/Data/base/POL:Setup/Data/base
-
-	cd "${CDROM_ROOT}"/Setup/Data/base
-	insinto "${dir}"/base
-	doins pak00{0..4}.pk4 || die "doins pak failed"
-	doins -r megatextures || die "doins megatextures failed"
-
-	case ${CDROM_SET} in
-		0)
-			doins \
-				zpak_english000.pk4 \
-				DEU/zpak_german000.pk4 \
-				ESP/zpak_spanish000.pk4 \
-				FRA/zpak_french000.pk4 \
-				|| die "doins zpak failed"
-			;;
-		1)
-			doins \
-				POL/zpak_polish000.pk4 \
-				RUS/zpak_russian000.pk4 \
-				|| die "doins zpak failed"
-			;;
-		2)
-			doins zpak_english000.pk4 || die "doins zpak failed"
-			;;
-	esac
-
-	if use videos ; then
-		case ${CDROM_SET} in
-			0|2)
-				doins -r video || die "doins video failed"
-				;;
-		esac
-	fi
-
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-
-	elog "This is just the data portion of the game. You will need to install"
-	elog "games-fps/etqw-bin to play it."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/
@ 2019-09-28 21:17 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-09-28 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8c408288ae9756c76488441bb06c1d34402a34c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 21:12:22 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 21:17:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c408288

games-fps/etqw-data: Add RESTRICT=bindist

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

 games-fps/etqw-data/etqw-data-1.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-fps/etqw-data/etqw-data-1.0-r1.ebuild b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
index 6f5806dd98a..4daa9a4603a 100644
--- a/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
+++ b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
@@ -12,6 +12,7 @@ LICENSE="ETQW"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="videos"
+RESTRICT="bindist"
 
 S="${WORKDIR}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/
@ 2022-01-22  9:37 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2022-01-22  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0935ba8973225e94963c755a73092714e43ddda7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 20 20:12:07 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 09:36:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0935ba89

games-fps/etqw-data: fix HOMEPAGE, use https

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/etqw-data/etqw-data-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/etqw-data/etqw-data-1.0-r1.ebuild b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
index 4daa9a4603a1..16aca76db81a 100644
--- a/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
+++ b/games-fps/etqw-data/etqw-data-1.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit cdrom
 
 DESCRIPTION="Enemy Territory: Quake Wars data files"
-HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/"
+HOMEPAGE="https://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/index.html"
 SRC_URI=""
 
 LICENSE="ETQW"


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

end of thread, other threads:[~2022-01-22  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 13:21 [gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2019-06-30  8:23 Pacho Ramos
2019-09-28 21:17 Michał Górny
2022-01-22  9:37 James Le Cuirot

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