Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/
Date: Fri, 09 Sep 2022 16:38:46
Message-Id: 1662741206.1e1b86aa7c9436df38d69ce564e8ef312bb50149.andrewammerlaan@gentoo
1 commit: 1e1b86aa7c9436df38d69ce564e8ef312bb50149
2 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 9 09:47:42 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 16:33:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1b86aa
7
8 games-action/polymc: update LICENSE
9
10 Removes Boost-1.0, since the dependency that introduced it,
11 optional-bare, got removed in the newer versions.
12
13 Correct libnbtplusplus's license, since it's LGPL-3 or later, as stated
14 by https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md
15
16 Add missing licenses and remove missing license (OFL), following
17 https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md
18
19 Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
20 Closes: https://github.com/gentoo/gentoo/pull/27192
21 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
22
23 games-action/polymc/polymc-1.4.2.ebuild | 4 ++--
24 games-action/polymc/polymc-9999.ebuild | 4 ++--
25 2 files changed, 4 insertions(+), 4 deletions(-)
26
27 diff --git a/games-action/polymc/polymc-1.4.2.ebuild b/games-action/polymc/polymc-1.4.2.ebuild
28 index 9b4f9e5b4a5b..69555a54cb97 100644
29 --- a/games-action/polymc/polymc-1.4.2.ebuild
30 +++ b/games-action/polymc/polymc-1.4.2.ebuild
31 @@ -33,9 +33,9 @@ fi
32
33 # Apache-2.0 for MultiMC (PolyMC is forked from it)
34 # GPL-3 for PolyMC
35 -# LGPL-3 for libnbtplusplus
36 +# LGPL-3+ for libnbtplusplus
37 # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries
38 -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT"
39 +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT"
40
41 SLOT="0"
42
43
44 diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild
45 index 9b4f9e5b4a5b..69555a54cb97 100644
46 --- a/games-action/polymc/polymc-9999.ebuild
47 +++ b/games-action/polymc/polymc-9999.ebuild
48 @@ -33,9 +33,9 @@ fi
49
50 # Apache-2.0 for MultiMC (PolyMC is forked from it)
51 # GPL-3 for PolyMC
52 -# LGPL-3 for libnbtplusplus
53 +# LGPL-3+ for libnbtplusplus
54 # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries
55 -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT"
56 +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT"
57
58 SLOT="0"