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
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')
-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
-rw-r--r--games-fps/unreal/Manifest3
-rw-r--r--games-fps/unreal/metadata.xml21
-rw-r--r--games-fps/unreal/unreal-226.ebuild85
7 files changed, 0 insertions, 239 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
-}
diff --git a/games-fps/unreal/Manifest b/games-fps/unreal/Manifest
deleted file mode 100644
index 96ca800e4f95..000000000000
--- a/games-fps/unreal/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST IpDrv-436-Linux-08-20-02.zip 105435 BLAKE2B 3b0c960513f3bfdaa5394148978f1258b54cedec0722890fd1d89a81b7c809a9d837f6da0e147f1566ee253ed6fd0c7692d043e50ddd383d99245f7aec3df759 SHA512 5f10152b87cf702225fe50d213f3fbd4865cb2f190e0c2c87c996420c115e5f84de7748af635705b8a2ea789bfeaaab4b927364563a4b83f973dcb5af866ccd7
-DIST unreali-install.run 3800432 BLAKE2B eb359ed910b864cf2a5f73a96b888d621157a0e9dd3627cc6f0bbb02370a2362e5e417c5ca638642b883acf625b470dc3fcfbed95d640ab6598b630f9ba365e1 SHA512 3af4bc0a7f6f256899efe04b23a5c9944655130ef9868c9f0a73f71fe1bb492da71a6814a8d472c01c3fec13b9e978853a5c3f6960a8c1b4de53aa3020eda7f3
-DIST ut-install-436.run 6225010 BLAKE2B 107a4991db59e1ff800bf2a1e002f0e56f5415b14a936ced149ace57c5359f10b75d0c2506e5fe40dfb2ca28b068cf225b35dda5fae0af84864df4edb560e05a SHA512 cfdeb9f345daef4b81acadfa24d711477ba208dffd50716087d034df2dc1eb0ac5bb03570f4f1701b3c4d46b8f954e6d23dde36fc20dafdc114e68730a1fc932
diff --git a/games-fps/unreal/metadata.xml b/games-fps/unreal/metadata.xml
deleted file mode 100644
index 6a1fcf4b013c..000000000000
--- a/games-fps/unreal/metadata.xml
+++ /dev/null
@@ -1,21 +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 Unreal, players take on the role of a criminal whose transfer ship
-has crashed on the mysterious planet Gryphon, where a peaceful race
-known as the Nali have been hunted and enslaved by bloodthirsty aliens
-called Skaarj. To dominate Gryphon and mine its precious Tarydium, the
-Skaarj command legions of other menacing species like the gigantic
-Titans, the bio-engineered Brutes and the pack-hunting Krall. Unreal
-combatants must survive in the midst of this inter-species warfare
-armed with an array of deadly weapons. Players will visit ancient Nali
-ruins, underground mines, cities in the sky, spacecraft wreckage and
-even the mysterious Skaarj Mothership in this deadly hunt in which
-every character is both predator and prey.
-</longdescription>
-</pkgmetadata>
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild
deleted file mode 100644
index 53f546ffcffc..000000000000
--- a/games-fps/unreal/unreal-226.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils unpacker cdrom games
-
-DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)"
-HOMEPAGE="https://www.oldunreal.com/ https://icculus.org/~chunky/ut/unreal/"
-SRC_URI="https://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
- https://www.ut-files.com/Patches/ut-install-436.run
- https://www.ut-files.com/Patches/ipdrv-436-linux-08-20-02.zip -> IpDrv-436-Linux-08-20-02.zip"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="X opengl"
-RESTRICT="mirror bindist"
-
-DEPEND="sys-libs/lib-compat
- app-arch/unzip
-"
-RDEPEND="
- >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXau[abi_x86_32(-)]
- x11-libs/libXdmcp[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- opengl? ( virtual/opengl[abi_x86_32(-)] )
-"
-
-S=${WORKDIR}
-
-src_unpack() {
- export CDROM_NAME_1="Unreal CD"
- export CDROM_NAME_2="Unreal Tournament CD"
- cdrom_get_cds System/Unreal.ini System/UnrealTournament.ini
- unpack_makeself unreali-install.run
- mkdir ut
- cd ut
- unpack_makeself ut-install-436.run
- unpack IpDrv-436-Linux-08-20-02.zip
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/unreal
- dodir "${dir}"
-
- tar -zxf ut/data.tar.gz -C "${D}/${dir}"
- tar -zxf ut/OpenGL.ini.tar.gz -C "${D}/${dir}"
- tar -zxf System.tar.gz -C "${D}/${dir}"
- insinto "${dir}"/System
- doins ut/IpDrv.so
-
- cp -rf "${CDROM_ROOT}"/{Maps,Music,Sounds} "${D}/${dir}/"
- for f in "${D}/${dir}"/Maps/Dm*.unr ; do
- mv "${f}" "${f/Dm/DM-}"
- done
- dosym Maps "${dir}"/maps
-
- if has_version '<games-fps/unreal-tournament-451' \
- || has_version '<games-fps/unreal-tournament-goty-451' ; then
- CDROM_ROOT="${GAMES_PREFIX_OPT}/unreal-tournament"
- else
- cdrom_load_next_cd
- fi
- insinto "${dir}"/Textures
- doins "${CDROM_ROOT}"/Textures/*.utx
- insinto "${dir}"/Sounds
- doins "${CDROM_ROOT}"/Sounds/*.uax
- insinto "${dir}"/System
- doins "${CDROM_ROOT}"/System/*.u
- insinto "${dir}"/Music
- doins "${CDROM_ROOT}"/Music/*.umx
-
- insinto "${dir}"
- doins icon.* README*
-
- exeinto "${dir}"
- doexe bin/x86/unreal
-
- games_make_wrapper unreal ./unreal "${dir}" "${dir}"
-
- prepgamesdirs
-}