summaryrefslogtreecommitdiff
path: root/games-fps/doom3-roe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/doom3-roe
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-roe')
-rw-r--r--games-fps/doom3-roe/Manifest2
-rw-r--r--games-fps/doom3-roe/doom3-roe-1.ebuild53
-rw-r--r--games-fps/doom3-roe/metadata.xml16
3 files changed, 0 insertions, 71 deletions
diff --git a/games-fps/doom3-roe/Manifest b/games-fps/doom3-roe/Manifest
deleted file mode 100644
index a8bc306fede9..000000000000
--- a/games-fps/doom3-roe/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD doom3-roe-1.ebuild 1125 BLAKE2B 39336ef1c81bbd9ce7cf241a4769bfb273f683826db9cd948bdea246ad08c1eef3fbad1bfca898b179a1e95a6ab4304f8ccd23186c87356a854bb4b76300f2bf SHA512 6298e6825517288bd5bc745c342d4c87e39aedfa7f25875aca52f7ce174bbeec3feba66888e59aead072bcf4e1f8952befcdde192f7ec35a7971fabc3aa5acfc
-MISC metadata.xml 708 BLAKE2B 13bbc429d58051c74aa1be7c2f817c8608789ee089d14e39d7fc1835e99c346d947da3deafe4704e5cc785b626e2f4e0e9059ef60db8a0f3ad42e8ada85fed9c SHA512 b6e3b1a4256c90d51a69f0c74f6a4e991f62af0721fce6c4e2ba884c08f92f7083c4b9ab1ea736f39f5886a2b246e11ababb6c0906151fe50fa0a0adaa8c01bf
diff --git a/games-fps/doom3-roe/doom3-roe-1.ebuild b/games-fps/doom3-roe/doom3-roe-1.ebuild
deleted file mode 100644
index 1c8c05a0b84d..000000000000
--- a/games-fps/doom3-roe/doom3-roe-1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
deleted file mode 100644
index 1cfc52506137..000000000000
--- a/games-fps/doom3-roe/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>