* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-06-18 21:23 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-06-18 21:23 UTC (permalink / raw
To: gentoo-commits
commit: d1206c0f992e970309c06520c45da2e32fc78bde
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Jun 9 03:25:19 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 21:20:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1206c0f
games-fps/freedm: New package
Bug: https://bugs.gentoo.org/687674
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.11.3.ebuild | 24 +++++++++++++++++++++++
games-fps/freedm/metadata.xml | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3.ebuild
new file mode 100644
index 00000000000..342ceb06a7f
--- /dev/null
+++ b/games-fps/freedm/freedm-0.11.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A 32-level game designed for competitive deathmatch play."
+HOMEPAGE="https://freedoom.github.io"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ~games-fps/freedm-data-${PV}
+ || (
+ games-fps/gzdoom
+ games-engines/odamex
+ games-fps/doomsday
+ )
+"
+
+pkg_postinst() {
+ elog "If you are looking for a single-player focused game, please install games-fps/freedoom."
+}
diff --git a/games-fps/freedm/metadata.xml b/games-fps/freedm/metadata.xml
new file mode 100644
index 00000000000..5a1b13afef9
--- /dev/null
+++ b/games-fps/freedm/metadata.xml
@@ -0,0 +1,36 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ FreeDM is a fast-paced competitive deathmatch game, part of the Freedoom
+ project. Rather than the usual single-player focused levels, these
+ contain no monsters and are intended for deathmatch only. It is
+ compatible with mods for Doom II.
+
+ The Freedoom project aims to create a complete free content first person
+ shooter game. But Freedoom by itself is just the raw material for a
+ game: it must be paired with a compatible game engine to be played.
+
+ id Software released the source code to their classic game, Doom, under
+ the GNU General Public License. This means that the program code that
+ powers Doom is free; Freedoom complements this with free levels,
+ artwork, sound effects and music to make a completely free game.
+ </longdescription>
+ <maintainer type="person">
+ <email>vilhelm.gray@gmail.com</email>
+ <name>William Breathitt Gray</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/freedoom/freedoom/issues</bugs-to>
+ <doc lang="en">https://freedoom.github.io</doc>
+ <remote-id type="github">freedoom/freedoom</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-06-24 20:07 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-06-24 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 792599017954dd22e5ecfdca7652732992a2922b
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Jun 20 10:28:02 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 19:57:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79259901
games-fps/freedm: Add games-fps/prboom-plus to the dependency list
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.11.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3.ebuild
index 342ceb06a7f..47c3ee76f4c 100644
--- a/games-fps/freedm/freedm-0.11.3.ebuild
+++ b/games-fps/freedm/freedm-0.11.3.ebuild
@@ -16,6 +16,7 @@ RDEPEND="
games-fps/gzdoom
games-engines/odamex
games-fps/doomsday
+ games-fps/prboom-plus
)
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-09-05 20:20 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-09-05 20:20 UTC (permalink / raw
To: gentoo-commits
commit: 7d6d2e014e3c20b332aeacf4b62225034fc9cf2e
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Sep 1 07:16:34 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 20:20:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6d2e01
games-fps/freedm: Require 'nonfree' USE flag on gzdoom
If running GZDoom, the nonfree GZDoom game_support.pk3 (formerly
zd_extra.pk3) file is required.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/{freedm-0.11.3.ebuild => freedm-0.11.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3-r1.ebuild
similarity index 94%
rename from games-fps/freedm/freedm-0.11.3.ebuild
rename to games-fps/freedm/freedm-0.11.3-r1.ebuild
index 47c3ee76f4c..fe8bae6ec40 100644
--- a/games-fps/freedm/freedm-0.11.3.ebuild
+++ b/games-fps/freedm/freedm-0.11.3-r1.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
~games-fps/freedm-data-${PV}
|| (
- games-fps/gzdoom
+ games-fps/gzdoom[nonfree(+)]
games-engines/odamex
games-fps/doomsday
games-fps/prboom-plus
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-10-12 14:29 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-10-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 7c19bff6929617d74dafbcc842872732715ef065
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 17:42:25 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 14:23:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c19bff6
games-fps/freedm: version bump to 0.12.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.12.0.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/games-fps/freedm/freedm-0.12.0.ebuild b/games-fps/freedm/freedm-0.12.0.ebuild
new file mode 100644
index 00000000000..9608368a1cc
--- /dev/null
+++ b/games-fps/freedm/freedm-0.12.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A 32-level game designed for competitive deathmatch play."
+HOMEPAGE="https://freedoom.github.io"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ~games-fps/freedm-data-${PV}
+ || (
+ games-fps/gzdoom[nonfree(+)]
+ games-engines/odamex
+ games-fps/doomsday
+ games-fps/prboom-plus
+ )
+"
+
+pkg_postinst() {
+ elog "If you are looking for a single-player focused game, consider games-fps/freedoom."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-10-12 14:29 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-10-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 59785a43cb6b4c270b7306988b85f7dab129bfcd
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 14:28:16 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 14:28:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59785a43
games-fps/freedm: Drop old 0.11.3-r1
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.11.3-r1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/games-fps/freedm/freedm-0.11.3-r1.ebuild b/games-fps/freedm/freedm-0.11.3-r1.ebuild
deleted file mode 100644
index fe8bae6ec40..00000000000
--- a/games-fps/freedm/freedm-0.11.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A 32-level game designed for competitive deathmatch play."
-HOMEPAGE="https://freedoom.github.io"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- ~games-fps/freedm-data-${PV}
- || (
- games-fps/gzdoom[nonfree(+)]
- games-engines/odamex
- games-fps/doomsday
- games-fps/prboom-plus
- )
-"
-
-pkg_postinst() {
- elog "If you are looking for a single-player focused game, please install games-fps/freedoom."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-11-07 21:28 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-11-07 21:28 UTC (permalink / raw
To: gentoo-commits
commit: 6f22580dcb0e6cd286fe564a6f791abc138031ba
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Mon Nov 4 00:10:45 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 21:24:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f22580d
games-fps/freedm: Version bump to 0.12.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.12.1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
new file mode 100644
index 00000000000..9608368a1cc
--- /dev/null
+++ b/games-fps/freedm/freedm-0.12.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A 32-level game designed for competitive deathmatch play."
+HOMEPAGE="https://freedoom.github.io"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ~games-fps/freedm-data-${PV}
+ || (
+ games-fps/gzdoom[nonfree(+)]
+ games-engines/odamex
+ games-fps/doomsday
+ games-fps/prboom-plus
+ )
+"
+
+pkg_postinst() {
+ elog "If you are looking for a single-player focused game, consider games-fps/freedoom."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-11-07 21:28 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-11-07 21:28 UTC (permalink / raw
To: gentoo-commits
commit: c9df392dfb216041edf6d4bbf77f2eae294a51c6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 21:27:50 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 21:27:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9df392d
games-fps/freedm: Drop old 0.12.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.12.0.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/games-fps/freedm/freedm-0.12.0.ebuild b/games-fps/freedm/freedm-0.12.0.ebuild
deleted file mode 100644
index 9608368a1cc..00000000000
--- a/games-fps/freedm/freedm-0.12.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A 32-level game designed for competitive deathmatch play."
-HOMEPAGE="https://freedoom.github.io"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- ~games-fps/freedm-data-${PV}
- || (
- games-fps/gzdoom[nonfree(+)]
- games-engines/odamex
- games-fps/doomsday
- games-fps/prboom-plus
- )
-"
-
-pkg_postinst() {
- elog "If you are looking for a single-player focused game, consider games-fps/freedoom."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2019-12-24 20:22 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-12-24 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 523202d1b359e95a22029791050fa72c8aba8798
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 20:22:21 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 20:22:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523202d1
games-fps/freedm: Add ~arm keyword wrt bug #694472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
games-fps/freedm/freedm-0.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
index 9608368a1cc..992811543c6 100644
--- a/games-fps/freedm/freedm-0.12.1.ebuild
+++ b/games-fps/freedm/freedm-0.12.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://freedoom.github.io"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="
~games-fps/freedm-data-${PV}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2021-03-05 23:12 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-03-05 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 29e7e86397c6ed9f49f6d567d1c4b595a2337b5c
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Fri Mar 5 09:34:46 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 23:12:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e7e863
games-fps/freedm: Update license to metapackage
Closes: https://bugs.gentoo.org/774291
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19770
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/freedm-0.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
index 992811543c6..9b59beb2648 100644
--- a/games-fps/freedm/freedm-0.12.1.ebuild
+++ b/games-fps/freedm/freedm-0.12.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A 32-level game designed for competitive deathmatch play."
HOMEPAGE="https://freedoom.github.io"
-LICENSE="BSD"
+LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2021-07-29 11:06 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2021-07-29 11:06 UTC (permalink / raw
To: gentoo-commits
commit: d68acbf7338a6bf9568676db651106b8341fe399
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Jul 29 05:39:42 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 10:59:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68acbf7
games-fps/freedm: Add chocolate-doom as optional source port
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21819
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-fps/freedm/freedm-0.12.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
index 9b59beb2648..1c2eae7cc6d 100644
--- a/games-fps/freedm/freedm-0.12.1.ebuild
+++ b/games-fps/freedm/freedm-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,6 +15,7 @@ RDEPEND="
|| (
games-fps/gzdoom[nonfree(+)]
games-engines/odamex
+ games-fps/chocolate-doom
games-fps/doomsday
games-fps/prboom-plus
)
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/
@ 2024-03-02 14:14 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2024-03-02 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 4cba424d110b2d8ecb200efe5a0b1aedb451e4e8
Author: William Breathitt Gray <william.gray <AT> linaro <DOT> org>
AuthorDate: Sat Mar 2 13:41:03 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 14:14:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba424d
games-fps/freedm: update maintainers
Signed-off-by: William Breathitt Gray <william.gray <AT> linaro.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/games-fps/freedm/metadata.xml b/games-fps/freedm/metadata.xml
index bc6fe858c1ac..a9c261e3dc0b 100644
--- a/games-fps/freedm/metadata.xml
+++ b/games-fps/freedm/metadata.xml
@@ -16,14 +16,6 @@
powers Doom is free; Freedoom complements this with free levels,
artwork, sound effects and music to make a completely free game.
</longdescription>
- <maintainer type="person" proxied="yes">
- <email>vilhelm.gray@gmail.com</email>
- <name>William Breathitt Gray</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-03-02 14:14 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 21:28 [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-03-02 14:14 James Le Cuirot
2021-07-29 11:06 Ionen Wolkens
2021-03-05 23:12 James Le Cuirot
2019-12-24 20:22 Mikle Kolyada
2019-11-07 21:28 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-09-05 20:20 James Le Cuirot
2019-06-24 20:07 James Le Cuirot
2019-06-18 21:23 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