commit: 6ff8e288a4d56e492d356cdeddd10f51c360b787
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 8 21:25:33 2019 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Aug 8 21:25:33 2019 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6ff8e288
games-fps/brutal-doom: update to 21
Package-Manager: Portage-2.3.66, Repoman-2.3.16
games-fps/brutal-doom/brutal-doom-20b_p3.ebuild | 36 -------------------------
games-fps/brutal-doom/brutal-doom-21.ebuild | 32 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 36 deletions(-)
diff --git a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
deleted file mode 100644
index 6524f26..0000000
--- a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/p/R}
-
-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="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13
-> BrutalDoomv${MY_PV}.zip"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# TODO Add USEs for zdoom and skulltag
-IUSE=""
-
-RDEPEND="|| (
- >=games-fps/zdoom-2.7.0
- >=games-fps/gzdoom-3.0.0 )
- "
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto "/usr/share/doom-data"
- doins brutalv20b_R.pk3
-}
-
-pkg_postinst() {
- echo
- elog "In order to play this mod run zdoom with -file option:"
- elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3"
- echo
-}
diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild
b/games-fps/brutal-doom/brutal-doom-21.ebuild
new file mode 100644
index 0000000..8ecc556
--- /dev/null
+++ b/games-fps/brutal-doom/brutal-doom-21.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# TODO Add USEs for zdoom and skulltag
+IUSE=""
+
+RDEPEND=">=games-fps/zdoom-2.7.0"
+DEPEND="app-arch/unrar"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto "/usr/share/doom-data"
+ doins brutalv${PV}.pk3
+ dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
+}
+
+pkg_postinst() {
+ echo
+ elog "In order to play this mod run gzdoom with -file option:"
+ elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
+ echo
+}