summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 16:29:54 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 16:29:54 -0500
commit9e2a01c4881b67200d0a43ab7d6f147d6e5ac2aa (patch)
treeeee761fd7ead0e24155a60891fae81b05f7500ea /games-fps/quake3-matrix
parentgames-fps/unreal-tournament: drop vulnerable (diff)
downloadgentoo-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-matrix')
-rw-r--r--games-fps/quake3-matrix/Manifest1
-rw-r--r--games-fps/quake3-matrix/metadata.xml8
-rw-r--r--games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild22
3 files changed, 0 insertions, 31 deletions
diff --git a/games-fps/quake3-matrix/Manifest b/games-fps/quake3-matrix/Manifest
deleted file mode 100644
index 3dead1bfaad3..000000000000
--- a/games-fps/quake3-matrix/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST matrix24.zip 21191819 BLAKE2B 04f97bc7fd711b59069e4447f7003a528683939ec209962124cff8d97c5b7e17750b595fd89a17f76a7e00ce06b127cc93bdd343f04ac8a2fb5d20eef2d4a45b SHA512 f19b7d9d6b54eee23480a4217e6c47fdca184fcd7653a04a147ad6a2af6151420381adb340db37f445e3a23d8c0f045c760c7f10218d6c2622f9cb74acd792db
diff --git a/games-fps/quake3-matrix/metadata.xml b/games-fps/quake3-matrix/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/quake3-matrix/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-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
deleted file mode 100644
index 1aeef46f0986..000000000000
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MOD_DESC="Matrix conversion mod"
-MOD_NAME="Matrix"
-MOD_DIR="matrix"
-
-inherit games games-mods
-
-HOMEPAGE="https://www.moddb.com/mods/matrix-quake-3"
-SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/matrix24.zip"
-
-LICENSE="freedist"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-
-src_unpack() {
- mkdir ${MOD_DIR} || die
- cd ${MOD_DIR} || die
- unpack ${A}
-}