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 A8F2813835C for ; Sun, 18 Apr 2021 06:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D60FE0822; Sun, 18 Apr 2021 06:31:47 +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 54DCDE0822 for ; Sun, 18 Apr 2021 06:31:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6324633EDD8 for ; Sun, 18 Apr 2021 06:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C041A6F4 for ; Sun, 18 Apr 2021 06:31:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618727494.89706b49fb0847019a615e7fdd1c230cc5cf547f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-mega/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild X-VCS-Directories: games-fps/ut2004-bonuspack-mega/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89706b49fb0847019a615e7fdd1c230cc5cf547f X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:31:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f2ac940-4e86-44ee-a0f1-540a6a6eba07 X-Archives-Hash: 5e46ee24128c214ca7dc521e65d6f11e commit: 89706b49fb0847019a615e7fdd1c230cc5cf547f Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:26:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:31:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89706b49 games-fps/ut2004-bonuspack-mega: fix MissingLicenseRestricts, drop obsolete unzip BDEPEND Signed-off-by: Sam James gentoo.org> games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild index 4beb21b3c8a..76d8760255c 100644 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,12 @@ EAPI=7 DESCRIPTION="UT2004 Megapack - Megapack bonus pack" HOMEPAGE="http://www.unrealtournament2004.com/" SRC_URI="http://ut2004.ut-files.com/BonusPacks/ut2004megapack-linux.tar.bz2" +S="${WORKDIR}" LICENSE="ut2003" SLOT="0" KEYWORDS="~amd64 ~x86" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" +RESTRICT="bindist mirror" src_prepare() { default