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: Thu, 01 Aug 2019 12:57:31
Message-Id: 1564664225.a3c777e77484baeb41d8d3a678c5b2b85842513c.mrueg@gentoo
1 commit: a3c777e77484baeb41d8d3a678c5b2b85842513c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 12:57:05 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 12:57:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c777e7
7
8 net-misc/istioctl: Remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 net-misc/istioctl/Manifest | 3 ---
14 net-misc/istioctl/istioctl-1.1.4.ebuild | 35 ---------------------------------
15 net-misc/istioctl/istioctl-1.1.6.ebuild | 35 ---------------------------------
16 net-misc/istioctl/istioctl-1.1.7.ebuild | 35 ---------------------------------
17 4 files changed, 108 deletions(-)
18
19 diff --git a/net-misc/istioctl/Manifest b/net-misc/istioctl/Manifest
20 index da42890dd6e..214d5a07884 100644
21 --- a/net-misc/istioctl/Manifest
22 +++ b/net-misc/istioctl/Manifest
23 @@ -1,4 +1 @@
24 -DIST istioctl-1.1.4.tar.gz 20705247 BLAKE2B d3727dafcfa8a630a02040fe452a3a2b6c89d4dc2ede4128b9906adf21d97e68f8b126783d248239416a459357bee72ca0f2af19a6d34039ad59b3ade6f3b6d1 SHA512 e866fcad482ef605e4126fffe421eff7fbc1733e5d949e2ebe846f790d8825bb79d5360fe48d29913f0b015c15bc1aac224ac9f39e4e7d5948f2dcd5042570a8
25 -DIST istioctl-1.1.6.tar.gz 20707819 BLAKE2B 0ebd34873e6ff1fec2413afed8b4fe80baee8e9bec55bc2fab15b25266b404fb05fce6bfd0e122c5eb3fa661f5633a431aaa3042ad6d12caf2c4feb58bdbaa5e SHA512 62b9b96547af6f8050f934e4d620ab1990afc805c0abbdbc7933220d28676542222b4452f8207dbe5976116bfe8ae557ee7545e1859b0ab22d9c0c2510950fca
26 -DIST istioctl-1.1.7.tar.gz 20711283 BLAKE2B 5c6d54ab033f0dba19377d0ca1a88a57e319932c91d3c2c1f3ad9fc112f11aec481e4421b958490e5b3c24d3be6ae68dbc7122e17a7463585a052e225f77ae5b SHA512 8a00efd3fea05d3b28225bf6d58d46769aa7576851df849185d62a14ef368980df765d3c5b1d9c59dff7f0034259e62fe57bc119b66cecb220513f7b94500cef
27 DIST istioctl-1.1.8.tar.gz 20718514 BLAKE2B 20b492932906bab3d8fd2e66452acf42a3b8fc07bb42e95217410b32ede68f2dc4256f4e33b104428996a3cfa2f30c798ccf2cc3794079c8936d353330763c88 SHA512 907bff4a7239e0e615fcc3ea92c98d944916dc88c744d574b5362e622729e8fb5a79e549a7f0beece5235918d7891ef6283e6b1e3f789980450d7eee1e131e2b
28
29 diff --git a/net-misc/istioctl/istioctl-1.1.4.ebuild b/net-misc/istioctl/istioctl-1.1.4.ebuild
30 deleted file mode 100644
31 index 6ca50e797a3..00000000000
32 --- a/net-misc/istioctl/istioctl-1.1.4.ebuild
33 +++ /dev/null
34 @@ -1,35 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit golang-vcs-snapshot
41 -
42 -GIT_COMMIT="bc7465793cbff4c4189639b3f404e21c517cbdc6"
43 -
44 -KEYWORDS="~amd64"
45 -DESCRIPTION="Istio configuration command line utility"
46 -EGO_PN="istio.io/istio"
47 -HOMEPAGE="https://github.com/istio/istio"
48 -MY_PV=${PV/_/-}
49 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -RESTRICT="test"
55 -
56 -src_compile() {
57 - pushd "src/${EGO_PN}" || die
58 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
59 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
60 - istio.io/istio/pkg/version.buildStatus=Clean" \
61 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
62 - popd || die
63 -}
64 -
65 -src_install() {
66 - dobin out/linux_amd64/release/${PN}
67 - pushd "src/${EGO_PN}" || die
68 - dodoc README.md
69 -}
70
71 diff --git a/net-misc/istioctl/istioctl-1.1.6.ebuild b/net-misc/istioctl/istioctl-1.1.6.ebuild
72 deleted file mode 100644
73 index 3242c555827..00000000000
74 --- a/net-misc/istioctl/istioctl-1.1.6.ebuild
75 +++ /dev/null
76 @@ -1,35 +0,0 @@
77 -# Copyright 1999-2019 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -
82 -inherit golang-vcs-snapshot
83 -
84 -GIT_COMMIT="04850e14d38a69a38c16c800e237b1108056513e"
85 -
86 -KEYWORDS="~amd64"
87 -DESCRIPTION="Istio configuration command line utility"
88 -EGO_PN="istio.io/istio"
89 -HOMEPAGE="https://github.com/istio/istio"
90 -MY_PV=${PV/_/-}
91 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
92 -LICENSE="Apache-2.0"
93 -SLOT="0"
94 -IUSE=""
95 -
96 -RESTRICT="test"
97 -
98 -src_compile() {
99 - pushd "src/${EGO_PN}" || die
100 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
101 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
102 - istio.io/istio/pkg/version.buildStatus=Clean" \
103 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
104 - popd || die
105 -}
106 -
107 -src_install() {
108 - dobin out/linux_amd64/release/${PN}
109 - pushd "src/${EGO_PN}" || die
110 - dodoc README.md
111 -}
112
113 diff --git a/net-misc/istioctl/istioctl-1.1.7.ebuild b/net-misc/istioctl/istioctl-1.1.7.ebuild
114 deleted file mode 100644
115 index 2d1aca58a46..00000000000
116 --- a/net-misc/istioctl/istioctl-1.1.7.ebuild
117 +++ /dev/null
118 @@ -1,35 +0,0 @@
119 -# Copyright 1999-2019 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=6
123 -
124 -inherit golang-vcs-snapshot
125 -
126 -GIT_COMMIT="eec7a74473deee98cad0a996f41a32a47dd453c2"
127 -
128 -KEYWORDS="~amd64"
129 -DESCRIPTION="Istio configuration command line utility"
130 -EGO_PN="istio.io/istio"
131 -HOMEPAGE="https://github.com/istio/istio"
132 -MY_PV=${PV/_/-}
133 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
134 -LICENSE="Apache-2.0"
135 -SLOT="0"
136 -IUSE=""
137 -
138 -RESTRICT="test"
139 -
140 -src_compile() {
141 - pushd "src/${EGO_PN}" || die
142 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
143 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
144 - istio.io/istio/pkg/version.buildStatus=Clean" \
145 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
146 - popd || die
147 -}
148 -
149 -src_install() {
150 - dobin out/linux_amd64/release/${PN}
151 - pushd "src/${EGO_PN}" || die
152 - dodoc README.md
153 -}