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 D736A138350 for ; Sat, 4 Apr 2020 06:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2231EE0AAE; Sat, 4 Apr 2020 06:48:43 +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 0CB8BE0AAE for ; Sat, 4 Apr 2020 06:48:43 +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 065E734F0AB for ; Sat, 4 Apr 2020 06:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A30162 for ; Sat, 4 Apr 2020 06:48:40 +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: <1585982915.35bc9496f2f833105f4b31c172be67a7d9f963d4.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild X-VCS-Directories: app-admin/cronlocker/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 35bc9496f2f833105f4b31c172be67a7d9f963d4 X-VCS-Branch: master Date: Sat, 4 Apr 2020 06:48:40 +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: c90f9cc9-c616-46ed-8f36-531a06fcd470 X-Archives-Hash: 0a8628433a0ee39e47d5916247977dd3 commit: 35bc9496f2f833105f4b31c172be67a7d9f963d4 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Apr 4 06:47:55 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Apr 4 06:48:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bc9496 app-admin/cronlocker: fix LICENSE Closes: https://bugs.gentoo.org/694702 Signed-off-by: Robin H. Johnson gentoo.org> app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild index 46e33d17179..0c226b78bbd 100644 --- a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild +++ b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="synchronize a cron job across multiple hosts using the consul lock HOMEPAGE="https://github.com/Barzahlen/cronlocker" SRC_URI="https://github.com/Barzahlen/${PN}/archive/${HASH}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" @@ -21,6 +21,6 @@ src_compile() { src_install() { pushd src/${EGO_PN} -dobin cronlocker -dodoc *.md package/changelog + dobin cronlocker + dodoc *.md package/changelog }