From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 255421382C5 for ; Sun, 29 Apr 2018 13:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEDF0E0A5D; Sun, 29 Apr 2018 13:07:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD04CE0A5D for ; Sun, 29 Apr 2018 13:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8A96335CAD for ; Sun, 29 Apr 2018 13:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E1042B2 for ; Sun, 29 Apr 2018 13:06:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525007211.d16dd3ffdb4fd8aad698ce661a4690c69529c9c6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wargus-data/wargus-data-0.ebuild X-VCS-Directories: games-strategy/wargus-data/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d16dd3ffdb4fd8aad698ce661a4690c69529c9c6 X-VCS-Branch: master Date: Sun, 29 Apr 2018 13:06:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3b643ac0-583f-412f-84aa-c9940ea1a3a9 X-Archives-Hash: 897d7f69b72a6ebf52db2b3753cb2e5e commit: d16dd3ffdb4fd8aad698ce661a4690c69529c9c6 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 13:05:28 2018 +0000 Commit: Pacho Ramos gentoo 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 -}