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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8AAD158095 for ; Fri, 9 Sep 2022 16:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F754E091F; Fri, 9 Sep 2022 16:38:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 036B6E091F for ; Fri, 9 Sep 2022 16:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D218933BE34 for ; Fri, 9 Sep 2022 16:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703435BD for ; Fri, 9 Sep 2022 16:38:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662741206.1e1b86aa7c9436df38d69ce564e8ef312bb50149.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/polymc/polymc-1.4.2.ebuild games-action/polymc/polymc-9999.ebuild X-VCS-Directories: games-action/polymc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e1b86aa7c9436df38d69ce564e8ef312bb50149 X-VCS-Branch: master Date: Fri, 9 Sep 2022 16:38: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: eb3cb9fe-da28-4957-bba4-935dfdd0f88a X-Archives-Hash: 479387b48a6c16b7cba720eda1f244b4 commit: 1e1b86aa7c9436df38d69ce564e8ef312bb50149 Author: Thiago Donato Ferreira gmail com> AuthorDate: Fri Sep 9 09:47:42 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Sep 9 16:33:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1b86aa games-action/polymc: update LICENSE Removes Boost-1.0, since the dependency that introduced it, optional-bare, got removed in the newer versions. Correct libnbtplusplus's license, since it's LGPL-3 or later, as stated by https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md Add missing licenses and remove missing license (OFL), following https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md Signed-off-by: Thiago Donato Ferreira gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27192 Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/polymc/polymc-1.4.2.ebuild | 4 ++-- games-action/polymc/polymc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/polymc/polymc-1.4.2.ebuild b/games-action/polymc/polymc-1.4.2.ebuild index 9b4f9e5b4a5b..69555a54cb97 100644 --- a/games-action/polymc/polymc-1.4.2.ebuild +++ b/games-action/polymc/polymc-1.4.2.ebuild @@ -33,9 +33,9 @@ fi # Apache-2.0 for MultiMC (PolyMC is forked from it) # GPL-3 for PolyMC -# LGPL-3 for libnbtplusplus +# LGPL-3+ for libnbtplusplus # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT" +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT" SLOT="0" diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 9b4f9e5b4a5b..69555a54cb97 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -33,9 +33,9 @@ fi # Apache-2.0 for MultiMC (PolyMC is forked from it) # GPL-3 for PolyMC -# LGPL-3 for libnbtplusplus +# LGPL-3+ for libnbtplusplus # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT" +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT" SLOT="0"