Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/istioctl/
Date: Wed, 01 Jan 2020 08:47:27
Message-Id: 1577868430.95186939256f4858434e1d84c0d217b5bfe74aa4.zlogene@gentoo
1 commit: 95186939256f4858434e1d84c0d217b5bfe74aa4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 08:47:10 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 08:47:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95186939
7
8 net-misc/istioctl: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 net-misc/istioctl/Manifest | 1 -
13 net-misc/istioctl/istioctl-1.1.17.ebuild | 35 --------------------------------
14 net-misc/istioctl/metadata.xml | 8 --------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/net-misc/istioctl/Manifest b/net-misc/istioctl/Manifest
18 deleted file mode 100644
19 index 27d01138278..00000000000
20 --- a/net-misc/istioctl/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST istioctl-1.1.17.tar.gz 20765634 BLAKE2B e5192176312cbbd8b8f0ae46026909539df6c4784376a9e997b98d8147e7e9d4435ba97cbcb00880c99dc0ab2cd3ebbd4f385354c086f8a5fe71db57a8243802 SHA512 8d2057fbcb636f1fabc24a2f4c29b5426a9b68b0870a46ac9b5db6ea1f39336e5c1c7b13f040b346edbc35d1f359aacda1efd35b5417bd2ed90e693009cdda15
24
25 diff --git a/net-misc/istioctl/istioctl-1.1.17.ebuild b/net-misc/istioctl/istioctl-1.1.17.ebuild
26 deleted file mode 100644
27 index ce116f5676d..00000000000
28 --- a/net-misc/istioctl/istioctl-1.1.17.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit golang-vcs-snapshot
37 -
38 -GIT_COMMIT="149c2fc"
39 -
40 -KEYWORDS="~amd64"
41 -DESCRIPTION="Istio configuration command line utility"
42 -EGO_PN="istio.io/istio"
43 -HOMEPAGE="https://github.com/istio/istio"
44 -MY_PV=${PV/_/-}
45 -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RESTRICT="test"
51 -
52 -src_compile() {
53 - pushd "src/${EGO_PN}" || die
54 - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV}
55 - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT}
56 - istio.io/istio/pkg/version.buildStatus=Clean" \
57 - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl
58 - popd || die
59 -}
60 -
61 -src_install() {
62 - dobin out/linux_amd64/release/${PN}
63 - pushd "src/${EGO_PN}" || die
64 - dodoc README.md
65 -}
66
67 diff --git a/net-misc/istioctl/metadata.xml b/net-misc/istioctl/metadata.xml
68 deleted file mode 100644
69 index d05357ae050..00000000000
70 --- a/net-misc/istioctl/metadata.xml
71 +++ /dev/null
72 @@ -1,8 +0,0 @@
73 -<?xml version='1.0' encoding='UTF-8'?>
74 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 - <!-- maintainer-needed -->
77 - <upstream>
78 - <remote-id type="github">istio/istio</remote-id>
79 - </upstream>
80 -</pkgmetadata>