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-cdoom | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-cdoom')
-rw-r--r-- | games-fps/doom3-cdoom/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild | 30 | ||||
-rw-r--r-- | games-fps/doom3-cdoom/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/games-fps/doom3-cdoom/Manifest b/games-fps/doom3-cdoom/Manifest new file mode 100644 index 000000000000..f3153b61641f --- /dev/null +++ b/games-fps/doom3-cdoom/Manifest @@ -0,0 +1,3 @@ +DIST classic_doom_3_131.zip 212329377 BLAKE2B 285bef3185c18cbc2e40f3cf54843dc1e37fabcf032453f8580308e8efb1da59a7d5815ad53a71752ff019671fc2949d10cf89a4ac9c21f292513af3f0c4b6f9 SHA512 6e997b6d3c35296b1d0c9ece288cc9d8d8dee1dcc42b38e068e7c101c79ab01475093777bfcd6ffeab1943fef3bc1f62e5917288c4a28789448454db9e656e51 +EBUILD doom3-cdoom-1.3.1.ebuild 643 BLAKE2B 8e90c999e1b43ef4620c5438fea8c402b5889f360f3a6e081ac7318c8cdbd26347e131367c4d7e23b03520634286ee35441c4a53b1aa5b4a483e21e2c04ed642 SHA512 9d8e8717db4a226cc9e2e3459e342c7b8fb8fee6ac1614a3010e0212851060f897c02d80910a52ca525217d00ef59ec7eb35d4504612fa82832509ea66945ba6 +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild new file mode 100644 index 000000000000..41cce5766df9 --- /dev/null +++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MOD_DESC="Doom 1 conversion for Doom 3" +MOD_NAME="Classic Doom" +MOD_DIR="cdoom" +MOD_ICON="cdoom.ico" + +inherit games games-mods + +HOMEPAGE="https://www.moddb.com/mods/classic-doom-3" +SRC_URI="classic_doom_3_${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/8748743" + elog "and move it to ${DISTDIR}" +} + +src_prepare() { + cd ${MOD_DIR} || die + rm -f *.{bat,url} cdoom_{dll,mac}.pk4 +} diff --git a/games-fps/doom3-cdoom/metadata.xml b/games-fps/doom3-cdoom/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/doom3-cdoom/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> |