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: app-misc/go-jira/
Date: Mon, 19 Mar 2018 18:31:44 +0000 (UTC)	[thread overview]
Message-ID: <1521484250.527d1b89fcb4ec0805d897bddface002e19f044e.mrueg@gentoo> (raw)

commit:     527d1b89fcb4ec0805d897bddface002e19f044e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 18:30:50 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 18:30:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527d1b89

app-misc/go-jira: Version bump to 1.0.15

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/go-jira/Manifest              |  1 +
 app-misc/go-jira/go-jira-1.0.15.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index 08cd704f4aa..660bc7e3df6 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -1,2 +1,3 @@
 DIST go-jira-1.0.12.tar.gz 1296394 BLAKE2B 9f693fbaf1c2e4463a98b08b545646f0ac4780403f6b98f5218066eee8be8345c23389373c28aed160d8cea974f207b6a141cd031eb88e6a726e286bdc3f062d SHA512 d777544253920691b2802c3cc0651b908501660365e4a991713d85cbc10e8f4c319056b91926cf6b06c13682ee160747834a82898b269aa7e10d87981066633e
 DIST go-jira-1.0.14.tar.gz 1378174 BLAKE2B 119c40878eac9c6af2b7f17a914821110f40af3d5cb9b3f3783ba2c5c781314d0c76e5a0573c74e69e298f086d876b97ca7538828cbbf845f42e5874550beb7b SHA512 f9fc43adfb8c09f80307a39d2d169c4e4b537f64fbca5b7d355178125aa315cd6de9147b00b03a80218cb685ce02a0e0156cd902277367122aaa00c395c6f880
+DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f SHA512 e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955

diff --git a/app-misc/go-jira/go-jira-1.0.15.ebuild b/app-misc/go-jira/go-jira-1.0.15.ebuild
new file mode 100644
index 00000000000..80c476f47f7
--- /dev/null
+++ b/app-misc/go-jira/go-jira-1.0.15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
+
+inherit golang-build golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A simple JIRA commandline client in Go"
+HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira"
+SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+	pushd src/${EGO_PN} || die
+	GOPATH="${WORKDIR}/${P}" go build -v -o jira  cmd/jira/main.go || die
+	popd || die
+}
+
+src_install() {
+	dobin src/${EGO_PN}/jira
+	dodoc src/${EGO_PN}/{CHANGELOG,README}.md
+}


             reply	other threads:[~2018-03-19 18:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-19 18:31 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 13:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/ Joonas Niilola
2022-05-20 18:55 William Hubbs
2022-05-20 18:55 William Hubbs
2022-03-08 18:33 William Hubbs
2022-03-08 18:29 William Hubbs
2021-12-19 22:27 William Hubbs
2021-06-14 15:39 William Hubbs
2020-10-07 22:35 William Hubbs
2020-09-26  0:15 William Hubbs
2020-05-12 15:59 William Hubbs
2020-05-11 23:20 William Hubbs
2020-04-04  7:28 Robin H. Johnson
2020-04-03 15:27 William Hubbs
2020-04-03 14:23 William Hubbs
2020-03-07 17:47 William Hubbs
2020-03-06 20:57 William Hubbs
2019-10-17 19:21 William Hubbs
2019-02-07 10:53 Manuel Rüger
2018-08-12 16:55 William Hubbs
2018-08-10 14:24 William Hubbs
2018-08-05 10:23 Manuel Rüger
2018-08-03 16:55 Manuel Rüger
2018-08-03 16:55 Manuel Rüger
2018-07-30 12:30 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-04-23 17:54 Manuel Rüger
2018-04-03 13:52 Manuel Rüger
2018-04-03 13:52 Manuel Rüger
2018-04-03 13:51 Manuel Rüger
2018-03-19 18:31 Manuel Rüger
2018-03-19 18:31 Manuel Rüger
2017-11-13 18:22 Manuel Rüger
2017-11-13 18:22 Manuel Rüger
2017-10-11 19:02 Manuel Rüger
2017-10-11 19:02 Manuel Rüger
2017-10-04  7:47 Michał Górny
2017-09-20 11:41 Manuel Rüger
2017-09-20 11:41 Manuel Rüger
2017-09-19 16:46 Manuel Rüger
2017-06-05 15:33 Manuel Rüger
2017-06-05 15:02 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=1521484250.527d1b89fcb4ec0805d897bddface002e19f044e.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