diff options
author | David Seifert <soap@gentoo.org> | 2023-03-11 19:30:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-03-11 19:30:31 +0100 |
commit | d6889d03dfe8a1e86a93d5e041a19bd54c280a25 (patch) | |
tree | 7b1fb39eb58ad123db487825449c6be44feef494 /games-strategy | |
parent | www-client/dillo: Remove last-rited pkg (diff) | |
download | gentoo-d6889d03dfe8a1e86a93d5e041a19bd54c280a25.tar.gz gentoo-d6889d03dfe8a1e86a93d5e041a19bd54c280a25.tar.bz2 gentoo-d6889d03dfe8a1e86a93d5e041a19bd54c280a25.zip |
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>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wargus-data/metadata.xml | 11 | ||||
-rw-r--r-- | games-strategy/wargus-data/wargus-data-0-r1.ebuild | 45 |
2 files changed, 0 insertions, 56 deletions
diff --git a/games-strategy/wargus-data/metadata.xml b/games-strategy/wargus-data/metadata.xml deleted file mode 100644 index cc7f88c680c1..000000000000 --- a/games-strategy/wargus-data/metadata.xml +++ /dev/null @@ -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> diff --git a/games-strategy/wargus-data/wargus-data-0-r1.ebuild b/games-strategy/wargus-data/wargus-data-0-r1.ebuild deleted file mode 100644 index 9636a8e03f33..000000000000 --- a/games-strategy/wargus-data/wargus-data-0-r1.ebuild +++ /dev/null @@ -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 . -} |