summaryrefslogtreecommitdiff
path: root/games-fps/final-doom-data-gog
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /games-fps/final-doom-data-gog
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'games-fps/final-doom-data-gog')
-rw-r--r--games-fps/final-doom-data-gog/Manifest3
-rw-r--r--games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild35
-rw-r--r--games-fps/final-doom-data-gog/metadata.xml12
3 files changed, 50 insertions, 0 deletions
diff --git a/games-fps/final-doom-data-gog/Manifest b/games-fps/final-doom-data-gog/Manifest
new file mode 100644
index 000000000000..8c888f870d65
--- /dev/null
+++ b/games-fps/final-doom-data-gog/Manifest
@@ -0,0 +1,3 @@
+DIST setup_final_doom_1.9_(28044).exe 28883648 BLAKE2B e5b8657011eca1b06e9b04a3cdc57cc731b0009d32dee4e375ac308f71f568f4cfed9e8f030b89d7fad46b98076ede762a5635e81317a668c1b1e9c4c0b0e14a SHA512 e4c454609f2c3f08be3b0064768a76ca171a44ea3c822ec632ceee3616e1d9d2df7b5dd0cb8730160184b862bfccba0ac1da05e32a8f90cf3dc2a7314b196e6d
+EBUILD final-doom-data-gog-1.9.ebuild 805 BLAKE2B 0eb82128e3f12ccb7f20ff36591fac1b9364e0316e5d68d2be571c79de0b9975e740ba84e5559cdc63fa4d6d36d6efb3d4db56985d879f210050db47a0b4e298 SHA512 18af97c232b31de23bb304edf38d453db59bc3b79e8dcd70013109a51c32a1ecff5ce27e2bd45ea843266b43356f287d3d05867bd9829e5c65c4816daa7f4ddc
+MISC metadata.xml 362 BLAKE2B dc08f40ec0b96ccae5aae0316565ea1b9b79d27d7c656d52761fa9c6c671e6e8eb37572d6820182b95b383641d3305aca071d802e6feec5e2e406022a5e0ea5d SHA512 ade0f9814d7adb32c77232b9a9e5e00782562b93f330e925f55366c78b4171f731c1916f41447386a5ef8ec3822db2d00c9ec1d2668180e9e5f6423b3423a0c0
diff --git a/games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild b/games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild
new file mode 100644
index 000000000000..8ff5f5a2491b
--- /dev/null
+++ b/games-fps/final-doom-data-gog/final-doom-data-gog-1.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Data files for Final DOOM from gog.com"
+HOMEPAGE="https://www.gog.com/en/game/doom_ii_final_doom"
+SRC_URI="setup_final_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=/Plutonia/PLUTONIA.WAD \
+ --include=/TNT/TNT.WAD \
+ --include=/Manual.pdf \
+ "${DISTDIR}/${A}" || die
+
+ insinto /usr/share/doom
+ doins plutonia/plutonia.wad tnt/tnt.wad
+
+ dodoc manual.pdf
+}
diff --git a/games-fps/final-doom-data-gog/metadata.xml b/games-fps/final-doom-data-gog/metadata.xml
new file mode 100644
index 000000000000..88274e035679
--- /dev/null
+++ b/games-fps/final-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>