summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2019-10-10 13:42:25 -0400
committerJames Le Cuirot <chewi@gentoo.org>2019-10-12 15:23:14 +0100
commit7c19bff6929617d74dafbcc842872732715ef065 (patch)
treea4478483b49c035aa218e7dac34950e897fbeaed /games-fps
parentgames-fps/freedm-data: version bump to 0.12.0 (diff)
downloadgentoo-7c19bff6929617d74dafbcc842872732715ef065.tar.gz
gentoo-7c19bff6929617d74dafbcc842872732715ef065.tar.bz2
gentoo-7c19bff6929617d74dafbcc842872732715ef065.zip
games-fps/freedm: version bump to 0.12.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/freedm/freedm-0.12.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/games-fps/freedm/freedm-0.12.0.ebuild b/games-fps/freedm/freedm-0.12.0.ebuild
new file mode 100644
index 000000000000..9608368a1cc8
--- /dev/null
+++ b/games-fps/freedm/freedm-0.12.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A 32-level game designed for competitive deathmatch play."
+HOMEPAGE="https://freedoom.github.io"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ~games-fps/freedm-data-${PV}
+ || (
+ games-fps/gzdoom[nonfree(+)]
+ games-engines/odamex
+ games-fps/doomsday
+ games-fps/prboom-plus
+ )
+"
+
+pkg_postinst() {
+ elog "If you are looking for a single-player focused game, consider games-fps/freedoom."
+}