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 3D69B138335 for ; Mon, 23 Dec 2019 23:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FF41E0B1D; Mon, 23 Dec 2019 23:21:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 57F91E0B1D for ; Mon, 23 Dec 2019 23:21:45 +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 86DBB34DB10 for ; Mon, 23 Dec 2019 23:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F75BE0033 for ; Mon, 23 Dec 2019 23:21:43 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1577143280.32409a75ef42502916728c07bbed3550995f24fe.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild X-VCS-Directories: games-fps/ut2004-bonuspack-cbp2/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 32409a75ef42502916728c07bbed3550995f24fe X-VCS-Branch: master Date: Mon, 23 Dec 2019 23:21:43 +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: a957d1f5-f9da-4cc5-9dc8-bd6795345478 X-Archives-Hash: 14dd9fe739bb8452d8a9ffe2ce4c4517 commit: 32409a75ef42502916728c07bbed3550995f24fe Author: James Le Cuirot gentoo org> AuthorDate: Mon Dec 23 23:20:12 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Dec 23 23:21:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32409a75 games-fps/ut2004-bonuspack-cbp2: Fix LICENSE Closes: https://bugs.gentoo.org/703616 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild index c14a79c5917..a25036f26be 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild +++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild @@ -7,10 +7,10 @@ DESCRIPTION="UT2004 Community Bonus Pack 2 Volume 1 and 2" HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp2-volume1_zip.zip https://ut2004.ut-files.com/BonusPacks/cbp2-volume2_zip.zip" -LICENSE="freedist" +LICENSE="free-noncomm all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="strip" +RESTRICT="mirror bindist strip" BDEPEND="app-arch/unzip" RDEPEND="|| ( games-fps/ut2004 >=games-server/ut2004-ded-3369.3-r2 )