Summary: | www-apps/grafana-bin: Incorrect license (previous license - Apache 2.0, current license is AGPLv3) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ruslan Kh. <root> |
Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | jstein, licenses, peter.volkov, root |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
URL: | https://github.com/grafana/grafana/blob/main/LICENSE | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
added patch
grafana-bin-8.3.2.ebuild - patched filename updated added RESTRICT, updated LICENSE, updated SRC_URI |
Description
Ruslan Kh.
2022-01-04 00:03:02 UTC
Created attachment 761235 [details, diff] added patch --- grafana-bin-8.3.2.ebuild 2021-12-18 00:48:38.618565931 -0000 +++ grafana-bin-8.3.2.agplv3.ebuild 2022-01-04 00:11:37.135197823 -0000 @@ -13,7 +13,7 @@ HOMEPAGE="https://grafana.org" SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64" Comment on attachment 761235 [details, diff] added patch >--- grafana-bin-8.3.2.ebuild 2021-12-18 00:48:38.618565931 -0000 >+++ grafana-bin-8.3.2.ebuild 2022-01-04 00:11:37.135197823 -0000 >@@ -13,7 +13,7 @@ > HOMEPAGE="https://grafana.org" > SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz" > >-LICENSE="Apache-2.0" >+LICENSE="AGPL-3" > SLOT="0" > KEYWORDS="~amd64" Comment on attachment 761235 [details, diff] added patch >--- grafana-bin-8.3.2.ebuild 2021-12-18 00:48:38.618565931 -0000 >+++ grafana-bin-8.3.2.ebuild 2022-01-04 00:11:37.135197823 -0000 >@@ -13,7 +13,7 @@ > HOMEPAGE="https://grafana.org" > SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz" > >-LICENSE="Apache-2.0" >+LICENSE="AGPL-3" > SLOT="0" > KEYWORDS="~amd64" Created attachment 761236 [details, diff]
grafana-bin-8.3.2.ebuild - patched filename updated
This needs mirror restriction then, because we don't distribute the source. Created attachment 761400 [details, diff]
added RESTRICT, updated LICENSE, updated SRC_URI
This way?
LGTM The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa6648dfa2b16ada2354fd4fd93d4b230f0f661 commit 8aa6648dfa2b16ada2354fd4fd93d4b230f0f661 Author: Patrick Lauer <patrick@gentoo.org> AuthorDate: 2022-08-23 13:54:47 +0000 Commit: Patrick Lauer <patrick@gentoo.org> CommitDate: 2022-08-23 13:54:53 +0000 www-apps/grafana-bin: Fix license Closes: https://bugs.gentoo.org/830567 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer <patrick@gentoo.org> www-apps/grafana-bin/grafana-bin-8.5.10.ebuild | 3 ++- www-apps/grafana-bin/grafana-bin-9.0.7.ebuild | 3 ++- www-apps/grafana-bin/grafana-bin-9.1.0.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) |