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/freedm/
Date: Thu, 07 Nov 2019 21:28:50
Message-Id: 1573161893.6f22580dcb0e6cd286fe564a6f791abc138031ba.chewi@gentoo
1 commit: 6f22580dcb0e6cd286fe564a6f791abc138031ba
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 4 00:10:45 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 21:24:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f22580d
7
8 games-fps/freedm: Version bump to 0.12.1
9
10 Package-Manager: Portage-2.3.78, 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/freedm/freedm-0.12.1.ebuild | 25 +++++++++++++++++++++++++
15 1 file changed, 25 insertions(+)
16
17 diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild
18 new file mode 100644
19 index 00000000000..9608368a1cc
20 --- /dev/null
21 +++ b/games-fps/freedm/freedm-0.12.1.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 32-level game designed for competitive deathmatch play."
29 +HOMEPAGE="https://freedoom.github.io"
30 +
31 +LICENSE="BSD"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +
35 +RDEPEND="
36 + ~games-fps/freedm-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 single-player focused game, consider games-fps/freedoom."
47 +}