Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/
Date: Sat, 12 Oct 2019 14:29:36
Message-Id: 1570890188.ff3f5b0931d9881a37b4645d684184fcaaad7aa9.chewi@gentoo
1 commit: ff3f5b0931d9881a37b4645d684184fcaaad7aa9
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 10 17:38:29 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 14:23:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3f5b09
7
8 games-fps/freedoom: version bump to 0.12.0
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-fps/freedoom/freedoom-0.12.0.ebuild | 25 +++++++++++++++++++++++++
15 1 file changed, 25 insertions(+)
16
17 diff --git a/games-fps/freedoom/freedoom-0.12.0.ebuild b/games-fps/freedoom/freedoom-0.12.0.ebuild
18 new file mode 100644
19 index 00000000000..b9f2e765a9a
20 --- /dev/null
21 +++ b/games-fps/freedoom/freedoom-0.12.0.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="A complete free-content single-player focused game based on the Doom engine"
29 +HOMEPAGE="https://freedoom.github.io"
30 +
31 +LICENSE="BSD"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm ~x86"
34 +
35 +RDEPEND="
36 + ~games-fps/freedoom-data-${PV}
37 + || (
38 + games-fps/gzdoom[nonfree(+)]
39 + games-engines/odamex
40 + games-fps/doomsday
41 + games-fps/prboom-plus
42 + )
43 +"
44 +
45 +pkg_postinst() {
46 + elog "If you are looking for a multiplayer-focused deathmatch game, consider games-fps/freedm."
47 +}