diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /games-fps/doom-data-gog | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'games-fps/doom-data-gog')
-rw-r--r-- | games-fps/doom-data-gog/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom-data-gog/doom-data-gog-1.9.ebuild | 37 | ||||
-rw-r--r-- | games-fps/doom-data-gog/metadata.xml | 12 |
3 files changed, 52 insertions, 0 deletions
diff --git a/games-fps/doom-data-gog/Manifest b/games-fps/doom-data-gog/Manifest new file mode 100644 index 000000000000..734144209612 --- /dev/null +++ b/games-fps/doom-data-gog/Manifest @@ -0,0 +1,3 @@ +DIST setup_the_ultimate_doom_1.9_(28044).exe 19165952 BLAKE2B e4455b247907eb125f5f38da9dddadc02595f252cfc0df5460407f7e8d5e978188e371368d9a98fec5507be0293fcb17069fb8cf552ab737ba443a45b7f71c71 SHA512 b04044e0bae290d018ee4f876508f80d45042705573f479ddf4cd26ed0c8cb37bf44a680ad79f56cce2e0450f60706cf4405c202a4db88e0d39be5889ed95b23 +EBUILD doom-data-gog-1.9.ebuild 866 BLAKE2B 5033eeebd70020f81ab069912dfeb505f7f95814ba8791c8ffcb903117ab1e0b1bc6a904cb077321afbd9b150121736a4c93bb972e22002bac3f77622548843b SHA512 50b0b5018acd29bd4b5bcacd6209cc209a965f16ac866bfed13b01cd8050e01e820eeda0bfda2cbef1c4815a8d41f5c99246caab2378a0eb601fe7940cc7f237 +MISC metadata.xml 362 BLAKE2B dc08f40ec0b96ccae5aae0316565ea1b9b79d27d7c656d52761fa9c6c671e6e8eb37572d6820182b95b383641d3305aca071d802e6feec5e2e406022a5e0ea5d SHA512 ade0f9814d7adb32c77232b9a9e5e00782562b93f330e925f55366c78b4171f731c1916f41447386a5ef8ec3822db2d00c9ec1d2668180e9e5f6423b3423a0c0 diff --git a/games-fps/doom-data-gog/doom-data-gog-1.9.ebuild b/games-fps/doom-data-gog/doom-data-gog-1.9.ebuild new file mode 100644 index 000000000000..2156a471e23a --- /dev/null +++ b/games-fps/doom-data-gog/doom-data-gog-1.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Data files for The Ultimate DOOM from gog.com" +HOMEPAGE="https://www.gog.com/en/game/the_ultimate_doom" +SRC_URI="setup_the_ultimate_doom_${PV}_(28044).exe" +LICENSE="GOG-EULA" +SLOT="0" +KEYWORDS="~amd64 ~arm ~m68k ~x86" +RESTRICT="bindist fetch" + +BDEPEND="app-arch/innoextract" + +S="${WORKDIR}" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " ${HOMEPAGE}" + einfo "and move it to your distfiles directory." +} + +src_install() { + innoextract --extract --lowercase \ + --include=/DOOM.WAD \ + --include=/Manual.pdf \ + --include=/Doom\ Bible.pdf \ + "${DISTDIR}/${A}" || die + + insinto /usr/share/doom + doins doom.wad + dosym doom.wad /usr/share/doom/udoom.wad + + dodoc manual.pdf + newdoc "doom bible.pdf" doom-bible.pdf +} diff --git a/games-fps/doom-data-gog/metadata.xml b/games-fps/doom-data-gog/metadata.xml new file mode 100644 index 000000000000..88274e035679 --- /dev/null +++ b/games-fps/doom-data-gog/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>chewi@gentoo.org</email> + <name>James Le Cuirot</name> + </maintainer> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> |