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 AE371138350 for ; Sun, 9 Feb 2020 13:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A80E0866; Sun, 9 Feb 2020 13:14:05 +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 1C9F0E085D for ; Sun, 9 Feb 2020 13:14:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0975634E8A2 for ; Sun, 9 Feb 2020 13:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1EB132 for ; Sun, 9 Feb 2020 13:14:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581253981.450cf37b640207568fa4d9ac8e9b04ebfbc773b1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/drone-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/drone-cli/drone-cli-0.8.6.ebuild dev-util/drone-cli/drone-cli-1.1.4.ebuild X-VCS-Directories: dev-util/drone-cli/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 450cf37b640207568fa4d9ac8e9b04ebfbc773b1 X-VCS-Branch: master Date: Sun, 9 Feb 2020 13:14:00 +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: 03cd6ac4-5be0-4264-95ef-094f4c359977 X-Archives-Hash: 7723f85d3b32dcfda5a72254bf2afe71 commit: 450cf37b640207568fa4d9ac8e9b04ebfbc773b1 Author: David Seifert gentoo org> AuthorDate: Sun Feb 9 13:13:01 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 9 13:13:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450cf37b dev-util/drone-cli: [QA] Fix OutdatedBlocker Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-util/drone-cli/drone-cli-0.8.6.ebuild | 9 +++------ dev-util/drone-cli/drone-cli-1.1.4.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/dev-util/drone-cli/drone-cli-0.8.6.ebuild b/dev-util/drone-cli/drone-cli-0.8.6.ebuild index 8598f228df1..2d96ab01c27 100644 --- a/dev-util/drone-cli/drone-cli-0.8.6.ebuild +++ b/dev-util/drone-cli/drone-cli-0.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,19 +9,16 @@ EGIT_COMMIT="800d6949bd96847b4d5c400e261b18386ea2226f" inherit golang-build golang-vcs-snapshot ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" DESCRIPTION="Command-line interface for Drone" HOMEPAGE="https://github.com/drone/drone-cli" SRC_URI="${ARCHIVE_URI}" + LICENSE="Apache-2.0" SLOT="0" -IUSE="" - +KEYWORDS="~amd64" RESTRICT="test" -RDEPEND="!!