summaryrefslogtreecommitdiff
path: root/games-fps/doom3-data
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-data
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-data')
-rw-r--r--games-fps/doom3-data/Manifest2
-rw-r--r--games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild46
-rw-r--r--games-fps/doom3-data/metadata.xml14
3 files changed, 0 insertions, 62 deletions
diff --git a/games-fps/doom3-data/Manifest b/games-fps/doom3-data/Manifest
deleted file mode 100644
index 32b03c503c5d..000000000000
--- a/games-fps/doom3-data/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD doom3-data-1.1.1282-r1.ebuild 977 BLAKE2B c34ba06fc2072450d130efaca6b26facd918c557c7063af1fad30985b7e466e5bd474bbf06311a164278d156f06feb0ce5ad2e13a746b21d2bcf06445c278400 SHA512 6aed225b474521b5619b08ea6ab0524f1a674abefb6c52967b16ed6b27ccd72b0f2243503088ced9f850d6274cb049a618428fe84689cdc97d2710af51ec5d06
-MISC metadata.xml 591 BLAKE2B ab53c17f71fdba0e4e72b7a117caed25571f0bdaf99d5903b81455d9cb419a1d2b4e8a2e4b5df2466f16554920b0e265e8390b263688ce1bd8647ebf8bac5e98 SHA512 c3c4b6bece181e97442362164c3a87f2c3c8bbaf378ea3f629497983c2a57077d92c9caf84fd7104c47430329e6789539bbb58bab92e6a6aecd47e93c04fd4f2
diff --git a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild b/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild
deleted file mode 100644
index cdb2aea6ab45..000000000000
--- a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild
+++ /dev/null
@@ -1,46 +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 3 - data portion"
-HOMEPAGE="http://www.doom3.com/"
-SRC_URI=""
-
-LICENSE="DOOM3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="games-fps/doom3"
-
-S=${WORKDIR}
-
-src_install() {
- cdrom_get_cds \
- Setup/Data/base/pak002.pk4 \
- Setup/Data/base/pak000.pk4 \
- Setup/Data/base/pak003.pk4
-
- insinto "${GAMES_PREFIX_OPT}"/doom3/base
-
- einfo "Copying files from CD 1..."
- doins "${CDROM_ROOT}"/Setup/Data/base/pak002.pk4
-
- cdrom_load_next_cd
- einfo "Copying files from CD 2..."
- doins "${CDROM_ROOT}"/Setup/Data/base/pak00{0,1}.pk4
-
- cdrom_load_next_cd
- einfo "Copying files from CD 3..."
- doins "${CDROM_ROOT}"/Setup/Data/base/pak00{3,4}.pk4
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "This is just the data portion of the game. You will need to install"
- elog "games-fps/doom3 to play the game."
-}
diff --git a/games-fps/doom3-data/metadata.xml b/games-fps/doom3-data/metadata.xml
deleted file mode 100644
index 5d323b38e051..000000000000
--- a/games-fps/doom3-data/metadata.xml
+++ /dev/null
@@ -1,14 +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>
-This is the data portion of the commercial Id Software game Doom III. This is
-commercial software and requires the purchase of Doom III from any retailer.
-This package copies files from the Doom III media and is interactive, in that
-regard. To play the game, you will still need games-fps/doom3 merged.
-</longdescription>
-</pkgmetadata>