diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /games-fps/ut2004-action | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'games-fps/ut2004-action')
-rw-r--r-- | games-fps/ut2004-action/Manifest | 3 | ||||
-rw-r--r-- | games-fps/ut2004-action/metadata.xml | 8 | ||||
-rw-r--r-- | games-fps/ut2004-action/ut2004-action-1.ebuild | 24 |
3 files changed, 0 insertions, 35 deletions
diff --git a/games-fps/ut2004-action/Manifest b/games-fps/ut2004-action/Manifest deleted file mode 100644 index 5a30410ccc89..000000000000 --- a/games-fps/ut2004-action/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST aut-r1-msuc.zip 323878282 BLAKE2B 509036928b33697926d81e920cb9ca3496549d1024f33912d8de48d5328cd4a20cf5412b4c3ebf4d3e0f3dbba347d486c3d2ed4a14185e817e7aad4b560312ee SHA512 50aafff330839c9b8fe8be2e6a98d9532f8429e2a8f258a9a6dabd39f555a9ce11f9178592575996ebce2629ff5c7f3046777bc1605f21c2bbefb80e11ca4f65 -EBUILD ut2004-action-1.ebuild 536 BLAKE2B f9a8b6470101b6f78a4c92286177717a8b741dd0b5bd05f60ce320773417cdf7af19c447399764de869b6c5e9cf2dcc2e9bbb554f97dbd28f39160705cbcb059 SHA512 a1024f140abc613ffbf31feb2958be91aaddbc62b4013e920226c4ecf36bd2b31e043c6bc1c359454e7c9092447220795c7a07699f686fff2843b458479b0f40 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 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} -} |