commit: d16dd3ffdb4fd8aad698ce661a4690c69529c9c6 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 29 13:05:28 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 29 13:06:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16dd3ff
games-strategy/wargus-data: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-strategy/wargus-data/wargus-data-0.ebuild | 45 ------------------------- 1 file changed, 45 deletions(-) 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 6e64f009ed1..00000000000 --- 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 -}