public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-matrix/
@ 2016-01-03  6:16 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2016-01-03  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bf29dbb1da073cc92c599db362015fe616f6fedd
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 05:46:43 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 06:15:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf29dbb1

games-fps/quake3-matrix: EAPI=5

Package-Manager: portage-2.2.24

 games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
index d19d475..860fee2 100644
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
-
+EAPI=5
 MOD_DESC="Matrix conversion mod"
 MOD_NAME="Matrix"
 MOD_DIR="matrix"
@@ -18,7 +17,7 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated opengl"
 
 src_unpack() {
-	mkdir ${MOD_DIR}
-	cd ${MOD_DIR}
+	mkdir ${MOD_DIR} || die
+	cd ${MOD_DIR} || die
 	unpack ${A}
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-matrix/
@ 2018-05-26  9:55 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-05-26  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     89b1fa0e6d47b1fce2473edd94942c8ef7d414a2
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 26 08:41:34 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:52:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b1fa0e

games-fps/quake3-matrix: use HTTPs

 games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
index 2a05080d57f..184a4a09b17 100644
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MOD_DIR="matrix"
 
 inherit games games-mods
 
-HOMEPAGE="http://www.moddb.com/mods/matrix-quake-3"
+HOMEPAGE="https://www.moddb.com/mods/matrix-quake-3"
 SRC_URI="mirror://quakeunity/modifications/matrix24.zip"
 
 LICENSE="freedist"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-matrix/
@ 2019-10-01  6:01 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-10-01  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     02c961b983956f7f68b3f5ebe40cf4f293c56de3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 09:48:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 06:00:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c961b9

games-fps/quake3-matrix: Inline mirror://quakeunity, HTTPS

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

 games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
index 184a4a09b17..1aeef46f098 100644
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
@@ -9,7 +9,7 @@ MOD_DIR="matrix"
 inherit games games-mods
 
 HOMEPAGE="https://www.moddb.com/mods/matrix-quake-3"
-SRC_URI="mirror://quakeunity/modifications/matrix24.zip"
+SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/matrix24.zip"
 
 LICENSE="freedist"
 KEYWORDS="~amd64 ~x86"


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

end of thread, other threads:[~2019-10-01  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03  6:16 [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-matrix/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2018-05-26  9:55 David Seifert
2019-10-01  6:01 Michał Górny

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