diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2023-04-16 04:08:01 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2023-04-16 04:08:01 +0700 |
commit | d1f68efbda05fe5cf75443b6f447820854c6cb74 (patch) | |
tree | f7d21cc4958ba4b37f5f34126dceea3a8606a35b /games-fps | |
parent | games-strategy/vcmi-data: not needed anymore (diff) | |
download | gamerlay-d1f68efbda05fe5cf75443b6f447820854c6cb74.tar.gz gamerlay-d1f68efbda05fe5cf75443b6f447820854c6cb74.tar.bz2 gamerlay-d1f68efbda05fe5cf75443b6f447820854c6cb74.zip |
*/*: manifest regeneration, part 1.
(fetch non-restricted packages)
Bug: https://bugs.gentoo.org/902279
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/brutal-doom/Manifest | 2 | ||||
-rw-r--r-- | games-fps/brutal-doom/brutal-doom-21-r1.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/brutal-doom/Manifest b/games-fps/brutal-doom/Manifest index 7645028..22344c6 100644 --- a/games-fps/brutal-doom/Manifest +++ b/games-fps/brutal-doom/Manifest @@ -1 +1 @@ -DIST brutalv21.rar 80852998 SHA256 088c35d934b0ce29715b0ca8f4c67bc82efce7da8458d42337a026e7f5e68d19 SHA512 456e9329cc1eb9263e39bcde4505074eba0bad089dc41e420b51501f7234cf12afcedbff8a5c04d507386ff1c07bb4ddc764766fe22f60a6c67ff197e41f30e4 WHIRLPOOL 08fe2237b4e399539635819d2482e7e596b8ec8323bc7780e1673de455fa38210185eaa9e0145a1237c998dab77e2307f687315848fe1193cdcac2f0c449d873 +DIST brutalv21.rar 80852998 BLAKE2B 06d730157e48ac757c77f21f1bda5bb2211f02b32165a1bf25a9f9acc8bce031f1961e75b4b247c7639f6eb3ffcd85cab22b28e70a96cdd0750c72112b925826 SHA512 456e9329cc1eb9263e39bcde4505074eba0bad089dc41e420b51501f7234cf12afcedbff8a5c04d507386ff1c07bb4ddc764766fe22f60a6c67ff197e41f30e4 diff --git a/games-fps/brutal-doom/brutal-doom-21-r1.ebuild b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild index b85893e..b8c6620 100644 --- a/games-fps/brutal-doom/brutal-doom-21-r1.ebuild +++ b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent." -HOMEPAGE="http://www.moddb.com/mods/brutal-doom/" -SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625533fab59d2 -> brutalv${PV}.rar" +HOMEPAGE="https://www.moddb.com/mods/brutal-doom/" +SRC_URI="https://www.moddb.com/downloads/mirror/95667/130/0a5526fb58bc1f38fee7e14f586ddd7b -> brutalv${PV}.rar" LICENSE="HPND" SLOT="0" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="games-fps/gzdoom" -DEPEND="app-arch/unrar" +BDEPEND="app-arch/unrar" S="${WORKDIR}" |