diff options
author | 2019-11-03 19:10:45 -0500 | |
---|---|---|
committer | 2019-11-07 21:24:53 +0000 | |
commit | 6f22580dcb0e6cd286fe564a6f791abc138031ba (patch) | |
tree | 4942a09bc148c458dff89f63d3a76c3b9fddfebf /games-fps/freedm | |
parent | games-fps/freedm-data: Version bump to 0.12.1 (diff) | |
download | gentoo-6f22580dcb0e6cd286fe564a6f791abc138031ba.tar.gz gentoo-6f22580dcb0e6cd286fe564a6f791abc138031ba.tar.bz2 gentoo-6f22580dcb0e6cd286fe564a6f791abc138031ba.zip |
games-fps/freedm: Version bump to 0.12.1
Package-Manager: Portage-2.3.78, 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/freedm')
-rw-r--r-- | games-fps/freedm/freedm-0.12.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-fps/freedm/freedm-0.12.1.ebuild b/games-fps/freedm/freedm-0.12.1.ebuild new file mode 100644 index 000000000000..9608368a1cc8 --- /dev/null +++ b/games-fps/freedm/freedm-0.12.1.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." +} |