From 70055e22603149c4a2efd497d0d9bb3d37d0f107 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 8 Dec 2019 16:10:50 -0500 Subject: games-fps/*: remove last-rited pkgs Bug: https://bugs.gentoo.org/194607 Bug: https://bugs.gentoo.org/204067 Signed-off-by: Aaron Bauman --- games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild (limited to 'games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild') diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild deleted file mode 100644 index 1770900b0699..000000000000 --- a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MOD_DESC="Doom 1 conversion for Doom 3" -MOD_NAME="Classic Doom" -MOD_DIR="cdoom" -MOD_ICON="cdoom.ico" - -inherit games games-mods - -HOMEPAGE="https://www.moddb.com/mods/classic-doom-3" -SRC_URI="classic_doom_3_${PV//.}.zip" - -LICENSE="GameFront" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" -RESTRICT="fetch bindist" - -pkg_nofetch() { - elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/8748743" - elog "and move it to your DISTDIR directory." -} - -src_prepare() { - cd ${MOD_DIR} || die - rm -f *.{bat,url} cdoom_{dll,mac}.pk4 -} -- cgit v1.2.3-65-gdbad