Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/
Date: Thu, 26 Sep 2019 16:41:14
Message-Id: 1569515901.fc6fc0fce5915a61227af56737f68fb223d080ca.ulm@gentoo
1 commit: fc6fc0fce5915a61227af56737f68fb223d080ca
2 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 19 15:51:45 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 16:38:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6fc0fc
7
8 dev-util/clion: add licenses for bundled libraries
9
10 Closes: https://bugs.gentoo.org/694266
11 Closes: https://github.com/gentoo/gentoo/pull/12972
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Christian Strahl <c.a.strahl <AT> gmail.com>
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 dev-util/clion/clion-2019.2.1.ebuild | 6 ++++--
17 1 file changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/clion/clion-2019.2.1.ebuild b/dev-util/clion/clion-2019.2.1.ebuild
20 index 927800def45..fbe93d313de 100644
21 --- a/dev-util/clion/clion-2019.2.1.ebuild
22 +++ b/dev-util/clion/clion-2019.2.1.ebuild
23 @@ -9,8 +9,10 @@ DESCRIPTION="A complete toolset for C and C++ development"
24 HOMEPAGE="https://www.jetbrains.com/clion"
25 SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
26
27 -LICENSE="IDEA
28 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
29 +LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
30 + Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
31 + EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
32 + LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 RESTRICT="bindist mirror splitdebug"