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 823211382C5 for ; Tue, 20 Feb 2018 21:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF888E095A; Tue, 20 Feb 2018 21:07:31 +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 93119E095A for ; Tue, 20 Feb 2018 21:07:31 +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 C181A335C06 for ; Tue, 20 Feb 2018 21:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512B41DF for ; Tue, 20 Feb 2018 21:07:29 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1519160833.1992828671c580798e51ad5165411abe7423f4cf.mrueg@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/Manifest dev-util/drone-cli/drone-cli-0.8.3.ebuild X-VCS-Directories: dev-util/drone-cli/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1992828671c580798e51ad5165411abe7423f4cf X-VCS-Branch: master Date: Tue, 20 Feb 2018 21:07:29 +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-Archives-Salt: b726abdf-31a4-4ddb-b376-26070acb82ac X-Archives-Hash: ec4a2b8d87d659d033728f351f4d7a66 commit: 1992828671c580798e51ad5165411abe7423f4cf Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 20 21:06:49 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 20 21:07:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19928286 dev-util/drone-cli: Version bump to 0.8.3 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/drone-cli/Manifest | 1 + dev-util/drone-cli/drone-cli-0.8.3.ebuild | 35 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest index d35119ebd9f..989427c6202 100644 --- a/dev-util/drone-cli/Manifest +++ b/dev-util/drone-cli/Manifest @@ -1,2 +1,3 @@ DIST drone-cli-0.7.0_p20170717.tar.gz 1148862 BLAKE2B a631b546917c542dc9395a2390a8f22c6f041314ece6cd185fbfd312a636040098c7f50f1ae07bedaba5ca1d718ad2a6741a24322ad0d9c291addf11b9b74035 SHA512 f901b9409354c9dc3bf21024f82a188e789c8ab05e8bca179cc77069baf024f40ce13995230f48d5c40e7485ab31bb3f22fae0ca68a8669295cdfb11dbb1b168 DIST drone-cli-0.8.2.tar.gz 1383569 BLAKE2B 570a8af9da23be7aac83299e3feaec17e09af4a506c715b636417b35f5f1e4253e3c049a44ceeb3ee056f9134463bdb5d8bbda8228b757178fa3022461d13909 SHA512 cbf32882bf7ce1a29ff37bd600f60b3fd3517d56803fca7575fc4595c2e398ce2b4cc760ca03f16eca414386e6328ee782726c9720f9678457bf97c56f24f232 +DIST drone-cli-0.8.3.tar.gz 1378969 BLAKE2B 5dd0d399067b454422aa0ed07e665efaf40d4882de941176f8032441c0cd32a74be2f374ac57ec56ae7cd625e2ba1307821bf713732a30e3403cbc8f28f368f9 SHA512 2dfb4739536e7af9c220f6c21e1e3861ef8599e30ad8406efb5cdb035ee5721957a8b5a340f991335b51de34477b5acfcb5372ca10a9e6b1e28a8f0d1a284438 diff --git a/dev-util/drone-cli/drone-cli-0.8.3.ebuild b/dev-util/drone-cli/drone-cli-0.8.3.ebuild new file mode 100644 index 00000000000..72f567d5fa4 --- /dev/null +++ b/dev-util/drone-cli/drone-cli-0.8.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGO_PN="github.com/drone/drone-cli" +EGIT_COMMIT="29b8161b0de2b1ecc69dbf61d47ec99d5b18dffc" + +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="" + +RESTRICT="test" + +RDEPEND="!!