summaryrefslogtreecommitdiff
path: root/games-fps/quake3-matrix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/quake3-matrix
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/quake3-matrix')
-rw-r--r--games-fps/quake3-matrix/Manifest3
-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, 33 deletions
diff --git a/games-fps/quake3-matrix/Manifest b/games-fps/quake3-matrix/Manifest
deleted file mode 100644
index 8e17bb51914f..000000000000
--- a/games-fps/quake3-matrix/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST matrix24.zip 21191819 BLAKE2B 04f97bc7fd711b59069e4447f7003a528683939ec209962124cff8d97c5b7e17750b595fd89a17f76a7e00ce06b127cc93bdd343f04ac8a2fb5d20eef2d4a45b SHA512 f19b7d9d6b54eee23480a4217e6c47fdca184fcd7653a04a147ad6a2af6151420381adb340db37f445e3a23d8c0f045c760c7f10218d6c2622f9cb74acd792db
-EBUILD quake3-matrix-2.4_beta-r1.ebuild 465 BLAKE2B 9638505bf201d62e72a9b0c2bc3466dc685476585a284bdfaab29243552473201e7b14479f7cd77a74adf3fe0f9c547a38f97f411b56cf9ae7a17513715be679 SHA512 c75dfa4ebf49479c1185d04078543498ff7942eedf0cd7e89da62728925eecd06d000f91c5a24ecb0cd1a7912e54b024a4476b8c78b5930b89a4c838e6b4ec1a
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
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 184a4a09b17b..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="mirror://quakeunity/modifications/matrix24.zip"
-
-LICENSE="freedist"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-
-src_unpack() {
- mkdir ${MOD_DIR} || die
- cd ${MOD_DIR} || die
- unpack ${A}
-}