diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-11-07 21:27:50 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-07 21:27:50 +0000 |
commit | c9df392dfb216041edf6d4bbf77f2eae294a51c6 (patch) | |
tree | c6368917ead745101614d04c65f85872a5e6162c /games-fps/freedm | |
parent | games-fps/freedm-data: Drop old 0.12.0 (diff) | |
download | gentoo-c9df392dfb216041edf6d4bbf77f2eae294a51c6.tar.gz gentoo-c9df392dfb216041edf6d4bbf77f2eae294a51c6.tar.bz2 gentoo-c9df392dfb216041edf6d4bbf77f2eae294a51c6.zip |
games-fps/freedm: Drop old 0.12.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/freedm')
-rw-r--r-- | games-fps/freedm/freedm-0.12.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games-fps/freedm/freedm-0.12.0.ebuild b/games-fps/freedm/freedm-0.12.0.ebuild deleted file mode 100644 index 9608368a1cc8..000000000000 --- a/games-fps/freedm/freedm-0.12.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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." -} |