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: Sun, 28 Jan 2018 16:17:36
Message-Id: 1517156238.1fc95cd78a77bdd1dd6072fb2b639a71ea83b279.winterheart@gentoo
1 commit: 1fc95cd78a77bdd1dd6072fb2b639a71ea83b279
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 28 16:17:18 2018 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sun Jan 28 16:17:18 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=1fc95cd7
7
8 games-fps/brutal-doom: update to latest available
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Manifest-Sign-Key: A018DE8C
12
13 ...brutal-doom-20b.ebuild => brutal-doom-20b_p3.ebuild} | 17 ++++++++++-------
14 1 file changed, 10 insertions(+), 7 deletions(-)
15
16 diff --git a/games-fps/brutal-doom/brutal-doom-20b.ebuild b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
17 similarity index 60%
18 rename from games-fps/brutal-doom/brutal-doom-20b.ebuild
19 rename to games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
20 index d6a5523..6524f26 100644
21 --- a/games-fps/brutal-doom/brutal-doom-20b.ebuild
22 +++ b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild
23 @@ -1,12 +1,13 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28
29 EAPI=6
30
31 +MY_PV=${PV/p/R}
32 +
33 DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
34 HOMEPAGE="http://www.moddb.com/mods/brutal-doom/"
35 -SRC_URI="http://www.moddb.com/downloads/mirror/95667/102/0a5526fb58bc1f38fee7e14f586ddd7b -> brutal${PV}.zip"
36 +SRC_URI="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13 -> BrutalDoomv${MY_PV}.zip"
37
38 LICENSE="HPND"
39 SLOT="0"
40 @@ -14,20 +15,22 @@ KEYWORDS="~amd64 ~x86"
41 # TODO Add USEs for zdoom and skulltag
42 IUSE=""
43
44 -RDEPEND=">=games-fps/zdoom-2.7.0"
45 +RDEPEND="|| (
46 + >=games-fps/zdoom-2.7.0
47 + >=games-fps/gzdoom-3.0.0 )
48 + "
49 DEPEND="app-arch/unzip"
50
51 S="${WORKDIR}"
52
53 src_install() {
54 insinto "/usr/share/doom-data"
55 - doins brutalv${PV}.pk3
56 - dodoc *.rtf
57 + doins brutalv20b_R.pk3
58 }
59
60 pkg_postinst() {
61 echo
62 elog "In order to play this mod run zdoom with -file option:"
63 - elog " zdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
64 + elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3"
65 echo
66 }