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 5FEC0139694 for ; Mon, 12 Jun 2017 12:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62CFCE0EB8; Mon, 12 Jun 2017 12:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A209E0EB8 for ; Mon, 12 Jun 2017 12:13:46 +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 D966D341A14 for ; Mon, 12 Jun 2017 12:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4082D7472 for ; Mon, 12 Jun 2017 12:13:43 +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: <1497269603.5d7642b21e95341768a05e75f1bc400fc9b85066.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.7.0_p20170603.ebuild dev-util/drone-cli/metadata.xml X-VCS-Directories: dev-util/drone-cli/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 5d7642b21e95341768a05e75f1bc400fc9b85066 X-VCS-Branch: master Date: Mon, 12 Jun 2017 12:13:43 +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: 03f70778-168a-469e-bc1a-e9d5ea60653b X-Archives-Hash: 600ef3f4ae86ec6dc02f94ca2c1d88f4 commit: 5d7642b21e95341768a05e75f1bc400fc9b85066 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 12 12:12:57 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 12 12:13:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7642b2 dev-util/drone-cli: Initial version Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/drone-cli/Manifest | 1 + .../drone-cli/drone-cli-0.7.0_p20170603.ebuild | 35 ++++++++++++++++++++++ dev-util/drone-cli/metadata.xml | 13 ++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest new file mode 100644 index 00000000000..3db50f6effb --- /dev/null +++ b/dev-util/drone-cli/Manifest @@ -0,0 +1 @@ +DIST drone-cli-0.7.0_p20170603.tar.gz 1148152 SHA256 0440900f410141d0bd8e8f682a6acd2b9fecedb6d7def413b6bcc1304b362765 SHA512 a019295e97cd5683f97fc75d586b68df35fdf0ac8914f77a0efd2b6ec4a9727be04071556e92207cbaa07e573046a54e5a97e9aaccea5f9c1ea75b2a28d5c1df WHIRLPOOL 4357675b2f6ebfc5fb6ced9f4c2d1aa64673c51a4d2de55c329f7b15f37bdfaaca9427873b5bfdbe48c64a1b2f4a5117306ea13167d3efb213d3b34a0d3dd026 diff --git a/dev-util/drone-cli/drone-cli-0.7.0_p20170603.ebuild b/dev-util/drone-cli/drone-cli-0.7.0_p20170603.ebuild new file mode 100644 index 00000000000..6cf0b259b9b --- /dev/null +++ b/dev-util/drone-cli/drone-cli-0.7.0_p20170603.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGO_PN="github.com/drone/drone-cli" +EGIT_COMMIT="f38a810730576de6f5ab723d524513316cd14a57" + +inherit golang-build golang-vcs-snapshot + +ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.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="!! + + + + + + mrueg@gentoo.org + Manuel Rüger + + + drone/drone-cli + +