summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-10-12 15:28:16 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-10-12 15:28:16 +0100
commit59785a43cb6b4c270b7306988b85f7dab129bfcd (patch)
treea355734771cbad5a583c50a78f82fae82f58341c /games-fps
parentgames-fps/freedoom-data: Drop old 0.11.3-r2 (diff)
downloadgentoo-59785a43cb6b4c270b7306988b85f7dab129bfcd.tar.gz
gentoo-59785a43cb6b4c270b7306988b85f7dab129bfcd.tar.bz2
gentoo-59785a43cb6b4c270b7306988b85f7dab129bfcd.zip
games-fps/freedm: Drop old 0.11.3-r1
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/freedm/freedm-0.11.3-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/games-fps/freedm/freedm-0.11.3-r1.ebuild b/games-fps/freedm/freedm-0.11.3-r1.ebuild
deleted file mode 100644
index fe8bae6ec409..000000000000
--- a/games-fps/freedm/freedm-0.11.3-r1.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, please install games-fps/freedoom."
-}