[gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/

2022-01-22 Thread James Le Cuirot
commit: 0935ba8973225e94963c755a73092714e43ddda7
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jan 20 20:12:07 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 22 09:36:43 2022 +
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  levelnine.at>
Signed-off-by: James Le Cuirot  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"



[gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/

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

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

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



[gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/

2019-06-30 Thread Pacho Ramos
commit: 7cf10172c3de4ccba6313b63d4a066bec1706bbf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 30 08:18:51 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 30 08:18:51 2019 +
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  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 000..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..000
--- 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."
-}



[gentoo-commits] repo/gentoo:master commit in: games-fps/etqw-data/

2016-08-19 Thread Pacho Ramos
commit: 60a7ad0a07120ea949aa288fdee79d194e8081ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Aug 19 13:18:52 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Aug 19 13:20:58 2016 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tris...@gentoo.org
-   Tristan Heaven
-   
 
ga...@gentoo.org
Gentoo Games Project