summaryrefslogtreecommitdiff
path: root/games-fps/doom3-roe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /games-fps/doom3-roe
reinit the tree, so we can have metadata
Diffstat (limited to 'games-fps/doom3-roe')
-rw-r--r--games-fps/doom3-roe/Manifest4
-rw-r--r--games-fps/doom3-roe/doom3-roe-1.ebuild53
-rw-r--r--games-fps/doom3-roe/metadata.xml16
3 files changed, 73 insertions, 0 deletions
diff --git a/games-fps/doom3-roe/Manifest b/games-fps/doom3-roe/Manifest
new file mode 100644
index 000000000000..bf2e271af639
--- /dev/null
+++ b/games-fps/doom3-roe/Manifest
@@ -0,0 +1,4 @@
+EBUILD doom3-roe-1.ebuild 1123 SHA256 d04b475779f6fa7aaf8e453448abeaa4b439f53ce49a90420a95129717567bad SHA512 dc3dd6476b864084559eb1afc7f3e87fabddf1da91081eb39e71018ade0bdb943060e218efeb8d87835cc296ed9f88c5bf665c396adb1d7ffe7fc83127e6ecd8 WHIRLPOOL cfca0ef0182a059984f4e4d4bc1e25836f9e739db94ebc544f49c0a06a0b8b8082b928c8c6719d3ff731c59737a3cc0888fab5f39c8f32dfb14682e549b733f5
+MISC ChangeLog 2546 SHA256 b48a01ca65a3025fd661e898cc1925a054ed6fe964e0da5889d48aa9fb65538e SHA512 c6296a94336cb11867fd20657ebba4b53f6ca9300f9c71c6820ccfe5fdd14cf2511441d4f9f94e81f7f9cdeb934bbebfd4c8b4ef1d4b7088c628e7d7f3ef98f9 WHIRLPOOL 3dfc13e8d4ba47a80dd0eba667a75c06b4700f85d87d4eefd951b69ff149e94ffe82aabd466c11051866965d31e407e52eeb19fce5f5906e8eb776d8958d6bd0
+MISC ChangeLog-2015 2140 SHA256 f40fcd6c504f48304fa8d8bfb439bd0e6f4da78d2e7c048a3db1992e3931dd52 SHA512 50c2cbda79e20e95da246d966aabe601d734c7ecd8b522eafa18e45139c80d4ce323662079f9f21d60e736913966eb15ce632b050a3749c55a55d68e9b1fa00b WHIRLPOOL 784c71a9af240ebca684fcce278ff3f83842a63d3f386ee32caab1c3a60c85ba904e83dbe2d72cf4bf5b5033e49e307d300dced0eb0f3242709907c604fb2726
+MISC metadata.xml 708 SHA256 ecc6e5b9d45bdfacb786e6fa2070eebf1d780cc6704799c85545373f4c57580d SHA512 b6e3b1a4256c90d51a69f0c74f6a4e991f62af0721fce6c4e2ba884c08f92f7083c4b9ab1ea736f39f5886a2b246e11ababb6c0906151fe50fa0a0adaa8c01bf WHIRLPOOL 63a087d7f1c61c2bb11c3c90676c117a6d61b703f4dbd3ff78f0bcefceebf2823e2a4d4099595dcbc40901d94a2e3cba3a710b6bd64a59207c0987cfe3964f46
diff --git a/games-fps/doom3-roe/doom3-roe-1.ebuild b/games-fps/doom3-roe/doom3-roe-1.ebuild
new file mode 100644
index 000000000000..3519afb5a081
--- /dev/null
+++ b/games-fps/doom3-roe/doom3-roe-1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils cdrom games
+
+DESCRIPTION="Doom III: Resurrection of Evil expansion pack"
+HOMEPAGE="http://www.doom3.com/"
+SRC_URI=""
+
+LICENSE="DOOM3"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND=">=games-fps/doom3-1.3.1302-r2"
+
+S=${WORKDIR}
+
+dir=${GAMES_PREFIX_OPT}/doom3
+Ddir=${D}/${dir}
+
+src_unpack() {
+ cdrom_get_cds Setup/Data/d3xp/pak000.pk4
+ # Change from showing "d3xp" in the "mods" menu within Doom 3
+ # The ^1 changes the text to red
+ echo '^1Resurrection of Evil' > description.txt
+}
+
+src_install() {
+ insinto "${dir}"/d3xp
+
+ einfo "Copying file from the disk..."
+ doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4
+
+ doins description.txt
+
+ find "${Ddir}" -exec touch '{}' +
+
+ games_make_wrapper ${PN} "doom3 +set fs_game d3xp"
+ make_desktop_entry ${PN} "Doom III - Resurrection of Evil" doom3
+
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+
+ elog "This is just the data portion of the game. You will need to emerge"
+ elog "games-fps/doom3 to play the game."
+ echo
+}
diff --git a/games-fps/doom3-roe/metadata.xml b/games-fps/doom3-roe/metadata.xml
new file mode 100644
index 000000000000..1cfc52506137
--- /dev/null
+++ b/games-fps/doom3-roe/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+<longdescription>
+Science has unlocked the gates to the unknown, and now only one man stands
+between Hell and Earth. A sci-fi horror masterpiece, DOOM 3 is like nothing you
+have experienced. Dramatic storyline, pulse-pounding action, incredible
+graphics, and revolutionary technology combine to draw you into the most
+frightening and gripping first person gaming experience ever created. For more
+information, checkout http://www.doom3.com
+</longdescription>
+</pkgmetadata>