summaryrefslogtreecommitdiff
path: root/games-fps/ut2004-unwheel
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-unwheel
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/ut2004-unwheel')
-rw-r--r--games-fps/ut2004-unwheel/Manifest4
-rw-r--r--games-fps/ut2004-unwheel/metadata.xml8
-rw-r--r--games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild32
3 files changed, 0 insertions, 44 deletions
diff --git a/games-fps/ut2004-unwheel/Manifest b/games-fps/ut2004-unwheel/Manifest
deleted file mode 100644
index 7c366041cb15..000000000000
--- a/games-fps/ut2004-unwheel/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST unwheel_r5.zip 596390232 BLAKE2B 583b89cd10962e09084f66d85ba437cc336fc3818a9af1cab30d553dc213efa23f88692d555842dbf5c5a7fc27fe607066695163503131d4cadff548d1bb5f91 SHA512 4cf319b1e20c9faa5e248e3a39a015b9a37d6defe4a8f31d634931a426dec957a1330d559d45333fda9a2451f9f3a0f7161d94c101d46950f6921fcfc0d87ee3
-DIST unwheelcbpvol1.zip 138178365 BLAKE2B 25f3f61803c63e7cf6f5e4dd7da29ff9c3d90481677416bcb10cc3fae26db5aa6b0065fe945e46b632852b6e9853a7263f97bfc6de2a2a8b13067d1e917d12b4 SHA512 0cb1c3a64d8cd4448ebdfde175a25afa253336102831fa8a2abc113064cca4a0afbe90e806b4c1d1fa898142496070349566e2bcf5aad42ba12dec2c947e6fcc
-EBUILD ut2004-unwheel-0_beta5.ebuild 684 BLAKE2B bbde5642bc4d9a656dd1ddc265c16647c26bc30775a7553cf0cd14f2020c9e6da882a1ac27aeb68da9f350b43bb7ab1ee7672e11a8423a36e3f9779f1f6e9068 SHA512 0255c0782601f5200b31ae93a1d77ec466c28821be69550ae8b57b23c48ce414cb3aa1757deb2c4b138e3bad17f11b86d8598e9da0753b5751a46bdf97305f08
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-fps/ut2004-unwheel/metadata.xml b/games-fps/ut2004-unwheel/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/ut2004-unwheel/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-unwheel/ut2004-unwheel-0_beta5.ebuild b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
deleted file mode 100644
index 934b1d4547dd..000000000000
--- a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="multiplayer driving mod focusing on fun driving"
-MOD_NAME="UnWheel"
-MOD_DIR="unwheel"
-
-inherit games games-mods
-
-HOMEPAGE="https://www.moddb.com/mods/unwheel"
-SRC_URI="unwheel_r5.zip
- unwheelcbpvol1.zip"
-
-LICENSE="GameFront"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-RESTRICT="fetch bindist"
-
-pkg_nofetch() {
- elog "Please download the following files:"
- elog "http://www.filefront.com/5110896"
- elog "http://www.filefront.com/13792114"
- elog "and move them to ${DISTDIR}"
-}
-
-src_unpack() {
- mkdir ${MOD_DIR} || die
- cd ${MOD_DIR} || die
- unpack ${A}
-}