From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-fps/doom3-inhell/Manifest | 3 +++ games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 28 +++++++++++++++++++++++ games-fps/doom3-inhell/metadata.xml | 8 +++++++ 3 files changed, 39 insertions(+) create mode 100644 games-fps/doom3-inhell/Manifest create mode 100644 games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild create mode 100644 games-fps/doom3-inhell/metadata.xml (limited to 'games-fps/doom3-inhell') diff --git a/games-fps/doom3-inhell/Manifest b/games-fps/doom3-inhell/Manifest new file mode 100644 index 000000000000..5d33bebcd23c --- /dev/null +++ b/games-fps/doom3-inhell/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..bdd54df23fba --- /dev/null +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild @@ -0,0 +1,28 @@ +# 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 new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/doom3-inhell/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + -- cgit v1.2.3