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 23FD6138351 for ; Sun, 5 Apr 2020 21:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CFCE0D04; Sun, 5 Apr 2020 21:30:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4106AE0D04 for ; Sun, 5 Apr 2020 21:30:24 +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 A0ABE34EF52 for ; Sun, 5 Apr 2020 21:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B50661AC for ; Sun, 5 Apr 2020 21:30:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1586122181.d9821b8f012d3b4f0c6500e4a25276d8adb77e92.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/influxdb/influxdb-1.5.1.ebuild dev-db/influxdb/influxdb-1.6.3.ebuild dev-db/influxdb/influxdb-1.6.4.ebuild X-VCS-Directories: dev-db/influxdb/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d9821b8f012d3b4f0c6500e4a25276d8adb77e92 X-VCS-Branch: master Date: Sun, 5 Apr 2020 21:30:17 +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: f2297952-8367-42f7-a57d-36f979798b6d X-Archives-Hash: efe226539ca98eb26e28a5b5657f73aa commit: d9821b8f012d3b4f0c6500e4a25276d8adb77e92 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Apr 5 21:29:41 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Apr 5 21:29:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9821b8f dev-db/influxdb: fix LICENSE Copy LICENSE written by Konstantin Podshumok gmail.com>, in pending PR #12586 Thanks-To: Konstantin Podshumok gmail.com> Closes: https://bugs.gentoo.org/695232 Reference: https://github.com/gentoo/gentoo/pull/12586 Signed-off-by: Robin H. Johnson gentoo.org> dev-db/influxdb/influxdb-1.5.1.ebuild | 2 +- dev-db/influxdb/influxdb-1.6.3.ebuild | 2 +- dev-db/influxdb/influxdb-1.6.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/influxdb/influxdb-1.5.1.ebuild b/dev-db/influxdb/influxdb-1.5.1.ebuild index c9076ff600e..a7a75050d8a 100644 --- a/dev-db/influxdb/influxdb-1.5.1.ebuild +++ b/dev-db/influxdb/influxdb-1.5.1.ebuild @@ -58,7 +58,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" diff --git a/dev-db/influxdb/influxdb-1.6.3.ebuild b/dev-db/influxdb/influxdb-1.6.3.ebuild index c9076ff600e..a7a75050d8a 100644 --- a/dev-db/influxdb/influxdb-1.6.3.ebuild +++ b/dev-db/influxdb/influxdb-1.6.3.ebuild @@ -58,7 +58,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" diff --git a/dev-db/influxdb/influxdb-1.6.4.ebuild b/dev-db/influxdb/influxdb-1.6.4.ebuild index 3ccd9f860ee..aebd7bfb197 100644 --- a/dev-db/influxdb/influxdb-1.6.4.ebuild +++ b/dev-db/influxdb/influxdb-1.6.4.ebuild @@ -63,7 +63,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE=""