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: app-admin/helm/
Date: Tue, 29 Nov 2022 10:25:38
Message-Id: 1669717515.6097493a806801b9e7fca5a4252430387206df04.ulm@gentoo
1 commit: 6097493a806801b9e7fca5a4252430387206df04
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 10:23:53 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 10:25:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6097493a
7
8 app-admin/helm: Fix LICENSE
9
10 Bug: https://bugs.gentoo.org/694708
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-admin/helm/helm-3.10.1.ebuild | 2 +-
14 app-admin/helm/helm-3.8.1.ebuild | 2 +-
15 app-admin/helm/helm-3.9.4.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-admin/helm/helm-3.10.1.ebuild b/app-admin/helm/helm-3.10.1.ebuild
19 index 9cc7aee7c8c7..ff7b42ae9747 100644
20 --- a/app-admin/helm/helm-3.10.1.ebuild
21 +++ b/app-admin/helm/helm-3.10.1.ebuild
22 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh"
23 SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz"
24 SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
25
26 -LICENSE="Apache-2.0"
27 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB"
28 SLOT="0"
29 KEYWORDS="~amd64 ~arm64 ~riscv"
30
31
32 diff --git a/app-admin/helm/helm-3.8.1.ebuild b/app-admin/helm/helm-3.8.1.ebuild
33 index c0d0f73bf809..41cb13fad22f 100644
34 --- a/app-admin/helm/helm-3.8.1.ebuild
35 +++ b/app-admin/helm/helm-3.8.1.ebuild
36 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh"
37 SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz"
38 SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
39
40 -LICENSE="Apache-2.0"
41 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB"
42 SLOT="0"
43 KEYWORDS="amd64 ~arm64"
44
45
46 diff --git a/app-admin/helm/helm-3.9.4.ebuild b/app-admin/helm/helm-3.9.4.ebuild
47 index d707e5503876..68afbf1f982b 100644
48 --- a/app-admin/helm/helm-3.9.4.ebuild
49 +++ b/app-admin/helm/helm-3.9.4.ebuild
50 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/helm/helm https://helm.sh"
51 SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> k8s-${P}.tar.gz"
52 SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
53
54 -LICENSE="Apache-2.0"
55 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB"
56 SLOT="0"
57 KEYWORDS="amd64 ~arm64 ~riscv"