diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /games-fps/doom3-data | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'games-fps/doom3-data')
-rw-r--r-- | games-fps/doom3-data/Manifest | 2 | ||||
-rw-r--r-- | games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild | 46 | ||||
-rw-r--r-- | games-fps/doom3-data/metadata.xml | 14 |
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> |