diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
commit | 0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch) | |
tree | 07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/doom3-inhell | |
parent | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-inhell')
-rw-r--r-- | games-fps/doom3-inhell/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 28 | ||||
-rw-r--r-- | games-fps/doom3-inhell/metadata.xml | 8 |
3 files changed, 0 insertions, 39 deletions
diff --git a/games-fps/doom3-inhell/Manifest b/games-fps/doom3-inhell/Manifest deleted file mode 100644 index 5d33bebcd23c..000000000000 --- a/games-fps/doom3-inhell/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST in_hell_v11.zip 356652597 BLAKE2B af2f072413d417a3d06d099b4c5c2b2ac5c3fde9e54a90be81ad12d2103252476ee048f4b38dc241b73f82099f58568c02ceb4e754f7a8fa3b1ae2193b8d161f SHA512 6d97856f518161a445eb1b01eef9a987b9e0675729734539b57c56ff798cb257a6e337cd19c3b37dbea5bf5b22ae6694957a08e3fe8bc3207ea1b7982e3f8624 -EBUILD doom3-inhell-1.1-r1.ebuild 582 BLAKE2B 9799b55ba36c9d42e8a63f96fd555231a0a114f4c07e372237e8f206d98ccda21c731f8ab52798809b8fd4cc58dd0773b4b3f4badd63b01c106f90c9a0cbe93a SHA512 2d68bd3abca0b55390497f72b05c436335442aad7a5da056bd6aa205d52a9a928ab187c79909840c65c2aabdd0c56249e088c090620d414ff4911a91f1cb97f0 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild deleted file mode 100644 index bdd54df23fba..000000000000 --- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MOD_DESC="Ultimate Doom-inspired levels for Doom 3" -MOD_NAME="In Hell" -MOD_DIR="inhell" - -inherit games games-mods - -HOMEPAGE="http://www.doomerland.de.vu/" -SRC_URI="in_hell_v${PV/.}.zip" - -LICENSE="GameFront" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" -RESTRICT="fetch bindist" - -pkg_nofetch() { - elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/4631315" - elog "and move it to ${DISTDIR}" -} - -src_prepare() { - mv -f In_Hell ${MOD_DIR} || die -} diff --git a/games-fps/doom3-inhell/metadata.xml b/games-fps/doom3-inhell/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/doom3-inhell/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> |