* [gentoo-commits] repo/proj/guru:master commit in: games-fps/the-dark-mod-bin/
@ 2024-04-15 20:52 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-04-15 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 768993e09e285fbe8301d49b8e9c0c353cdafbcd
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Apr 15 12:12:38 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 12:12:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=768993e0
games-fps/the-dark-mod-bin: new package, native game
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-fps/the-dark-mod-bin/Manifest | 1 +
games-fps/the-dark-mod-bin/metadata.xml | 8 +++++
.../the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild | 34 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/games-fps/the-dark-mod-bin/Manifest b/games-fps/the-dark-mod-bin/Manifest
new file mode 100644
index 0000000000..236cde46aa
--- /dev/null
+++ b/games-fps/the-dark-mod-bin/Manifest
@@ -0,0 +1 @@
+DIST the-dark-mod-2.12.tar.xz 17263615692 BLAKE2B c4a7b2bbf804b46c88ded6150970989c6f6aa5e200a0cea175169f8c109b2d6bde565010bcfca200d75961f21fc90588fc347c9a2059c2a06431362e3327583c SHA512 35bba5d49a5a7dd5c612b06996a2ce43f6aa3b9e07db9fdeb42a403b1d34d825c6a6877c6690a0ae082a8a8a5e85abdcda62ccaa897a2f2c238fe492a1f456d1
diff --git a/games-fps/the-dark-mod-bin/metadata.xml b/games-fps/the-dark-mod-bin/metadata.xml
new file mode 100644
index 0000000000..812e586b96
--- /dev/null
+++ b/games-fps/the-dark-mod-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
new file mode 100644
index 0000000000..07b2ac44a9
--- /dev/null
+++ b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Inspired by Thief on Doom 3 libre engine (id Tech 4)"
+HOMEPAGE="
+ https://www.thedarkmod.com
+ https://en.wikipedia.org/wiki/The_Dark_Mod
+"
+SRC_URI="https://archive.org/download/the-dark-mod/the-dark-mod-$PV.tar.xz"
+
+LICENSE="
+ GPL-3
+ CC-BY-NC-ND-3.0
+"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+RESTRICT="strip"
+
+S="${WORKDIR}/the-dark-mod"
+
+src_install() {
+ dodir /opt
+ dodir /usr/bin/
+
+ cp -r . "$ED/opt/$PN" || die
+
+ echo "cd /opt/$PN; ./thedarkmod.x64; cd -" > "$ED/usr/bin/$PN"
+ fperms +x "/usr/bin/$PN"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-fps/the-dark-mod-bin/
@ 2024-05-29 8:35 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-05-29 8:35 UTC (permalink / raw
To: gentoo-commits
commit: c7c6aecafffe38629f04b821d9a70bee25db6dcb
Author: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Wed May 29 02:12:57 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 29 02:12:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7c6aeca
games-fps/the-dark-mod-bin: revbump to r1
Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>
.../{the-dark-mod-bin-2.12.ebuild => the-dark-mod-bin-2.12-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12-r1.ebuild
similarity index 100%
rename from games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
rename to games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12-r1.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-fps/the-dark-mod-bin/
@ 2024-05-29 8:35 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-05-29 8:35 UTC (permalink / raw
To: gentoo-commits
commit: be4e8bf8c7aea93852e9328214c50d57f60f60be
Author: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Wed May 29 02:07:23 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 29 02:07:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be4e8bf8
games-fps/the-dark-mod-bin: change RPEDENT to RDEPEND
Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>
games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
index 8aee8577c..4faa5cf97 100644
--- a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
+++ b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
@@ -22,9 +22,8 @@ KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
-RPEDENT="
- x11-libs/libX11
-"
+DEPEND="x11-libs/libX11"
+RDEPEND="${DEPEND}"
src_install() {
dodir /opt
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-fps/the-dark-mod-bin/
@ 2024-05-29 8:35 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-05-29 8:35 UTC (permalink / raw
To: gentoo-commits
commit: aa9037ff2e5c0f1c956c8356a50525f239f40128
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed May 29 00:53:52 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 29 00:53:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa9037ff
games-fps/the-dark-mod-bin: Add dep x11-libs/libX11
Closes: https://bugs.gentoo.org/932522
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
index b4eee6a12..8aee8577c 100644
--- a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
+++ b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild
@@ -22,6 +22,10 @@ KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
+RPEDENT="
+ x11-libs/libX11
+"
+
src_install() {
dodir /opt
dodir /usr/bin/
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-29 8:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 8:35 [gentoo-commits] repo/proj/guru:master commit in: games-fps/the-dark-mod-bin/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 8:35 Florian Schmaus
2024-05-29 8:35 Florian Schmaus
2024-04-15 20:52 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox