summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-10-27 22:49:39 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-10-27 23:48:23 +0000
commit9ef701d8e96002015c5a8e15653a78fea7d6517b (patch)
treeb7bd374b035e3e5abcf5b126f5435888b378e309 /games-fps/ut2004-action
parentgames-fps/ut2004-bonuspack-cbp2: Fix SRC_URI, drop eclasses, EAPI 7 (diff)
downloadgentoo-9ef701d8e96002015c5a8e15653a78fea7d6517b.tar.gz
gentoo-9ef701d8e96002015c5a8e15653a78fea7d6517b.tar.bz2
gentoo-9ef701d8e96002015c5a8e15653a78fea7d6517b.zip
games-fps/ut2004-*: Drop last-rited UT2004 mod packages
This does not include the bonus packs, which have been fixed. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/ut2004-action')
-rw-r--r--games-fps/ut2004-action/Manifest1
-rw-r--r--games-fps/ut2004-action/metadata.xml8
-rw-r--r--games-fps/ut2004-action/ut2004-action-1.ebuild24
3 files changed, 0 insertions, 33 deletions
diff --git a/games-fps/ut2004-action/Manifest b/games-fps/ut2004-action/Manifest
deleted file mode 100644
index 9913b968f081..000000000000
--- a/games-fps/ut2004-action/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aut-r1-msuc.zip 323878282 BLAKE2B 509036928b33697926d81e920cb9ca3496549d1024f33912d8de48d5328cd4a20cf5412b4c3ebf4d3e0f3dbba347d486c3d2ed4a14185e817e7aad4b560312ee SHA512 50aafff330839c9b8fe8be2e6a98d9532f8429e2a8f258a9a6dabd39f555a9ce11f9178592575996ebce2629ff5c7f3046777bc1605f21c2bbefb80e11ca4f65
diff --git a/games-fps/ut2004-action/metadata.xml b/games-fps/ut2004-action/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/ut2004-action/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-action/ut2004-action-1.ebuild b/games-fps/ut2004-action/ut2004-action-1.ebuild
deleted file mode 100644
index d4dca4341dda..000000000000
--- a/games-fps/ut2004-action/ut2004-action-1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="Action movie mod"
-MOD_NAME="Action"
-MOD_DIR="action"
-MOD_ICON="aut.ico"
-
-inherit games games-mods
-
-HOMEPAGE="https://www.moddb.com/mods/action-unreal-tournament/addons/action-unreal-tournament-r1"
-SRC_URI="https://ut.rushbase.net/beyondunreal/mods/aut-r1-msuc.zip"
-
-LICENSE="freedist"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-
-src_unpack() {
- mkdir ${MOD_DIR} || die
- cd ${MOD_DIR} || die
- unpack ${A}
-}