public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2018-04-14 21:17 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2018-04-14 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     20926e4fab21b48d027040cef82e783c64163f73
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 21:14:46 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 21:17:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20926e4f

dev-games/quake4-sdk: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 27 +++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
new file mode 100644
index 00000000000..e1b3a2f5116
--- /dev/null
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit unpacker
+
+DESCRIPTION="Quake4 SDK"
+HOMEPAGE="http://www.iddevnet.com/quake4/"
+SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
+
+LICENSE="QUAKE4"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	unpack_makeself
+	rm -rf setup.{sh,data} || die
+}
+
+src_install() {
+	insinto "/opt/${PN}"
+	doins -r *
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2018-04-15 11:34 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2018-04-15 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8782612c69846cebd19f699787b1d3bfc8cbadc6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 08:30:31 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 11:32:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8782612c

dev-games/quake4-sdk: use HTTPS

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 2 +-
 dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index e1b3a2f5116..c93be4bb904 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit unpacker
 
 DESCRIPTION="Quake4 SDK"
-HOMEPAGE="http://www.iddevnet.com/quake4/"
+HOMEPAGE="https://www.iddevnet.com/quake4/"
 SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 
 LICENSE="QUAKE4"

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
index 508f8172267..4d98a659554 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit unpacker games
 
 DESCRIPTION="Quake4 SDK"
-HOMEPAGE="http://www.iddevnet.com/quake4/"
+HOMEPAGE="https://www.iddevnet.com/quake4/"
 SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 
 LICENSE="QUAKE4"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2018-05-29 17:59 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-05-29 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d304e9cbaf2c441d08125dd44e617c45926ad6e0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 17:59:41 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 29 17:59:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d304e9cb

dev-games/quake4-sdk:  amd64 stable wrt bug #653182

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index c93be4bb904..bb1679e7da8 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 
 LICENSE="QUAKE4"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 RESTRICT="strip"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2018-06-06 23:49 Thomas Deutschmann
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-06-06 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     32b9cb4694529e4d6c97d01430ae369a61e33756
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 23:46:27 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 23:49:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b9cb46

dev-games/quake4-sdk: x86 stable (bug #653182)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index bb1679e7da8..5b5976f8d6c 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 
 LICENSE="QUAKE4"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 RESTRICT="strip"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2019-09-24 14:59 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-09-24 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     11c045b5239eacbdcec54bfbd89f6a9d6ef67d7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 14:55:23 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 14:55:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c045b5

dev-games/quake4-sdk: Add RESTRICT="bindist mirror"

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

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 4 ++--
 dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index 5b5976f8d6c..fb80cba1daf 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ LICENSE="QUAKE4"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 IUSE=""
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
 
 S="${WORKDIR}"
 

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
index 4d98a659554..03bf48f840d 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ LICENSE="QUAKE4"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 IUSE=""
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
 
 S=${WORKDIR}
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2021-04-05 17:45 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-05 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f04d7fa9403633b2db68de8dce03d15fe1b5c59c
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Mar  9 05:56:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:45:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04d7fa9

dev-games/quake4-sdk: fix copyright, update to EAPI 7

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19820
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index fb80cba1daf..a8408a235b8 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit unpacker
 
 DESCRIPTION="Quake4 SDK"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2021-04-05 17:45 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-05 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3b6763e512ebb10b65fe30c5af3f1edbb732e67e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 17:22:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:45:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6763e5

dev-games/quake4-sdk: style changes

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index a8408a235b8..7b32e90dcf2 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -2,26 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit unpacker
 
 DESCRIPTION="Quake4 SDK"
 HOMEPAGE="https://www.iddevnet.com/quake4/"
 SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
+S="${WORKDIR}"
 
 LICENSE="QUAKE4"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
-IUSE=""
 RESTRICT="bindist mirror strip"
 
-S="${WORKDIR}"
-
 src_unpack() {
 	unpack_makeself
 	rm -rf setup.{sh,data} || die
 }
 
 src_install() {
-	insinto "/opt/${PN}"
+	insinto /opt/${PN}
 	doins -r *
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2021-04-05 17:45 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-05 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ac0182ece4d5be3ee36a53e3010f52edf56358a1
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Mar  9 05:54:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 17:45:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0182ec

dev-games/quake4-sdk: remove old 1.4.2-r0

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
deleted file mode 100644
index 03bf48f840d..00000000000
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit unpacker games
-
-DESCRIPTION="Quake4 SDK"
-HOMEPAGE="https://www.iddevnet.com/quake4/"
-SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
-
-LICENSE="QUAKE4"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-RESTRICT="bindist mirror strip"
-
-S=${WORKDIR}
-
-src_unpack() {
-	unpack_makeself
-	rm -rf setup.{sh,data} || die
-}
-
-src_install() {
-	insinto "${GAMES_PREFIX_OPT}/${PN}"
-	doins -r *
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/
@ 2023-07-05 20:49 Conrad Kostecki
  0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2023-07-05 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3af889c797dfea12ba0b5ff5c57b104618bc9dc6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul  4 09:28:20 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:49:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af889c7

dev-games/quake4-sdk: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index 7b32e90dcf28..f5de0d0eedc8 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit unpacker
 
 DESCRIPTION="Quake4 SDK"
-HOMEPAGE="https://www.iddevnet.com/quake4/"
+HOMEPAGE="https://iddevnet.dhewm3.org/quake4/Quake4SDK.html"
 SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 S="${WORKDIR}"
 


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

end of thread, other threads:[~2023-07-05 20:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-14 21:17 [gentoo-commits] repo/gentoo:master commit in: dev-games/quake4-sdk/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-04-15 11:34 David Seifert
2018-05-29 17:59 Mikle Kolyada
2018-06-06 23:49 Thomas Deutschmann
2019-09-24 14:59 Michał Górny
2021-04-05 17:45 Sam James
2021-04-05 17:45 Sam James
2021-04-05 17:45 Sam James
2023-07-05 20:49 Conrad Kostecki

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