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 57F90138334 for ; Tue, 17 Sep 2019 14:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 547ADE08C3; Tue, 17 Sep 2019 14:40:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3B302E08C3 for ; Tue, 17 Sep 2019 14:40:20 +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 85D2434B2A2 for ; Tue, 17 Sep 2019 14:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A26763 for ; Tue, 17 Sep 2019 14:40:05 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1568731194.5d840af8e7548d44ccae7f558f3f8fdf6dabeb83.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cli53/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cli53/cli53-0.8.15.ebuild app-admin/cli53/cli53-9999.ebuild X-VCS-Directories: app-admin/cli53/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5d840af8e7548d44ccae7f558f3f8fdf6dabeb83 X-VCS-Branch: master Date: Tue, 17 Sep 2019 14:40:05 +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: 8b7d015e-a93b-4c58-8fe2-757bbd913ee0 X-Archives-Hash: 45320c153bfcc10cd1b2f11139965fdd commit: 5d840af8e7548d44ccae7f558f3f8fdf6dabeb83 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 17 14:38:09 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 17 14:39:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d840af8 app-admin/cli53: add Apache-2.0 and BSD to LICENSE Closes: https://bugs.gentoo.org/694692 Package-Manager: Portage-2.3.75_p7, Repoman-2.3.17_p49 Signed-off-by: Mike Gilbert gentoo.org> app-admin/cli53/cli53-0.8.15.ebuild | 3 ++- app-admin/cli53/cli53-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-admin/cli53/cli53-0.8.15.ebuild b/app-admin/cli53/cli53-0.8.15.ebuild index 437a0b2c9da..aecaffe6fdb 100644 --- a/app-admin/cli53/cli53-0.8.15.ebuild +++ b/app-admin/cli53/cli53-0.8.15.ebuild @@ -14,7 +14,8 @@ fi DESCRIPTION="Command line tool for Amazon Route 53" HOMEPAGE="https://github.com/barnybug/cli53" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD MIT" + SLOT="0" EGO_PN="github.com/barnybug/cli53" diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild index 437a0b2c9da..aecaffe6fdb 100644 --- a/app-admin/cli53/cli53-9999.ebuild +++ b/app-admin/cli53/cli53-9999.ebuild @@ -14,7 +14,8 @@ fi DESCRIPTION="Command line tool for Amazon Route 53" HOMEPAGE="https://github.com/barnybug/cli53" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD MIT" + SLOT="0" EGO_PN="github.com/barnybug/cli53"