summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:02:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:07:00 +0200
commita0881c57e89defd997703a4c10252033eb98d9aa (patch)
treecab0879365a4cc458fa84e4c4b39f7e09882fca4 /games-action
parentdev-python/jeepney: keyworded 0.4.3 for ia64, bug #726188 (diff)
downloadgentoo-a0881c57e89defd997703a4c10252033eb98d9aa.tar.gz
gentoo-a0881c57e89defd997703a4c10252033eb98d9aa.tar.bz2
gentoo-a0881c57e89defd997703a4c10252033eb98d9aa.zip
games-action/rune: Remove last-rited pkg
Closes: https://bugs.gentoo.org/154735 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/rune/Manifest1
-rw-r--r--games-action/rune/metadata.xml40
-rw-r--r--games-action/rune/rune-1.07-r3.ebuild129
3 files changed, 0 insertions, 170 deletions
diff --git a/games-action/rune/Manifest b/games-action/rune/Manifest
deleted file mode 100644
index 1116777d79ed..000000000000
--- a/games-action/rune/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rune-all-0.2.tar.bz2 6507237 BLAKE2B 98afc23e076801bdf8de2fd80e5d95dfbdc74399cad91dbe2a19c3d41b1107b8b07aee5b480e212c7483e4215d9cd3c9101f8d189191aa779ed9f22f73ef9af4 SHA512 5c86306c84a6b606e13c3b1eebf676479cfe8d1112a2c5b31d6332fc7305fea74485d9a4b89286db38b968f473a40d7b5e500c17aaa8b2010edb17cc95b1695b
diff --git a/games-action/rune/metadata.xml b/games-action/rune/metadata.xml
deleted file mode 100644
index 51b5f12f9019..000000000000
--- a/games-action/rune/metadata.xml
+++ /dev/null
@@ -1,40 +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>
-Loki, god of deception and mischief was the bane of the gods, a black sheep who
-tormented all the heavens with his persistent schemes for personal power.
-Asgard, the high heaven where the gods dwelt while determining the fates of man
-and beast was often filled with the howls of pain and anguish as god after god
-fell victim to one of Loki's plots. Having one day taken these malicious schemes
-against his Asgardian brethren too far for a final time, Loki, lord of lies, was
-imprisoned by Odin the All Father and his, Thor, the god of thunder:
-
-Loki was chained to a bleak promontory hundreds of miles below the surface of
-the earth. A venomous snake of immense proportions was wound around the
-stalactites above him. From the mouth of this fearsome reptile dripped a steady
-supply of acidic venom. The torment was horrific. The steady drops would eat
-away the exiled god's midriff right down to the backbone. In turn, his immortal
-powers of healing would slowly re-issue the flesh, only to have it burned away
-again. The snake was unfailing, as were Loki's immortal healing powers.
-
-And the excruciating agony for Loki was unending.
-
-As Thor chained him to the rock, Odin All Father proclaimed that Loki would
-remain under the constant drip of the venom until the day of Ragnarok; when
-gods, men and giants would enter into a final battle and all reality as it
-existed would perish. Then, and only then, would Loki be freed from his torment.
-
-In that distant climactic battle between the gods of heaven and the monsters who
-dwelt deep in the earth, it was assumed that Loki would fulfill his fate and
-take up sides against the Asgardians. Of course, Loki was the bane of fate, and
-he had other plans.
-
-Rune was ported to Linux by Loki Entertainment Software and is a commercial
-game, requiring the original media for installation.
-</longdescription>
-</pkgmetadata>
diff --git a/games-action/rune/rune-1.07-r3.ebuild b/games-action/rune/rune-1.07-r3.ebuild
deleted file mode 100644
index 253554d25b6e..000000000000
--- a/games-action/rune/rune-1.07-r3.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils cdrom
-
-DESCRIPTION="Viking hack and slay game"
-HOMEPAGE="http://www.runegame.com"
-SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2"
-
-LICENSE="LOKI-EULA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="strip mirror bindist"
-
-RDEPEND="dev-util/xdelta:0
- >=media-libs/libsdl-1.2.9-r1[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=/opt/${PN}
-Ddir=${D}/${dir}
-
-src_unpack() {
- export CDROM_SET_NAMES=("Linux Rune CD" "Windows Rune CD")
- cdrom_get_cds System/rune-bin:System/Rune.exe
- dodir "${dir}"
- if [[ ${CDROM_SET} -eq 0 ]]
- then
- # unpack the data files
- tar xzf "${CDROM_ROOT}"/data.tar.gz || die
- elif [[ ${CDROM_SET} -eq 1 ]]
- then
- # unpack the runelinuxfiles.tar.gz
- unpack ${A}
- fi
-}
-
-src_install() {
- insinto "${dir}"
- exeinto "${dir}"
- einfo "Copying files... this may take a while..."
-
- case ${CDROM_SET} in
- 0)
- for x in Help Maps Meshes Sounds System Textures Web
- do
- doins -r $x
- done
-
- # copy linux specific files
- doins -r "${CDROM_ROOT}"/System
-
- # the most important things: rune and ucc :)
- doexe "${CDROM_ROOT}"/bin/x86/rune
- fperms 750 "${dir}"/System/{ucc{,-bin},rune-bin}
-
- # installing documentation/icon
- dodoc "${CDROM_ROOT}"/{README,CREDITS}
- newicon "${CDROM_ROOT}"/icon.xpm rune.xpm
- ;;
- 1)
- # copying Maps Sounds and Web
- for x in Maps Sounds Web
- do
- doins -r "${CDROM_ROOT}"/$x
- done
-
- # copying the texture files
- dodir "${dir}"/Textures
- for x in $(find "${CDROM_ROOT}"/Textures/ -type f -printf '%f ')
- do
- echo -ne '\271\325\036\214' | cat - "${CDROM_ROOT}"/Textures/$x \
- | sed -e '1 s/\(....\)..../\1/' > "${Ddir}"/Textures/$x \
- || die
- done
-
- doins -r "${S}"/System
- doins -r "${S}"/Help
- sed -e "s:.*\(\w+/\w+\)\w:\1:"
- for x in $(ls "${S}"/patch/{System,Maps,Meshes} | sed -e \
- "s:.*/\([^/]\+/[^/]\+\).patch$:\1:")
- do
- xdelta patch "${S}"/patch/${x}.patch "${CDROM_ROOT}"/${x} "${S}"/patch/${x}
- doins "${S}"/patch/${x}
- done
-
- insinto "${dir}"/System
-
- # copying system files from the Windows CD
- for x in "${CDROM_ROOT}"/System/*.{int,u,url}; do
- doins $x
- done
-
- # modify the files
- mv "${Ddir}"/System/OpenGlDrv.int "${Ddir}"/System/OpenGLDrv.int \
- || die
- mv "${Ddir}"/Textures/bloodFX.utx "${Ddir}"/Textures/BloodFX.utx \
- || die
- mv "${Ddir}"/Textures/RUNESTONES.UTX "${Ddir}"/Textures/RUNESTONES.utx \
- || die
- mv "${Ddir}"/Textures/tedd.utx "${Ddir}"/Textures/Tedd.utx \
- || die
- mv "${Ddir}"/Textures/UNDERANCIENT.utx "${Ddir}"/Textures/UnderAncient.utx \
- || die
- rm "${Ddir}"/System/{Setup.int,SGLDrv.int,MeTaLDrv.int,Manifest.int,D3DDrv.int,Galaxy.int,SoftDrv.int,WinDrv.int,Window.int} \
- || die
-
- # the most important things: rune and ucc :)
- doexe "${S}"/bin/x86/rune
- fperms 750 "${dir}"/System/{ucc,ucc-bin,rune-bin}
-
- # installing documentation/icon
- dodoc "${S}"/{README,CREDITS}
- doicon "${S}"/rune.xpm rune.xpm
- ;;
- esac
-
- use amd64 && mv "${Ddir}"/System/libSDL-1.2.so.0 \
- "${Ddir}"/System/libSDL-1.2.so.0.backup
-
- make_wrapper rune ./rune "${dir}" "${dir}"
- make_desktop_entry rune "Rune" rune
- find "${Ddir}" -exec touch '{}' \; || die
-}