diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /games-fps/doom3-lms | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-lms')
-rw-r--r-- | games-fps/doom3-lms/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom3-lms/doom3-lms-4.ebuild | 29 | ||||
-rw-r--r-- | games-fps/doom3-lms/metadata.xml | 8 |
3 files changed, 40 insertions, 0 deletions
diff --git a/games-fps/doom3-lms/Manifest b/games-fps/doom3-lms/Manifest new file mode 100644 index 000000000000..fcb891bc051f --- /dev/null +++ b/games-fps/doom3-lms/Manifest @@ -0,0 +1,3 @@ +DIST LastManStandingCoop4Multiplatform.zip 309768743 BLAKE2B 3ae67e85eb267e62d1158832f215c2c6b3e9dcf2593824ad45318c151e847eb8f057e2b6336c4e5c148194d0006496164cfccd7b93d1590e7fa2ac50b97c5b1c SHA512 f3d6fb1beab25dafc51a59153edb4cbb173ea4cdfd924b8f9610873bc1326efc2d85d62a23c6523b4a61319718a35ed44fecdf59bc8346fb1abb159ac93e6b15 +EBUILD doom3-lms-4.ebuild 670 BLAKE2B 04820c135ea27744dea917fd39565f2edaa5447519b2854858e5237c7a21d65129f66c4400bd47e06611591277310d74f324619ee5bea82413ce4000b8084eb4 SHA512 a3eb3e59cc282d7174e7decb5a0fec109baee1446eab6b8f92689c65f9c9c9e9a9c7d5e41d719c38bf534a3f633e510f78447c717dd77a393961f1ba7d46b2f1 +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild new file mode 100644 index 000000000000..c931cd3f1b92 --- /dev/null +++ b/games-fps/doom3-lms/doom3-lms-4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MOD_DESC="add co-op support or play against swarms of monsters" +MOD_NAME="Last Man Standing" +MOD_DIR="lms4" + +inherit games games-mods + +HOMEPAGE="https://www.doom3coop.com" +SRC_URI="LastManStandingCoop4Multiplatform.zip" + +LICENSE="GameFront" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated opengl" +RESTRICT="fetch bindist" + +pkg_nofetch() { + elog "Please download ${SRC_URI} from:" + elog "http://www.moddb.com/mods/last-man-standing-coop/downloads" + elog "and move it to ${DISTDIR}" +} + +src_prepare() { + cd ${MOD_DIR} || die + rm -f *.{bat,url} game_lms40{0,2}.pk4 +} diff --git a/games-fps/doom3-lms/metadata.xml b/games-fps/doom3-lms/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/doom3-lms/metadata.xml @@ -0,0 +1,8 @@ +<?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> |