summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 16:13:32 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 16:13:32 -0500
commit010852d13e7f1c59bc11ab2e3efe806dfacebaf4 (patch)
tree199c1c0799f0fe9d8d8df7c0cd506c8114c256de /games-fps/rtcw
parentgames-fps/*: remove last-rited pkgs (diff)
downloadgentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.tar.gz
gentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.tar.bz2
gentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.zip
games-*/*: drop last-rited pkgs
Bug: https://bugs.gentoo.org/515926 Bug: https://bugs.gentoo.org/510960 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r--games-fps/rtcw/Manifest2
-rw-r--r--games-fps/rtcw/files/wolf-ded.rc24
-rw-r--r--games-fps/rtcw/metadata.xml11
-rw-r--r--games-fps/rtcw/rtcw-1.41b.ebuild93
4 files changed, 0 insertions, 130 deletions
diff --git a/games-fps/rtcw/Manifest b/games-fps/rtcw/Manifest
deleted file mode 100644
index 9b9ead9229e7..000000000000
--- a/games-fps/rtcw/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST wolf-linux-1.41b.x86.run 73940068 BLAKE2B 252c2fe5028e8325481508fb2b1f944302895faf96f57f933092336899f10b29d4676f299072e852a4c57d20186bd14d0fe0aa780eba063f78881c4616d7f09c SHA512 8c018bcdeca5b14fe1b8c35f46031416978b27b57a38897fa5b1b0c26fbf3ab6f44c22582223ad98a695a793ba1444a2e092beee687e835a279a12121422e93f
-DIST wolf-linux-GOTY-maps.x86.run 51930759 BLAKE2B a675208035fd826b154c27cf9c77082bb0b69681725dfe9255e1a4cd2572ffc3db2b8998a7c7e04a4b423720d73d40317ff5ae07a121e979d5c707abf1cdd631 SHA512 85f334f75d538bb68c7507d36600b433b0ab0c92572c8e8c022eaeb8783fc72d56ff39ee0ee9eb3272ab09025bca56cca70b077b7e7b02a38cd556fb9f425dcc
diff --git a/games-fps/rtcw/files/wolf-ded.rc b/games-fps/rtcw/files/wolf-ded.rc
deleted file mode 100644
index 3f7bf956c10a..000000000000
--- a/games-fps/rtcw/files/wolf-ded.rc
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting RTCW dedicated server..."
- screen -A -m -d -S rtcw su - dedicated -c GENTOO_DIR/startwolfded
- eend $?
-}
-
-stop() {
- ebegin "Stopping RTCW dedicated server..."
- kill `screen -list | grep rtcw | awk -F . '{ print $1 }' | sed -e s/.//`
- eend $?
-
-}
-
-status() {
- screen -list | grep rtcwded
-}
diff --git a/games-fps/rtcw/metadata.xml b/games-fps/rtcw/metadata.xml
deleted file mode 100644
index 4c558817e05b..000000000000
--- a/games-fps/rtcw/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-Return to Castle Wolfenstein is a first-person 3-D shooter based loosely on the original Wolfenstein series by id software. The game takes place in Europe during World War II. In the single player game, you play as a US military special operative sent behind enemy lines to stop the Nazi studies into the supernatural and the occult. The multi-player game is a team-based, goal-oriented series of missions and allows you to play as either the Axis or the Allies. There are several classes of characters you can play, each with their own special abilities and weapon choices. The port to Linux was done by TTimo of id software and is an unsupported binary release. This game is commercial software and requires data from the retail Windows version to play.
-</longdescription>
-</pkgmetadata>
diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild
deleted file mode 100644
index ad892fd619b4..000000000000
--- a/games-fps/rtcw/rtcw-1.41b.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker games
-
-DESCRIPTION="Return to Castle Wolfenstein - Long awaited sequel to Wolfenstein 3D"
-HOMEPAGE="http://games.activision.com/games/wolfenstein/"
-SRC_URI="mirror://idsoftware/wolf/linux/wolf-linux-GOTY-maps.x86.run
- mirror://idsoftware/wolf/linux/wolf-linux-${PV}.x86.run"
-
-LICENSE="RTCW GPL-2" # gpl for init script bug #425944
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl dedicated"
-RESTRICT="bindist strip mirror"
-
-UIDEPEND="x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXau[abi_x86_32(-)]
- x11-libs/libXdmcp[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-RDEPEND="sys-libs/glibc
- sys-libs/lib-compat
- dedicated? ( app-misc/screen )
- !dedicated? ( ${UIDEPEND} )
- opengl? ( ${UIDEPEND} )"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-QA_PREBUILT="${dir:1}/* ${dir:1}/pb/* ${dir:1}/main/*"
-
-src_install() {
- insinto "${dir}"
- doins -r main Docs pb
-
- exeinto "${dir}"
- doexe bin/Linux/x86/*.x86 openurl.sh
-
- games_make_wrapper rtcwmp ./wolf.x86 "${dir}" "${dir}"
- games_make_wrapper rtcwsp ./wolfsp.x86 "${dir}" "${dir}"
- # work around buggy video driver (bug #326837)
- sed -i \
- -e 's/^exec /__GL_ExtensionStringVersion=17700 exec /' \
- "${D}/${GAMES_BINDIR}/rtcwsp" \
- || die
-
- if use dedicated; then
- games_make_wrapper wolf-ded ./wolfded.x86 "${dir}" "${dir}"
- newinitd "${FILESDIR}"/wolf-ded.rc wolf-ded
- sed -i \
- -e "s:GENTOO_DIR:${dir}:" \
- "${D}"/etc/init.d/wolf-ded \
- || die
- fi
-
- insinto ${dir}
- doins WolfMP.xpm WolfSP.xpm QUICKSTART CHANGES RTCW-README-1.4.txt
- doicon WolfMP.xpm WolfSP.xpm
-
- prepgamesdirs
- make_desktop_entry rtcwmp "Return to Castle Wolfenstein (MP)" WolfMP
- make_desktop_entry rtcwsp "Return to Castle Wolfenstein (SP)" WolfSP
-}
-
-pkg_postinst() {
- games_pkg_postinst
- ewarn "There are two possible security bugs in this package, both causing a"
- ewarn "denial of service. One affects the game when running a server, the"
- ewarn "other when running as a client."
- ewarn "For more information, see bug #82149."
- echo
- elog "You need to copy pak0.pk3, mp_pak0.pk3, mp_pak1.pk3, mp_pak2.pk3,"
- elog "sp_pak1.pk3 and sp_pak2.pk3 from a Window installation into ${dir}/main/"
- elog
- elog "To play the game run:"
- elog " rtcwsp (single-player)"
- elog " rtcwmp (multi-player)"
- elog
- if use dedicated
- then
- elog "To start a dedicated server run:"
- elog " /etc/init.d/wolf-ded start"
- elog
- elog "To run the dedicated server at boot, type:"
- elog " rc-update add wolf-ded default"
- elog
- elog "The dedicated server is started under the ${GAMES_USER_DED} user account"
- echo
- fi
-}