From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B95FD138335 for ; Tue, 3 Dec 2019 09:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE169E0843; Tue, 3 Dec 2019 09:48:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7B53E0843 for ; Tue, 3 Dec 2019 09:48:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5483634D72E for ; Tue, 3 Dec 2019 09:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0DE38D7 for ; Tue, 3 Dec 2019 09:48:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575366464.032c19f1a1a64af6867d6b5291a07ccf1a736a3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/mysqld_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild X-VCS-Directories: app-metrics/mysqld_exporter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 032c19f1a1a64af6867d6b5291a07ccf1a736a3c X-VCS-Branch: master Date: Tue, 3 Dec 2019 09:48:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18c40c82-6210-4ec3-8c2d-50edc8e191b2 X-Archives-Hash: b0467a097ca7c32edaacf62952f81251 commit: 032c19f1a1a64af6867d6b5291a07ccf1a736a3c Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Dec 2 22:35:31 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 3 09:47:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c19f1 app-metrics/mysql_exporter: add licenses for transitive go dependencies Bug: https://bugs.gentoo.org/695212 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Michał Górny gentoo.org> app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild | 2 +- app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild b/app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild index 77a69fda97f..9c0c77a6397 100644 --- a/app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild +++ b/app-metrics/mysqld_exporter/mysqld_exporter-0.10.0-r1.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64" DESCRIPTION="Prometheus exporter for MySQL server metrics" HOMEPAGE="https://github.com/prometheus/mysqld_exporter" SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="0" IUSE="" diff --git a/app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild b/app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild index 3571c885d16..2004daefc98 100644 --- a/app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild +++ b/app-metrics/mysqld_exporter/mysqld_exporter-0.11.0.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64" DESCRIPTION="Prometheus exporter for MySQL server metrics" HOMEPAGE="https://github.com/prometheus/mysqld_exporter" SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="0" IUSE=""