Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/
Date: Tue, 05 Jun 2018 13:17:34
Message-Id: 1528204607.f2fb3e7afd861379ab994534a255dab4b44f7662.mrueg@gentoo
1 commit: f2fb3e7afd861379ab994534a255dab4b44f7662
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 5 13:16:47 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 13:16:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fb3e7a
7
8 app-misc/go-jira: Remove old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/go-jira/Manifest | 2 --
13 app-misc/go-jira/go-jira-1.0.15.ebuild | 29 -----------------------------
14 app-misc/go-jira/go-jira-1.0.16.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
18 index 513b2b38cdc..f9ce2192a6b 100644
19 --- a/app-misc/go-jira/Manifest
20 +++ b/app-misc/go-jira/Manifest
21 @@ -1,3 +1 @@
22 -DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f SHA512 e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955
23 -DIST go-jira-1.0.16.tar.gz 1381917 BLAKE2B 0f46b97b3146c5e04921827278bdcf67736ff015731dac7a2481e0243b7fac081fe368eed5bc696e9ff8973291502c2087655ca518c5dc2f23e96fa63a288f46 SHA512 c5fd28fa33f11a9dca030ee28141e5b09e59cf8777011bc8c02ed4c7604efef1dcd9ac1215351a4d292a4b524998f9b1dcc61df457a05462ca78a8dffa9ad608
24 DIST go-jira-1.0.17.tar.gz 1382832 BLAKE2B 17cada8407b5136ec3b84d9f43c67cb25a893bdfeae7309bc15eb479954ba3ce7df4bc1248782a0bd1874b08b48a68a8e69a1651960c10d6260b22c63a0a8147 SHA512 8abbe6233413d12495399446adbb02d6a37aedf2a2b1a860c403b6e210f5e1f44fa01dfe937d86241486cb4a56c52530eff1c582d59f5ddde4b466a6908fd020
25
26 diff --git a/app-misc/go-jira/go-jira-1.0.15.ebuild b/app-misc/go-jira/go-jira-1.0.15.ebuild
27 deleted file mode 100644
28 index 6092975389c..00000000000
29 --- a/app-misc/go-jira/go-jira-1.0.15.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
38 -
39 -inherit golang-build golang-vcs-snapshot
40 -
41 -KEYWORDS="amd64"
42 -
43 -DESCRIPTION="A simple JIRA commandline client in Go"
44 -HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira"
45 -SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz -> ${P}.tar.gz
46 - ${EGO_VENDOR_URI}"
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -src_compile() {
52 - pushd src/${EGO_PN} || die
53 - GOPATH="${WORKDIR}/${P}" go build -v -o jira cmd/jira/main.go || die
54 - popd || die
55 -}
56 -
57 -src_install() {
58 - dobin src/${EGO_PN}/jira
59 - dodoc src/${EGO_PN}/{CHANGELOG,README}.md
60 -}
61
62 diff --git a/app-misc/go-jira/go-jira-1.0.16.ebuild b/app-misc/go-jira/go-jira-1.0.16.ebuild
63 deleted file mode 100644
64 index 80c476f47f7..00000000000
65 --- a/app-misc/go-jira/go-jira-1.0.16.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
74 -
75 -inherit golang-build golang-vcs-snapshot
76 -
77 -KEYWORDS="~amd64"
78 -
79 -DESCRIPTION="A simple JIRA commandline client in Go"
80 -HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira"
81 -SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz -> ${P}.tar.gz
82 - ${EGO_VENDOR_URI}"
83 -LICENSE="Apache-2.0"
84 -SLOT="0"
85 -IUSE=""
86 -
87 -src_compile() {
88 - pushd src/${EGO_PN} || die
89 - GOPATH="${WORKDIR}/${P}" go build -v -o jira cmd/jira/main.go || die
90 - popd || die
91 -}
92 -
93 -src_install() {
94 - dobin src/${EGO_PN}/jira
95 - dodoc src/${EGO_PN}/{CHANGELOG,README}.md
96 -}