diff options
author | 2019-12-08 16:29:54 -0500 | |
---|---|---|
committer | 2019-12-08 16:29:54 -0500 | |
commit | 9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa (patch) | |
tree | eee761fd7ead0e24155a60891fae81b05f7500ea /games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | |
parent | games-fps/unreal-tournament: drop vulnerable (diff) | |
download | gentoo-9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa.tar.gz gentoo-9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa.tar.bz2 gentoo-9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa.zip |
games-fps/quake3*: drop vulnerable pkgs
Closes: https://bugs.gentoo.org/420783
Closes: https://bugs.gentoo.org/606696
Closes: https://bugs.gentoo.org/627236
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild')
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild deleted file mode 100644 index 1639da7c0de..00000000000 --- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MOD_DESC="Control Ki-powered superheros and battle in the air" -MOD_NAME="Bid For Power" -MOD_DIR="bfpq3" -MOD_ICON="bfp.ico" - -inherit games games-mods - -HOMEPAGE="https://www.moddb.com/mods/bid-for-power" -SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/bidforpower/bidforpower${PV/./-}.zip" - -LICENSE="freedist" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" |