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: net-misc/istioctl/
Date: Fri, 10 May 2019 08:55:59
Message-Id: 1557478528.d44ff43a338af7df32145e03acb2190f8717b761.mrueg@gentoo
1 commit: d44ff43a338af7df32145e03acb2190f8717b761
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 08:55:28 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 08:55:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44ff43a
7
8 net-misc/istioctl: Remove old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 net-misc/istioctl/Manifest | 2 --
14 net-misc/istioctl/istioctl-1.0.2.ebuild | 35 ---------------------------------
15 net-misc/istioctl/istioctl-1.1.2.ebuild | 35 ---------------------------------
16 3 files changed, 72 deletions(-)
17
18 diff --git a/net-misc/istioctl/Manifest b/net-misc/istioctl/Manifest
19 index c5d204c0e1e..ef21be2524d 100644
20 --- a/net-misc/istioctl/Manifest
21 +++ b/net-misc/istioctl/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST istioctl-1.0.2.tar.gz 18828091 BLAKE2B 064e9ad8b2629809c7b55514ad0a537bae8785bfebabea610a54ead0a0e665cdc718218376e07dcf5e235f8674bdd9e2eaa7a79bfd5d5485a5ddc841e1c52527 SHA512 d444dd8e0676ac9b36dc3901595f15d6504991619a82057f924141f752d2a45866df9ca388d6c63e1fbe43be4d4156f3efc748be59b565f865a0c5b3d02bda07
24 -DIST istioctl-1.1.2.tar.gz 20682375 BLAKE2B bf0da863cade30baeceddcdaa358bce561a1848d018bd31890b2f0fb01e4ac908ca5da8d09a433fefae43c959c1aecba198ffd341c2c1f31de7a575abca973bb SHA512 6f9533f76b1847742198d48bed8fc2b0e288180d4033faf89857eb525c4d956f279a823c13196dd23fd9e46ab4261f9ff31746ac232e19530268d43cfdbaa083
25 DIST istioctl-1.1.4.tar.gz 20705247 BLAKE2B d3727dafcfa8a630a02040fe452a3a2b6c89d4dc2ede4128b9906adf21d97e68f8b126783d248239416a459357bee72ca0f2af19a6d34039ad59b3ade6f3b6d1 SHA512 e866fcad482ef605e4126fffe421eff7fbc1733e5d949e2ebe846f790d8825bb79d5360fe48d29913f0b015c15bc1aac224ac9f39e4e7d5948f2dcd5042570a8
26 DIST istioctl-1.1.6.tar.gz 20707819 BLAKE2B 0ebd34873e6ff1fec2413afed8b4fe80baee8e9bec55bc2fab15b25266b404fb05fce6bfd0e122c5eb3fa661f5633a431aaa3042ad6d12caf2c4feb58bdbaa5e SHA512 62b9b96547af6f8050f934e4d620ab1990afc805c0abbdbc7933220d28676542222b4452f8207dbe5976116bfe8ae557ee7545e1859b0ab22d9c0c2510950fca
27
28 diff --git a/net-misc/istioctl/istioctl-1.0.2.ebuild b/net-misc/istioctl/istioctl-1.0.2.ebuild
29 deleted file mode 100644
30 index 4f3d1ba3c9a..00000000000
31 --- a/net-misc/istioctl/istioctl-1.0.2.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit golang-vcs-snapshot
40 -
41 -GIT_COMMIT="d639408fded355fb906ef2a1f9e8ffddc24c3d64"
42 -
43 -KEYWORDS="~amd64"
44 -DESCRIPTION="Istio configuration command line utility"
45 -EGO_PN="istio.io/istio"
46 -HOMEPAGE="https://github.com/istio/istio"
47 -MY_PV=${PV/_/-}
48 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -RESTRICT="test"
54 -
55 -src_compile() {
56 - pushd "src/${EGO_PN}" || die
57 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
58 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
59 - istio.io/istio/pkg/version.buildStatus=Clean" \
60 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
61 - popd || die
62 -}
63 -
64 -src_install() {
65 - dobin out/linux_amd64/release/${PN}
66 - pushd "src/${EGO_PN}" || die
67 - dodoc README.md
68 -}
69
70 diff --git a/net-misc/istioctl/istioctl-1.1.2.ebuild b/net-misc/istioctl/istioctl-1.1.2.ebuild
71 deleted file mode 100644
72 index 9ed0c95c5ee..00000000000
73 --- a/net-misc/istioctl/istioctl-1.1.2.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2019 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -inherit golang-vcs-snapshot
82 -
83 -GIT_COMMIT="2b1331886076df103179e3da5dc9077fed59c989"
84 -
85 -KEYWORDS="~amd64"
86 -DESCRIPTION="Istio configuration command line utility"
87 -EGO_PN="istio.io/istio"
88 -HOMEPAGE="https://github.com/istio/istio"
89 -MY_PV=${PV/_/-}
90 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
91 -LICENSE="Apache-2.0"
92 -SLOT="0"
93 -IUSE=""
94 -
95 -RESTRICT="test"
96 -
97 -src_compile() {
98 - pushd "src/${EGO_PN}" || die
99 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
100 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
101 - istio.io/istio/pkg/version.buildStatus=Clean" \
102 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
103 - popd || die
104 -}
105 -
106 -src_install() {
107 - dobin out/linux_amd64/release/${PN}
108 - pushd "src/${EGO_PN}" || die
109 - dodoc README.md
110 -}