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 | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'games-fps/doom3')
-rw-r--r-- | games-fps/doom3/Manifest | 4 | ||||
-rw-r--r-- | games-fps/doom3/doom3-1.3.1304-r1.ebuild | 99 | ||||
-rw-r--r-- | games-fps/doom3/metadata.xml | 20 |
3 files changed, 0 insertions, 123 deletions
diff --git a/games-fps/doom3/Manifest b/games-fps/doom3/Manifest deleted file mode 100644 index 94249879e5f7..000000000000 --- a/games-fps/doom3/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST doom3-linux-1.3.1.1304.x86.run 21145838 BLAKE2B ac69b20193b188556143ff57464f81c088dc008abfda98ff49d8a2d802fa06ff383e6bcde4a8a056066e8cd663a07fa01f4f171e30ec5fe9185fd975a13efb60 SHA512 f2a42478d84a6242a7982d1acd726b746596b7a13147acbd920d618223d6f52ab4c49aa7d7f07067674da2881372a181396a0bdd476e3956fb702c76eebb0d02 -DIST doom3.png 6502 BLAKE2B e467e622bb8955024aaf13dc97e0facc7f83aa344007172890d1982f39d35a643c859663fbdc60424332fe1b4b57711b7ce75fcdda8c77b4b2e8e6b71e9431e2 SHA512 9a2b3831babbf3fa0d354e1a4a779c972676edbcc0b287de9b9f3eb830e0a00d557ba9645fbf0e58e07d5705efb0ef2b7ab96cd92493e2a0afc30c8842c0043b -EBUILD doom3-1.3.1304-r1.ebuild 2480 BLAKE2B c101dbce9ebbbc42f8831c2a049315e0ffba15918d8c71a1b9dd93a9e0affe37971cba0c0d4cd3229ccd4ab70bd15bcee4955f167c98366221914449d4f51251 SHA512 1dd8891e6f2c719f55dc87e77950ccf586ebd4ff153c1fa12015dbe03a113702ff465c07332884fb6ecd723a9ea493d606d798c061067eb11da429b9a3ae0303 -MISC metadata.xml 891 BLAKE2B 0b944b27943005ae45f7adcf1c5106b104f8c6d96adfe656cfed97c640793bfa5bd93799d8387393b7277bd9eaffbd5d4236755e705475836e2c13646ddffc53 SHA512 6652538b02d91c4fcb4ae39e6abdbfa66339481a4dc33c177cb9b5fca1787025b0819fcccd89de53fbc851b12db3d1b77f4d0c2baa03766f74e79458d463bdcd diff --git a/games-fps/doom3/doom3-1.3.1304-r1.ebuild b/games-fps/doom3/doom3-1.3.1304-r1.ebuild deleted file mode 100644 index 81c27d88b6fa..000000000000 --- a/games-fps/doom3/doom3-1.3.1304-r1.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -MY_PV="1.3.1.1304" - -DESCRIPTION="3rd installment of the classic iD 3D first-person shooter" -HOMEPAGE="http://www.doom3.com/" -SRC_URI="mirror://idsoftware/doom3/linux/doom3-linux-${MY_PV}.x86.run - http://zerowing.idsoftware.com/linux/${PN}.png" - -LICENSE="DOOM3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cdinstall dedicated roe" -RESTRICT="bindist mirror strip" - -DEPEND="app-arch/bzip2 - app-arch/tar" -RDEPEND="sys-libs/glibc - amd64? ( sys-libs/glibc[multilib] ) - !dedicated? ( - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] - ) - cdinstall? ( - >=games-fps/doom3-data-1.1.1282-r1 - roe? ( games-fps/doom3-roe ) )" - -S=${WORKDIR} -dir=${GAMES_PREFIX_OPT}/${PN} - -QA_TEXTRELS="${dir:1}/pb/pbcl.so - ${dir:1}/pb/pbcls.so - ${dir:1}/pb/pbag.so - ${dir:1}/pb/pbsv.so - ${dir:1}/pb/pbags.so" - -QA_EXECSTACK="${dir:1}/doom.x86 - ${dir:1}/doomded.x86" - -pkg_pretend() { - if use dedicated; then - ewarn "${CATEGORY}/${PN}[dedicated] will only install the dedicated game server" - fi -} - -src_unpack() { - unpack_makeself ${PN}-linux-${MY_PV}.x86.run -} - -src_install() { - insinto "${dir}" - doins License.txt CHANGES README version.info ${PN}.png - doins -r base d3xp pb - - exeinto "${dir}" - doexe openurl.sh bin/Linux/x86/doomded.x86 - if ! use dedicated; then - doexe bin/Linux/x86/doom.x86 - - games_make_wrapper ${PN} ./doom.x86 "${dir}" "${dir}" - doicon "${DISTDIR}"/${PN}.png || die "doicon" - make_desktop_entry ${PN} "Doom III" - fi - games_make_wrapper ${PN}-ded ./doomded.x86 "${dir}" "${dir}" - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - if ! use cdinstall; then - elog "You need to copy pak000.pk4, pak001.pk4, pak002.pk4, pak003.pk4, and" - elog "pak004.pk4 from either your installation media or your hard drive to" - elog "${dir}/base before running the game," - elog "or 'emerge games-fps/doom3-data' to install from CD." - if use roe ; then - echo - elog "To use the Resurrection of Evil expansion pack, you also need to copy" - elog "pak000.pk4 to ${dir}/d3xp from the RoE CD before running the game," - elog "or 'emerge doom3-roe' to install from CD." - fi - fi - - if ! use dedicated; then - echo - elog "To play the game, run:" - elog " doom3" - fi - echo - elog "To start the dedicated server, run:" - elog " doom3-ded" -} diff --git a/games-fps/doom3/metadata.xml b/games-fps/doom3/metadata.xml deleted file mode 100644 index 23889c3beb20..000000000000 --- a/games-fps/doom3/metadata.xml +++ /dev/null @@ -1,20 +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> - <use> - <flag name="dedicated">install only as a dedicated game server</flag> - <flag name="roe">Adds support for the Resurrection of Evil expansion</flag> - </use> -</pkgmetadata> |