summaryrefslogtreecommitdiff
path: root/games-fps/ut2004-troopers
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/ut2004-troopers
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/ut2004-troopers')
-rw-r--r--games-fps/ut2004-troopers/Manifest3
-rw-r--r--games-fps/ut2004-troopers/metadata.xml8
-rw-r--r--games-fps/ut2004-troopers/ut2004-troopers-6.0.ebuild28
3 files changed, 0 insertions, 39 deletions
diff --git a/games-fps/ut2004-troopers/Manifest b/games-fps/ut2004-troopers/Manifest
deleted file mode 100644
index cddb251a3d33..000000000000
--- a/games-fps/ut2004-troopers/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST troopersversion60zip.zip 447383148 BLAKE2B 4eed868b0a8631529f0e09227d45db4f0a89ff7088cec2c03c263323aa9385f204561b278a9e6c408db6d972e773e2c3d3cbc7dff64ba0cd04fc603ce541d297 SHA512 2eec66a55b0733f2f5ee65e8a4deb329a50bcd47aa6fdcb7252a88c01e4e8db563b568d3176233a51711240e7b4dfebe0d8a8712d624915a872e8bfeb321cda4
-EBUILD ut2004-troopers-6.0.ebuild 585 BLAKE2B eb699a6086fa94879053b6c8d052e8ac79c6f8f1af72b4dbfac05e065254155ef33cd5f42a281fb9d95ce224f6f370e80d56663dc66fb367c9ab30433c91688d SHA512 dce38c80bbd43f75b412af28d701a12c681e19773af1412509831926ad519dc3f55af0b48f804e679f1b06a39aaea3d97efb21eebb0de8360b6ffa0bba5083e5
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-fps/ut2004-troopers/metadata.xml b/games-fps/ut2004-troopers/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/ut2004-troopers/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/ut2004-troopers/ut2004-troopers-6.0.ebuild b/games-fps/ut2004-troopers/ut2004-troopers-6.0.ebuild
deleted file mode 100644
index f3a202a6c7b3..000000000000
--- a/games-fps/ut2004-troopers/ut2004-troopers-6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MOD_DESC="Star Wars mod"
-MOD_NAME="Troopers"
-MOD_DIR="Troopers"
-MOD_ICON="Help/Troopers.ico"
-
-inherit games games-mods
-
-HOMEPAGE="https://www.moddb.com/mods/troopers-dawn-of-destiny/"
-SRC_URI="troopersversion${PV/.}zip.zip"
-
-LICENSE="freedist"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "${HOMEPAGE}"
- elog "and move it to ${DISTDIR}"
-}
-
-src_prepare() {
- rm -f ${MOD_DIR}/*.{bat,sh}
-}