summaryrefslogtreecommitdiff
path: root/games-fps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
commit4fe228ee9aa3b9b825d54ace549a5517e153e8bd (patch)
tree90a261e3ea59b80722d70d3c42f3e40d16c9f8dd /games-fps
parentadc09cc4e6ebf7931735c02c0c272b4b885c2b30 (diff)
gentoo auto-resync : 09:06:2024 - 00:08:13
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/Manifest.gzbin12217 -> 12212 bytes
-rw-r--r--games-fps/doomsday/Manifest2
-rw-r--r--games-fps/doomsday/doomsday-2.3.1.ebuild8
3 files changed, 4 insertions, 6 deletions
diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz
index 26c189304a6d..7b8ce3203fd9 100644
--- a/games-fps/Manifest.gz
+++ b/games-fps/Manifest.gz
Binary files differ
diff --git a/games-fps/doomsday/Manifest b/games-fps/doomsday/Manifest
index ab62029ce7f1..bb7c2adb818e 100644
--- a/games-fps/doomsday/Manifest
+++ b/games-fps/doomsday/Manifest
@@ -1,3 +1,3 @@
DIST doomsday-2.3.1.tar.gz 47840812 BLAKE2B 5a45c9e0f781f0cc67367c703504568ee7f7cd0a96c57266ccf6bfbdf0d1e4ef838b2605b7dcecafe91f18d29c40ddbf9f6b5b0c049e94a95ce9fbbba4bddd1a SHA512 ca952fe0191529fe1192b16331d6c17d14e106f2366f5517177e51fdb50ea32baa2bf70d22bde5946101fac2926333fce6a8a317bc662df9f7662c5e023a669c
-EBUILD doomsday-2.3.1.ebuild 2504 BLAKE2B c2962db099d3d7a167ab3f762f7ca6f370f9348c58486c9139a88837e40109f0b609af8955f0aa3ee5189423cf55cd320ab40d08237b946c4df58490bb68467a SHA512 1458317a6f96451babf0ca1fa8254b9fe78f733dbfbd66af3b61037c55342ab84d06faf50a8a967fc8a0bef929cec76142c084d847df3e9c821a46395698c952
+EBUILD doomsday-2.3.1.ebuild 2499 BLAKE2B db78d00f9e63dc7ad657807b52ccda158953fba76a8e5503453e8466d56943890220b000c65c780e594bfabf6986731d731339e2520596fd66a1bf167fe8309f SHA512 ef0168c25018ffb379a0bd512f36cb09f897c7a11fabdfdcfb20857862a0955da86aa2ff7eb5a4494a4eeb717fedf8f5688d58d06c74404db70724cecfac1231
MISC metadata.xml 898 BLAKE2B a15d64c09d306d3671b14b53596910389a81da33fc8a15d53d7a2574ce428bca8cd18c1cb49611b5455f755d00a48157c32fb20e5e8fc49e420341fe62e1a987 SHA512 b05ad5660b4631cda3400d9263dd3c2127ec776ba3cf5e52e151094935e99942501dba37e5af22607a25191b745eb02663e4354d6443cdd57d9d07117c4b61d7
diff --git a/games-fps/doomsday/doomsday-2.3.1.ebuild b/games-fps/doomsday/doomsday-2.3.1.ebuild
index 26cd12c34b90..c74d3513f98d 100644
--- a/games-fps/doomsday/doomsday-2.3.1.ebuild
+++ b/games-fps/doomsday/doomsday-2.3.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake flag-o-matic python-any-r1 qmake-utils readme.gentoo-r1 xdg
DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
-HOMEPAGE="https://www.dengine.net"
+HOMEPAGE="https://dengine.net"
SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz"
-
+S="${WORKDIR}/${P}/${PN}"
LICENSE="GPL-3+ LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
@@ -43,8 +43,6 @@ PDEPEND="
freedoom? ( games-fps/freedoom )
"
-S="${WORKDIR}/${P}/${PN}"
-
DOC_CONTENTS="You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, HexenDD, or Doom64 wads to a folder of your choice and then tell the game engine where that folder is. This is different to older versions, which had separate launchers for each game and required the files to be in a specific place."
src_prepare() {