Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/quiche/
Date: Wed, 18 Sep 2019 15:04:42
Message-Id: 1568819069.bb505578b04cb17148bf43ede64594c5b1a53853.candrews@gentoo
1 commit: bb505578b04cb17148bf43ede64594c5b1a53853
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 15:03:23 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 15:04:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb505578
7
8 net-libs/quiche: Include licenses for all bundled crates
9
10 Closes: https://bugs.gentoo.org/694498
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild | 10 +++++++++-
15 net-libs/quiche/quiche-9999.ebuild | 10 +++++++++-
16 2 files changed, 18 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
19 index 0bced63bd9e..d72cf7b2112 100644
20 --- a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
21 +++ b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
22 @@ -140,7 +140,15 @@ else
23 KEYWORDS="~amd64"
24 fi
25
26 -LICENSE="BSD-2"
27 +LICENSE="|| ( Apache-2.0 Boost-1.0 )
28 + || ( Apache-2.0 MIT )
29 + || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT )
30 + BSD-2
31 + BSD
32 + ISC
33 + MIT
34 + || ( Unlicense MIT )
35 + openssl"
36 SLOT="0/0"
37 IUSE=""
38 DOCS=( CODEOWNERS COPYING README.md )
39
40 diff --git a/net-libs/quiche/quiche-9999.ebuild b/net-libs/quiche/quiche-9999.ebuild
41 index c4c00329dee..0c71fee6d04 100644
42 --- a/net-libs/quiche/quiche-9999.ebuild
43 +++ b/net-libs/quiche/quiche-9999.ebuild
44 @@ -137,7 +137,15 @@ else
45 S="${WORKDIR}/${P//_/-}"
46 fi
47
48 -LICENSE="BSD-2"
49 +LICENSE="|| ( Apache-2.0 Boost-1.0 )
50 + || ( Apache-2.0 MIT )
51 + || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT )
52 + BSD-2
53 + BSD
54 + ISC
55 + MIT
56 + || ( Unlicense MIT )
57 + openssl"
58 SLOT="0/0"
59 IUSE=""
60 DOCS=( CODEOWNERS COPYING README.md )