Splitting bug #652040 into smaller bugs. LICENSE="IDEA || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )" 1. This entirely misses the lot of bundled libraries. 2. IDEA is 'commercial license', while IDEA_* are other variants. It really makes no sense to require user to accept simultaneously commercial and some other license. 3. Ebuild misses bindist restriction.
@proxy-maint please merge attached pull request
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b806606b60dc9aa11a4f76227e5228a78529d4aa commit b806606b60dc9aa11a4f76227e5228a78529d4aa Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2019-09-24 10:07:49 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2019-09-24 10:37:43 +0000 licenses: Add CDDL-1.1. Taken from https://oss.oracle.com/licenses/CDDL-1.1 which should be the authoritative source. Bug: https://bugs.gentoo.org/694266 Signed-off-by: Ulrich Müller <ulm@gentoo.org> licenses/CDDL-1.1 | 362 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 362 insertions(+)
@Licenses team: I have added CDDL-1.1 to the MISC-FREE group. See commit message for the rationale: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8505e9128e8e80dc11b330e1b795ca465b9061
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6fc0fce5915a61227af56737f68fb223d080ca commit fc6fc0fce5915a61227af56737f68fb223d080ca Author: Christian Strahl <c.a.strahl@gmail.com> AuthorDate: 2019-09-19 15:51:45 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2019-09-26 16:38:21 +0000 dev-util/clion: add licenses for bundled libraries Closes: https://bugs.gentoo.org/694266 Closes: https://github.com/gentoo/gentoo/pull/12972 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Christian Strahl <c.a.strahl@gmail.com> Signed-off-by: Ulrich Müller <ulm@gentoo.org> dev-util/clion/clion-2019.2.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
(In reply to Christian Strahl from comment #4) > @proxy-maint > please merge attached pull request Looks like they're busy. :) Merged. Thanks for doing the license audit, this was a rather complicated case.