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-misc/xmrig/
Date: Fri, 11 Jun 2021 00:44:21
Message-Id: 1623372251.aef365f164031764dfd3b3afa13f17720479ab09.candrews@gentoo
1 commit: aef365f164031764dfd3b3afa13f17720479ab09
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Thu Jun 10 07:32:54 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:44:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef365f1
7
8 net-misc/xmrig: Update LICENSE
9
10 XMRig vendors some libraries which are released with different
11 licenses.
12
13 Not all of the libraries in the `src/3rdparty' directory are used,
14 e.g. -DWITH_HWLOC is only set when the system has hwloc installed.
15
16 Vendored libraries:
17
18 - OpenCL, MIT, not used
19 - ADL, MIT, not used
20 - Argon2, MIT
21 - Google Base32, Apache 2.0
22 - libfmtlib, MIT
23 - hwloc, BSD-3, not used
24 - ethash, GPL-3
25 - llhttp, MIT
26 - rapidjson, MIT (with code released under the JSON License that
27 isn't used?)
28
29 Package-Manager: Portage-3.0.19, Repoman-3.0.3
30 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
31 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
32
33 net-misc/xmrig/xmrig-6.12.2.ebuild | 2 +-
34 net-misc/xmrig/xmrig-9999.ebuild | 2 +-
35 2 files changed, 2 insertions(+), 2 deletions(-)
36
37 diff --git a/net-misc/xmrig/xmrig-6.12.2.ebuild b/net-misc/xmrig/xmrig-6.12.2.ebuild
38 index b6e813dd772..4f4a7913aa0 100644
39 --- a/net-misc/xmrig/xmrig-6.12.2.ebuild
40 +++ b/net-misc/xmrig/xmrig-6.12.2.ebuild
41 @@ -16,7 +16,7 @@ else
42 KEYWORDS="~amd64"
43 fi
44
45 -LICENSE="GPL-3+"
46 +LICENSE="Apache-2.0 GPL-3+ MIT"
47 SLOT="0"
48 IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"
49
50
51 diff --git a/net-misc/xmrig/xmrig-9999.ebuild b/net-misc/xmrig/xmrig-9999.ebuild
52 index b6e813dd772..4f4a7913aa0 100644
53 --- a/net-misc/xmrig/xmrig-9999.ebuild
54 +++ b/net-misc/xmrig/xmrig-9999.ebuild
55 @@ -16,7 +16,7 @@ else
56 KEYWORDS="~amd64"
57 fi
58
59 -LICENSE="GPL-3+"
60 +LICENSE="Apache-2.0 GPL-3+ MIT"
61 SLOT="0"
62 IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"