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 67C0E138334 for ; Thu, 26 Sep 2019 16:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B36E08A8; Thu, 26 Sep 2019 16:41:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9C2B9E08A8 for ; Thu, 26 Sep 2019 16:41:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F50934B5E4 for ; Thu, 26 Sep 2019 16:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA5917FB for ; Thu, 26 Sep 2019 16:41:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1569515901.fc6fc0fce5915a61227af56737f68fb223d080ca.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clion/clion-2019.2.1.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fc6fc0fce5915a61227af56737f68fb223d080ca X-VCS-Branch: master Date: Thu, 26 Sep 2019 16:41:09 +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: ac0271c5-8b7c-467c-a67a-25525456c036 X-Archives-Hash: 026b6ed0c72b777148e495a7367869dd commit: fc6fc0fce5915a61227af56737f68fb223d080ca Author: Christian Strahl gmail com> AuthorDate: Thu Sep 19 15:51:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Sep 26 16:38:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6fc0fc 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 gmail.com> Signed-off-by: Ulrich Müller gentoo.org> dev-util/clion/clion-2019.2.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/clion/clion-2019.2.1.ebuild b/dev-util/clion/clion-2019.2.1.ebuild index 927800def45..fbe93d313de 100644 --- a/dev-util/clion/clion-2019.2.1.ebuild +++ b/dev-util/clion/clion-2019.2.1.ebuild @@ -9,8 +9,10 @@ DESCRIPTION="A complete toolset for C and C++ development" HOMEPAGE="https://www.jetbrains.com/clion" SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="IDEA - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )" +LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal ) + Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0 + EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM + LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="bindist mirror splitdebug"