public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/drone-cli/
Date: Fri, 21 Jul 2017 12:16:49 +0000 (UTC)	[thread overview]
Message-ID: <1500639394.71c859fff5d5a13682882b13e3771935564b1369.mrueg@gentoo> (raw)

commit:     71c859fff5d5a13682882b13e3771935564b1369
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 12:16:34 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 12:16:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c859ff

dev-util/drone-cli: Update snapshot

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/drone-cli/Manifest                        |  1 +
 .../drone-cli/drone-cli-0.7.0_p20170717.ebuild     | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest
index 0a296d3f7ee..c9bfb9bcc3f 100644
--- a/dev-util/drone-cli/Manifest
+++ b/dev-util/drone-cli/Manifest
@@ -1 +1,2 @@
 DIST drone-cli-0.7.0_p20170629.tar.gz 1148740 SHA256 2115d75dbe5057a1e8f3c0a257e064351e7298b258ee295dee9894255468e44c SHA512 f82895f9eed937bacd83bef7d83fbfdfb6ce47e0fe08605419367c0e67b620e2ab98b29107a16c4b27c8268a195f31692357957c08e08bcb57c6396d6f260966 WHIRLPOOL e42e9c7914ac320f2dc3183b2031b2d18a08d7a59142315cb3a8554c47ec4e0c75200eda55e3b325fb28eee62ea0460563710e40460e2ce0ad8db0e9c78b5cf3
+DIST drone-cli-0.7.0_p20170717.tar.gz 1148862 SHA256 f94abfa825a0f0ad51956587684517910176fb7db2afdbb65fe32add12221f1a SHA512 f901b9409354c9dc3bf21024f82a188e789c8ab05e8bca179cc77069baf024f40ce13995230f48d5c40e7485ab31bb3f22fae0ca68a8669295cdfb11dbb1b168 WHIRLPOOL 73d6edfe770f95eb514d193766c41c4e704bef59070140ad30784a44b547a7f7adda95e2fc29f07b94becb0af9d6a05d803a82735769f926ef3655a3a0f0270d

diff --git a/dev-util/drone-cli/drone-cli-0.7.0_p20170717.ebuild b/dev-util/drone-cli/drone-cli-0.7.0_p20170717.ebuild
new file mode 100644
index 00000000000..9133bfec309
--- /dev/null
+++ b/dev-util/drone-cli/drone-cli-0.7.0_p20170717.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="4a5e8a2acb2c82c5a4e6b96b6849f59962dfb668"
+
+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="!!<dev-util/drone-0.7"
+
+src_compile() {
+	pushd src || die
+	GOPATH="${WORKDIR}/${P}"\
+		go install -ldflags "-X main.version=${PV}.${EGIT_COMMIT:0:7}" ${EGO_PN}/drone || die
+	popd || die
+}
+
+src_install() {
+	dobin bin/drone
+	dodoc src/${EGO_PN}/README.md
+}


             reply	other threads:[~2017-07-21 12:16 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-21 12:16 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 18:04 [gentoo-commits] repo/gentoo:master commit in: dev-util/drone-cli/ Arthur Zamarin
2023-08-21 18:10 William Hubbs
2023-08-09 17:47 William Hubbs
2023-08-09 17:47 William Hubbs
2022-10-02 17:46 William Hubbs
2022-03-23 15:06 William Hubbs
2020-07-14 21:49 William Hubbs
2020-02-09 13:14 David Seifert
2019-12-04  3:23 William Hubbs
2019-11-23 10:35 Manuel Rüger
2019-11-23 10:35 Manuel Rüger
2019-07-29  9:27 Manuel Rüger
2019-07-23 15:17 Manuel Rüger
2019-06-06  9:33 Manuel Rüger
2019-04-25 11:47 Manuel Rüger
2019-04-25 11:47 Manuel Rüger
2019-04-11 11:06 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2019-01-15 15:27 Manuel Rüger
2019-01-15 15:27 Manuel Rüger
2018-11-28 13:31 Manuel Rüger
2018-11-16 10:28 Manuel Rüger
2018-11-09  8:13 Manuel Rüger
2018-06-06 12:30 Manuel Rüger
2018-05-15 20:01 Manuel Rüger
2018-04-10  1:15 Manuel Rüger
2018-03-19 12:51 Manuel Rüger
2018-03-02 15:06 Manuel Rüger
2018-03-02 15:05 Manuel Rüger
2018-02-20 21:07 Manuel Rüger
2018-02-15  2:20 Manuel Rüger
2018-02-15  1:33 Manuel Rüger
2018-01-11 12:06 Manuel Rüger
2017-10-04  9:09 Michał Górny
2017-09-22 12:10 Manuel Rüger
2017-09-22 12:10 Manuel Rüger
2017-09-15 10:50 Manuel Rüger
2017-08-02  0:16 Manuel Rüger
2017-08-02  0:16 Manuel Rüger
2017-07-21 12:16 Manuel Rüger
2017-06-30 14:52 Manuel Rüger
2017-06-23 13:59 Manuel Rüger
2017-06-12 12:13 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500639394.71c859fff5d5a13682882b13e3771935564b1369.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox