summaryrefslogtreecommitdiff
path: root/games-strategy/wargus-data
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /games-strategy/wargus-data
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'games-strategy/wargus-data')
-rw-r--r--games-strategy/wargus-data/Manifest1
-rw-r--r--games-strategy/wargus-data/wargus-data-0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/games-strategy/wargus-data/Manifest b/games-strategy/wargus-data/Manifest
index b8fac46763ef..cdc0c6b308dd 100644
--- a/games-strategy/wargus-data/Manifest
+++ b/games-strategy/wargus-data/Manifest
@@ -1,3 +1,2 @@
EBUILD wargus-data-0-r1.ebuild 951 BLAKE2B e03d8ca96a4dc70886269ef8ae36c33e73924cb45c80fdf49f62bb51847645d557f0d2ed1df298f70371d8a7b9351b25bf9e28114e5f1744a383b1315b734fc3 SHA512 dc3e4e3e44073d25236761b605ac892e513681d4088f8f202a02dede6559a59a68ab1e207f23b17d7bef01c1f44b54cd5108399e32e3503ecfcf672704801268
-EBUILD wargus-data-0.ebuild 987 BLAKE2B 9655d9c60b952a470638b35df1527f7f8baf7f1f5045c21fb3383a74bd019dac7c5bafbcda4b1c2bc085af636b29081a41eef6ff2767386e93b5d6cac7036dd4 SHA512 8e82be7c2e65e9223c43cbdde33f74707c4132d94d4305354a29550cb87d2db896895a4ccffc0e5f9194517368b5937867a748a237e9dc82c1916813ddc2940f
MISC metadata.xml 329 BLAKE2B aad962070eacf1667ce2bed4939e290802eadb53bbb1e8ffe8ca13f9c006c45818f9dda522e6ba0d92d1404c8691a7d76a2636caee3657cd6ac3d947f0df2449 SHA512 fedeb73a5c2116db0073c51166b5c3fcf1c5667f5bb0db1b21f7643a6a8f247624738c883af3e457d6a6a7c2b5d39da6c26ffb2cecc847e64501bd659f1f119e
diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild b/games-strategy/wargus-data/wargus-data-0.ebuild
deleted file mode 100644
index 6e64f009ed14..000000000000
--- a/games-strategy/wargus-data/wargus-data-0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cdrom games
-
-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="${RDEPEND}
- games-strategy/wargus
- media-sound/cdparanoia
- media-sound/timidity++
- media-video/ffmpeg2theora"
-# wrt bug #419331
-RESTRICT="userpriv"
-
-S=${WORKDIR}
-
-src_prepare() {
- 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
- "${GAMES_BINDIR}"/wartool -m -v -r "${CDROM_ROOT}"/data "${S}"/ || die
- SANDBOX_WRITE=${save_sandbox_write}
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/stratagus/wargus
- doins -r *
- prepgamesdirs
-}