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 0FECC13938A for ; Thu, 27 Oct 2016 09:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BEF1E09B9; Thu, 27 Oct 2016 09:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CBE8E09B9 for ; Thu, 27 Oct 2016 09:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 147B1341627 for ; Thu, 27 Oct 2016 09:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B2124A9 for ; Thu, 27 Oct 2016 09:28:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1477560507.cb65bb54bf92658016c2ec4657fa2faf3eb13e26.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-3.7.0.ebuild sys-libs/libomp/libomp-3.7.1.ebuild sys-libs/libomp/libomp-3.8.0.ebuild sys-libs/libomp/libomp-3.8.1.ebuild sys-libs/libomp/libomp-3.9.0.ebuild sys-libs/libomp/libomp-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cb65bb54bf92658016c2ec4657fa2faf3eb13e26 X-VCS-Branch: master Date: Thu, 27 Oct 2016 09:28:33 +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-Archives-Salt: 87b904a4-75a7-4197-aa25-928f9ddba5ba X-Archives-Hash: 66a2f768d0f7ca746740b57b6c2f2c32 commit: cb65bb54bf92658016c2ec4657fa2faf3eb13e26 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 27 09:13:56 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 27 09:28:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb65bb54 sys-libs/libomp: Add missing licenses, #598106 sys-libs/libomp/libomp-3.7.0.ebuild | 6 +++++- sys-libs/libomp/libomp-3.7.1.ebuild | 6 +++++- sys-libs/libomp/libomp-3.8.0.ebuild | 6 +++++- sys-libs/libomp/libomp-3.8.1.ebuild | 6 +++++- sys-libs/libomp/libomp-3.9.0.ebuild | 6 +++++- sys-libs/libomp/libomp-9999.ebuild | 6 +++++- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/sys-libs/libomp/libomp-3.7.0.ebuild b/sys-libs/libomp/libomp-3.7.0.ebuild index f3ea505..f067d24 100644 --- a/sys-libs/libomp/libomp-3.7.0.ebuild +++ b/sys-libs/libomp/libomp-3.7.0.ebuild @@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="http://openmp.llvm.org" SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0/3.7" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sys-libs/libomp/libomp-3.7.1.ebuild b/sys-libs/libomp/libomp-3.7.1.ebuild index b121661..0cd5101 100644 --- a/sys-libs/libomp/libomp-3.7.1.ebuild +++ b/sys-libs/libomp/libomp-3.7.1.ebuild @@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="http://openmp.llvm.org" SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0/3.7" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sys-libs/libomp/libomp-3.8.0.ebuild b/sys-libs/libomp/libomp-3.8.0.ebuild index a35930c..69d0c71 100644 --- a/sys-libs/libomp/libomp-3.8.0.ebuild +++ b/sys-libs/libomp/libomp-3.8.0.ebuild @@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="http://openmp.llvm.org" SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0/3.8" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sys-libs/libomp/libomp-3.8.1.ebuild b/sys-libs/libomp/libomp-3.8.1.ebuild index a35930c..69d0c71 100644 --- a/sys-libs/libomp/libomp-3.8.1.ebuild +++ b/sys-libs/libomp/libomp-3.8.1.ebuild @@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="http://openmp.llvm.org" SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0/3.8" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sys-libs/libomp/libomp-3.9.0.ebuild b/sys-libs/libomp/libomp-3.9.0.ebuild index dad6963..6626fab 100644 --- a/sys-libs/libomp/libomp-3.9.0.ebuild +++ b/sys-libs/libomp/libomp-3.9.0.ebuild @@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="http://openmp.llvm.org" SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0/3.9" KEYWORDS="~amd64 ~x86" IUSE="hwloc ompt" diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 32c0683..a61c877 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -15,7 +15,11 @@ SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" -LICENSE="UoI-NCSA" +# Additional licenses: +# - MIT-licensed Intel code, +# - LLVM Software Grant from Intel. + +LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test"