diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-08 16:29:54 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-08 16:29:54 -0500 |
commit | 9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa (patch) | |
tree | eee761fd7ead0e24155a60891fae81b05f7500ea /games-fps/quake3-alliance | |
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-alliance')
-rw-r--r-- | games-fps/quake3-alliance/Manifest | 2 | ||||
-rw-r--r-- | games-fps/quake3-alliance/metadata.xml | 8 | ||||
-rw-r--r-- | games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild | 23 |
3 files changed, 0 insertions, 33 deletions
diff --git a/games-fps/quake3-alliance/Manifest b/games-fps/quake3-alliance/Manifest deleted file mode 100644 index 66e8c462091f..000000000000 --- a/games-fps/quake3-alliance/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST alliance30-33.zip 1995207 BLAKE2B 7a04b2fe357ea88e004ec2dc0aa72d70221725ce3acbdedda301c8601c5e5623b77fb61fbc17e4830b9ce138f190a9983b5a1f46219389f70566c76f2e09ee9b SHA512 e5cebec74e5c61d983453217b0a26f3111a23b76f9e20a5840231d45ca7323105dca983ee33e2d185902a353b5b882ddc488888a62b7ee38a000371e3f5dde61 -DIST alliance30.zip 60476973 BLAKE2B d29bb3b26d1b5d6b3558a548c1a3347e6a9368c048760167bd0f7bf48ca16edddfcde7ce003c217c4007b2a72f0f45a74216c8934a4ab2c41258aebc6520f9b7 SHA512 c48a5d78a85d667e0fd1d6ed321f716f932195fb48a479bc5405df50a50a4cd67e7d35b5a61080255e56b16eaa19acd7f394ed8fce320716d1a6c3f1be41107d diff --git a/games-fps/quake3-alliance/metadata.xml b/games-fps/quake3-alliance/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/quake3-alliance/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild deleted file mode 100644 index 29f6ddbaf7d0..000000000000 --- a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MOD_DESC="fast paced, off-handed grapple mod" -MOD_NAME="Alliance" -MOD_DIR="alliance" - -inherit games games-mods - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30.zip - http://www.superkeff.net/mods/mods/alliance/alliance30.zip - https://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30-33.zip - http://www.superkeff.net/mods/mods/alliance/alliance30-33.zip" - -LICENSE="freedist" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" - -src_prepare() { - rm -f *.exe -} |