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, 05 Mar 2020 21:19:11
Message-Id: 1583442481.9e7970f1a492264a7db843108bc52f63469345cd.winterheart@gentoo
1 commit: 9e7970f1a492264a7db843108bc52f63469345cd
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 5 21:08:01 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Mar 5 21:08:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9e7970f1
7
8 games-fps/brutal-doom: update dependencies
9
10 Use gzdoom instead of zdoom.
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14
15 .../{brutal-doom-21.ebuild => brutal-doom-21-r1.ebuild} | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild
19 similarity index 75%
20 rename from games-fps/brutal-doom/brutal-doom-21.ebuild
21 rename to games-fps/brutal-doom/brutal-doom-21-r1.ebuild
22 index 8ecc556..b85893e 100644
23 --- a/games-fps/brutal-doom/brutal-doom-21.ebuild
24 +++ b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -10,16 +10,16 @@ SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625
32 LICENSE="HPND"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -# TODO Add USEs for zdoom and skulltag
36 +# TODO Add USEs for gzdoom and skulltag
37 IUSE=""
38
39 -RDEPEND=">=games-fps/zdoom-2.7.0"
40 +RDEPEND="games-fps/gzdoom"
41 DEPEND="app-arch/unrar"
42
43 S="${WORKDIR}"
44
45 src_install() {
46 - insinto "/usr/share/doom-data"
47 + insinto "/usr/share/doom"
48 doins brutalv${PV}.pk3
49 dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
50 }
51 @@ -27,6 +27,6 @@ src_install() {
52 pkg_postinst() {
53 echo
54 elog "In order to play this mod run gzdoom with -file option:"
55 - elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
56 + elog " gzdoom -file /usr/share/doom/brutalv${PV}.pk3"
57 echo
58 }