Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830567 - www-apps/grafana-bin: Incorrect license (previous license - Apache 2.0, current license is AGPLv3)
Summary: www-apps/grafana-bin: Incorrect license (previous license - Apache 2.0, curre...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major
Assignee: Patrick Lauer
URL: https://github.com/grafana/grafana/bl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-04 00:03 UTC by Ruslan Kh.
Modified: 2022-08-23 13:54 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
added patch (grafana-agpl-3.patch,351 bytes, patch)
2022-01-04 00:15 UTC, Ruslan Kh.
Details | Diff
grafana-bin-8.3.2.ebuild - patched filename updated (grafana-agpl-3.patch,344 bytes, patch)
2022-01-04 00:20 UTC, Ruslan Kh.
Details | Diff
added RESTRICT, updated LICENSE, updated SRC_URI (grafana-bin-8.3.2.ebuild.patch,872 bytes, patch)
2022-01-06 13:32 UTC, Ruslan Kh.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Kh. 2022-01-04 00:03:02 UTC
Grafana changed license to AGPLv3 from April/20/2021

Commit: https://github.com/grafana/grafana/commit/8db3eb90ae8c20e1a2bbbad300e0683def9bf8fb#diff-6c0d0c93954223578a7ba721bc5a7e6a66e827ec59cb6b9ecaf7353eb2d32734


Reproducible: Always
Comment 1 Ruslan Kh. 2022-01-04 00:15:34 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 2 Ruslan Kh. 2022-01-04 00:16:19 UTC
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 3 Ruslan Kh. 2022-01-04 00:17:48 UTC
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 4 Ruslan Kh. 2022-01-04 00:20:28 UTC
Created attachment 761236 [details, diff]
grafana-bin-8.3.2.ebuild - patched filename updated
Comment 5 Ulrich Müller gentoo-dev 2022-01-04 11:57:33 UTC
This needs mirror restriction then, because we don't distribute the source.
Comment 6 Ruslan Kh. 2022-01-06 13:32:37 UTC
Created attachment 761400 [details, diff]
added RESTRICT, updated LICENSE, updated SRC_URI

This way?
Comment 7 Ulrich Müller gentoo-dev 2022-01-06 15:23:51 UTC
LGTM
Comment 8 Larry the Git Cow gentoo-dev 2022-08-23 13:54:55 UTC
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(-)