Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/
Date: Thu, 08 Aug 2019 21:47:01
Message-Id: 1565299533.6ff8e288a4d56e492d356cdeddd10f51c360b787.winterheart@gentoo
1 commit: 6ff8e288a4d56e492d356cdeddd10f51c360b787
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 8 21:25:33 2019 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Aug 8 21:25:33 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6ff8e288
7
8 games-fps/brutal-doom: update to 21
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11
12 games-fps/brutal-doom/brutal-doom-20b_p3.ebuild | 36 -------------------------
13 games-fps/brutal-doom/brutal-doom-21.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+), 36 deletions(-)
15
16 diff --git a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
17 deleted file mode 100644
18 index 6524f26..0000000
19 --- a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -MY_PV=${PV/p/R}
28 -
29 -DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
30 -HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
31 -SRC_URI="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13 -> BrutalDoomv${MY_PV}.zip"
32 -
33 -LICENSE="HPND"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -# TODO Add USEs for zdoom and skulltag
37 -IUSE=""
38 -
39 -RDEPEND="|| (
40 - >=games-fps/zdoom-2.7.0
41 - >=games-fps/gzdoom-3.0.0 )
42 - "
43 -DEPEND="app-arch/unzip"
44 -
45 -S="${WORKDIR}"
46 -
47 -src_install() {
48 - insinto "/usr/share/doom-data"
49 - doins brutalv20b_R.pk3
50 -}
51 -
52 -pkg_postinst() {
53 - echo
54 - elog "In order to play this mod run zdoom with -file option:"
55 - elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3"
56 - echo
57 -}
58
59 diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild b/games-fps/brutal-doom/brutal-doom-21.ebuild
60 new file mode 100644
61 index 0000000..8ecc556
62 --- /dev/null
63 +++ b/games-fps/brutal-doom/brutal-doom-21.ebuild
64 @@ -0,0 +1,32 @@
65 +# Copyright 1999-2019 Gentoo Authors
66 +# Distributed under the terms of the GNU General Public License v2
67 +
68 +EAPI=7
69 +
70 +DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
71 +HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
72 +SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625533fab59d2 -> brutalv${PV}.rar"
73 +
74 +LICENSE="HPND"
75 +SLOT="0"
76 +KEYWORDS="~amd64 ~x86"
77 +# TODO Add USEs for zdoom and skulltag
78 +IUSE=""
79 +
80 +RDEPEND=">=games-fps/zdoom-2.7.0"
81 +DEPEND="app-arch/unrar"
82 +
83 +S="${WORKDIR}"
84 +
85 +src_install() {
86 + insinto "/usr/share/doom-data"
87 + doins brutalv${PV}.pk3
88 + dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
89 +}
90 +
91 +pkg_postinst() {
92 + echo
93 + elog "In order to play this mod run gzdoom with -file option:"
94 + elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
95 + echo
96 +}