summaryrefslogtreecommitdiff
path: root/games-fps/quake3-matrix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /games-fps/quake3-matrix
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
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 164660f7bcd7..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 496 BLAKE2B b088208bcbf107962c06a5d4bdd1bafdbb8711748514ef69c4df5865b175e99e67e31b9845c9a404a1cfa4da50f700a80e21b440355f207d994b166bd0b9c983 SHA512 550275961f2956863c11a53a695ca1d4370d2fa6b0e689d58937c5564010f2a26fa4e15aa8420202bf53b5e57ac0a1c396f17959b94c0e79cbb773060428f1c0
-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 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}
-}