games-strategy/wargus-data: Remove last-rited pkg

Closes: https://bugs.gentoo.org/578340
Closes: https://bugs.gentoo.org/838298
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2023-03-11 19:30:31 +01:00
parent 98573254e1
commit d6889d03df
3 changed files with 0 additions and 62 deletions

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">wargus</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cdrom
DESCRIPTION="Warcraft II data for wargus (needs DOS CD)"
HOMEPAGE="http://wargus.sourceforge.net/"
SRC_URI=""
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# wargus is needed for wartool (bug #578340)
DEPEND="
games-strategy/wargus
media-sound/cdparanoia
media-sound/timidity++
media-video/ffmpeg2theora"
# wrt bug #419331
RESTRICT="userpriv"
S=${WORKDIR}
src_configure() {
export CDROM_NAME="WARCRAFT2"
cdrom_get_cds data/rezdat.war
}
src_compile() {
# cdparanoia needs write acces to the cdrom device
# this fixes sandbox violation wrt #418051
local save_sandbox_write=${SANDBOX_WRITE}
addwrite /dev
"${EPREFIX}"/usr/bin/wartool -v -r "${CDROM_ROOT}"/data "${S}"/ || die
SANDBOX_WRITE=${save_sandbox_write}
}
src_install() {
insinto /usr/share/stratagus/wargus
doins -r .
}

View File

@@ -391,12 +391,6 @@ media-plugins/vdr-vaapidevice
media-sound/potamus
media-video/ffmpeg2theora
# Michał Górny <mgorny@gentoo.org> (2023-01-21)
# Obsoleted in favor of using extract-on-the-first-run feature
# of games-strategy/wargus.
# Removal on 2023-02-20. Bug #578340.
games-strategy/wargus-data
# Hans de Graaff <graaff@gentoo.org> (2023-01-21)
# No longer maintained upstream and missing recent security fixes.
# Use a newer Rails version instead.