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 D076B138350 for ; Sat, 4 Apr 2020 07:28:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1833E0864; Sat, 4 Apr 2020 07:28:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2663E0864 for ; Sat, 4 Apr 2020 07:28:17 +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 F033834F0AB for ; Sat, 4 Apr 2020 07:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92C25162 for ; Sat, 4 Apr 2020 07:28:13 +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: <1585985273.9f4b9d719a29be174484f062091a67db9b5e0d8e.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/go-jira/go-jira-1.0.20.ebuild app-misc/go-jira/go-jira-1.0.22.ebuild app-misc/go-jira/go-jira-1.0.23.ebuild X-VCS-Directories: app-misc/go-jira/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9f4b9d719a29be174484f062091a67db9b5e0d8e X-VCS-Branch: master Date: Sat, 4 Apr 2020 07:28:13 +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: afd7d8dc-de77-49a4-93af-5eaf36883dd7 X-Archives-Hash: f6b038d63e15b82493fbd61bb10145b6 commit: 9f4b9d719a29be174484f062091a67db9b5e0d8e Author: Robin H. Johnson gentoo org> AuthorDate: Sat Apr 4 07:27:53 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Apr 4 07:27:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4b9d71 app-misc/go-jira: fix LICENSE Closes: https://bugs.gentoo.org/695222 Signed-off-by: Robin H. Johnson gentoo.org> app-misc/go-jira/go-jira-1.0.20.ebuild | 2 +- app-misc/go-jira/go-jira-1.0.22.ebuild | 2 +- app-misc/go-jira/go-jira-1.0.23.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/go-jira/go-jira-1.0.20.ebuild b/app-misc/go-jira/go-jira-1.0.20.ebuild index 14338649642..c7c205f6a22 100644 --- a/app-misc/go-jira/go-jira-1.0.20.ebuild +++ b/app-misc/go-jira/go-jira-1.0.20.ebuild @@ -12,7 +12,7 @@ KEYWORDS="amd64" DESCRIPTION="A simple JIRA commandline client in Go" HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira" SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MIT-with-advertising" SLOT="0" IUSE="" diff --git a/app-misc/go-jira/go-jira-1.0.22.ebuild b/app-misc/go-jira/go-jira-1.0.22.ebuild index 66a48f981c1..34bd671ea5e 100644 --- a/app-misc/go-jira/go-jira-1.0.22.ebuild +++ b/app-misc/go-jira/go-jira-1.0.22.ebuild @@ -43,7 +43,7 @@ EGO_VENDOR=( SRC_URI="https://github.com/go-jira/jira/archive/v${PV}.tar.gz -> ${P}.tar.gz $(go-module_vendor_uris)" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MIT-with-advertising" SLOT="0" KEYWORDS="~amd64" diff --git a/app-misc/go-jira/go-jira-1.0.23.ebuild b/app-misc/go-jira/go-jira-1.0.23.ebuild index 5ef88f785e2..ea958066106 100644 --- a/app-misc/go-jira/go-jira-1.0.23.ebuild +++ b/app-misc/go-jira/go-jira-1.0.23.ebuild @@ -107,7 +107,7 @@ go-module_set_globals SRC_URI="https://github.com/go-jira/jira/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MIT-with-advertising" SLOT="0" KEYWORDS="~amd64"