summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 16:10:50 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 16:10:50 -0500
commit70055e22603149c4a2efd497d0d9bb3d37d0f107 (patch)
treea076a3504f10d91e890d2551919fc725280f3208 /games-fps/quake4-demo
parentgames-fps/*: drop last-rited pkgs (diff)
downloadgentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.tar.gz
gentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.tar.bz2
gentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.zip
games-fps/*: remove last-rited pkgs
Bug: https://bugs.gentoo.org/194607 Bug: https://bugs.gentoo.org/204067 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-fps/quake4-demo')
-rw-r--r--games-fps/quake4-demo/Manifest1
-rw-r--r--games-fps/quake4-demo/metadata.xml24
-rw-r--r--games-fps/quake4-demo/quake4-demo-1.0-r2.ebuild73
3 files changed, 0 insertions, 98 deletions
diff --git a/games-fps/quake4-demo/Manifest b/games-fps/quake4-demo/Manifest
deleted file mode 100644
index c13fe9566559..000000000000
--- a/games-fps/quake4-demo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST quake4-linux-1.0-demo.x86.run 337276597 BLAKE2B 1fa657287210e717486955c5b6190e52665c2c8eb4faf44b1a4ba851347e934436f1153c9df2c3296e3e981c7cf981dbcf5bdb042b6eab1d36214f6937839161 SHA512 c7fa64ca9f95ab61fd02f2d7d3a85c718a5dea9f60a89ba8b46e7500f090fe45bbe498775e41541e33a0bb3483b75da10529755bef3a97d3e362d1c173a02abe
diff --git a/games-fps/quake4-demo/metadata.xml b/games-fps/quake4-demo/metadata.xml
deleted file mode 100644
index c4e94c39a17d..000000000000
--- a/games-fps/quake4-demo/metadata.xml
+++ /dev/null
@@ -1,24 +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>
-In a desparate war for Earth's survival against and unrelenting alient enemy,
-the only way to defeat them is to become one of them.
-
-Earth is under seige by the Strogg, a barbaric alien race moving through the
-universe consuming, recycling and annihilating any civilization in their path.
-In a deperate attempt to survive, an armada of Earth's finest warriors is sent
-to take the battle to the Strogg home planet.
-
-You are Matthow Kane, an elite member of Rhino Squad and Eath's valiant invasion
-force. Fight alone, with your squad, or in hover tanks and mechanized walkers
-as you engage in a heroic mission the the heart of the Strogg war machine.
-
-Quake 4 is the fourth installment of the extremely popular and successful Quake
-series by id software. This is the demo version of the commercial game.
-</longdescription>
-</pkgmetadata>
diff --git a/games-fps/quake4-demo/quake4-demo-1.0-r2.ebuild b/games-fps/quake4-demo/quake4-demo-1.0-r2.ebuild
deleted file mode 100644
index 9ea56e18b3f8..000000000000
--- a/games-fps/quake4-demo/quake4-demo-1.0-r2.ebuild
+++ /dev/null
@@ -1,73 +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_P="quake4-linux-${PV}-demo"
-DESCRIPTION="Sequel to Quake 2, an Id 3D first-person shooter"
-HOMEPAGE="http://www.quake4game.com/"
-SRC_URI="mirror://idsoftware/quake4/demo/${MY_P}.x86.run
- http://www.holarse.de/mirror/${MY_P}.x86.run
- http://sonic-lux.net/data/mirror/quake4/${MY_P}.x86.run"
-
-LICENSE="QUAKE4"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="dedicated"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="sys-libs/glibc
- sys-libs/libstdc++-v3:5
- amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] )
- dedicated? ( app-misc/screen )
- !dedicated? (
- || (
- virtual/opengl[abi_x86_32(-)]
- x11-drivers/nvidia-drivers
- )
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
- >=media-libs/libsdl-1.2.15-r4[X,opengl,sound,abi_x86_32(-)]
- )"
-
-S=${WORKDIR}
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-
-QA_PREBUILT="${dir:1}/quake4.x86
- ${dir:1}/q4ded.x86"
-
-src_install() {
- insinto "${dir}"
- doins License.txt q4icon.bmp version.info
- dodoc README
-
- exeinto "${dir}"
- doexe openurl.sh bin/Linux/x86/q4ded.x86
- games_make_wrapper ${PN}-ded ./q4ded.x86 "${dir}" "${dir}"
-
- insinto "${dir}"/q4base
- doins q4base/*
-
- if ! use dedicated ; then
- doexe bin/Linux/x86/quake4.x86
- games_make_wrapper ${PN} ./quake4.x86 "${dir}" "${dir}"
- newicon q4icon.bmp ${PN}.bmp || die
- make_desktop_entry ${PN} "Quake IV (Demo)" /usr/share/applications/${PN}.bmp
- fi
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
-
- if ! use dedicated; then
- elog "To play the game run:"
- elog " quake4-demo"
- echo
- fi
- elog "To start the gameserver, run:"
- elog " quake4-demo-ded"
-}