commit:     a0881c57e89defd997703a4c10252033eb98d9aa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:02:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:07:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0881c57

games-action/rune: Remove last-rited pkg

Closes: https://bugs.gentoo.org/154735
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-action/rune/Manifest                   |   1 -
 games-action/rune/metadata.xml               |  40 ---------
 games-action/rune/rune-1.07-r3.ebuild        | 129 ---------------------------
 profiles/arch/amd64/no-multilib/package.mask |   1 -
 profiles/default/linux/musl/package.mask     |   1 -
 profiles/package.mask                        |   6 --
 6 files changed, 178 deletions(-)

diff --git a/games-action/rune/Manifest b/games-action/rune/Manifest
deleted file mode 100644
index 1116777d79e..00000000000
--- 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 51b5f12f901..00000000000
--- 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>[email protected]</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 253554d25b6..00000000000
--- 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
-}

diff --git a/profiles/arch/amd64/no-multilib/package.mask 
b/profiles/arch/amd64/no-multilib/package.mask
index 8130a3199ee..e34107fa8ec 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -47,7 +47,6 @@ games-action/heretic2-demo
 games-action/hotline-miami
 games-action/intrusion2
 games-action/lugaru
-games-action/rune
 games-action/shadowgrounds-bin
 games-action/shadowgrounds-survivor-bin
 games-action/solar2

diff --git a/profiles/default/linux/musl/package.mask 
b/profiles/default/linux/musl/package.mask
index c31afdd10b5..b3990d52750 100644
--- a/profiles/default/linux/musl/package.mask
+++ b/profiles/default/linux/musl/package.mask
@@ -23,7 +23,6 @@ games-action/guacamelee
 games-action/heretic2-demo
 games-action/hotline-miami
 games-action/intrusion2
-games-action/rune
 games-action/shadowgrounds-bin
 games-action/shadowgrounds-survivor-bin
 games-action/solar2

diff --git a/profiles/package.mask b/profiles/package.mask
index 6fbb286f9fc..c2184417abf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -401,12 +401,6 @@ dev-python/paramunittest
 x11-misc/obmenu
 x11-misc/obtheme
 
-# Jonas Stein <[email protected]> (2020-04-24)
-# Fails to install. Bug #154735
-# Developers do not have access to the cd.
-# Remove after 2020-05-24
-games-action/rune
-
 # Michał Górny <[email protected]> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #

Reply via email to