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 E8F381382C5 for ; Sun, 18 Apr 2021 06:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AB6AE07F1; 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 1A27EE07DB for ; Sun, 18 Apr 2021 06:31:47 +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 1ABA033BF24 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 94EE56BD 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: <1618727492.6c81c51ba01fffd9a8190d60c1749eb98cf09a89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild X-VCS-Directories: games-fps/urbanterror-data/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c81c51ba01fffd9a8190d60c1749eb98cf09a89 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: a2be92f6-2b7c-499c-a3ce-45ebdb983978 X-Archives-Hash: 3ea0649edc8fa871cc46cd7a7b2d0196 commit: 6c81c51ba01fffd9a8190d60c1749eb98cf09a89 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:25:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:31:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c81c51b games-fps/urbanterror-data: port to EAPI 7, fix MissingLicenseRestricts Signed-off-by: Sam James gentoo.org> .../urbanterror-data/urbanterror-data-4.3.4.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild b/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild index a3c4a290fb5..cb042123491 100644 --- a/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild +++ b/games-fps/urbanterror-data/urbanterror-data-4.3.4.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 + +CHECKREQS_DISK_BUILD="3300M" +CHECKREQS_DISK_USR="1400M" inherit check-reqs ENGINE_PV=${PV} - MY_PN=UrbanTerror MY_PV=43_full DESCRIPTION="Data files for UrbanTerror" HOMEPAGE="https://www.urbanterror.info" - # load the base image and save it as .0 file # use 43_full-2.zip as upstream fixed something back then SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}_2.zip -> ${PN}-4.3.0.zip" +S="${WORKDIR}/${MY_PN}43" # fetch updates recursively for |4.3.x-4.3.0| if [[ "${PV}" != "4.3.0" ]]; then @@ -30,13 +32,9 @@ unset MY_CTR LICENSE="Q3AEULA-20000111 urbanterror-4.2-maps" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="bindist" -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${MY_PN}43" +RESTRICT="bindist mirror" -CHECKREQS_DISK_BUILD="3300M" -CHECKREQS_DISK_USR="1400M" +BDEPEND="app-arch/unzip" src_prepare() { default