diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-01 11:47:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-01 11:47:10 +0300 |
commit | 95186939256f4858434e1d84c0d217b5bfe74aa4 (patch) | |
tree | c72bca98e7902e34e0a4320117f038de3ea34e7a /net-misc | |
parent | dev-go/glide: remove last-rited pkg (diff) | |
download | gentoo-95186939256f4858434e1d84c0d217b5bfe74aa4.tar.gz gentoo-95186939256f4858434e1d84c0d217b5bfe74aa4.tar.bz2 gentoo-95186939256f4858434e1d84c0d217b5bfe74aa4.zip |
net-misc/istioctl: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/istioctl/Manifest | 1 | ||||
-rw-r--r-- | net-misc/istioctl/istioctl-1.1.17.ebuild | 35 | ||||
-rw-r--r-- | net-misc/istioctl/metadata.xml | 8 |
3 files changed, 0 insertions, 44 deletions
diff --git a/net-misc/istioctl/Manifest b/net-misc/istioctl/Manifest deleted file mode 100644 index 27d011382786..000000000000 --- a/net-misc/istioctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST istioctl-1.1.17.tar.gz 20765634 BLAKE2B e5192176312cbbd8b8f0ae46026909539df6c4784376a9e997b98d8147e7e9d4435ba97cbcb00880c99dc0ab2cd3ebbd4f385354c086f8a5fe71db57a8243802 SHA512 8d2057fbcb636f1fabc24a2f4c29b5426a9b68b0870a46ac9b5db6ea1f39336e5c1c7b13f040b346edbc35d1f359aacda1efd35b5417bd2ed90e693009cdda15 diff --git a/net-misc/istioctl/istioctl-1.1.17.ebuild b/net-misc/istioctl/istioctl-1.1.17.ebuild deleted file mode 100644 index ce116f5676db..000000000000 --- a/net-misc/istioctl/istioctl-1.1.17.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit golang-vcs-snapshot - -GIT_COMMIT="149c2fc" - -KEYWORDS="~amd64" -DESCRIPTION="Istio configuration command line utility" -EGO_PN="istio.io/istio" -HOMEPAGE="https://github.com/istio/istio" -MY_PV=${PV/_/-} -SRC_URI="https://github.com/istio/istio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RESTRICT="test" - -src_compile() { - pushd "src/${EGO_PN}" || die - BUILDINFO="istio.io/istio/pkg/version.buildVersion=${PV} - istio.io/istio/pkg/version.buildGitRevision=${GIT_COMMIT} - istio.io/istio/pkg/version.buildStatus=Clean" \ - VERBOSE=1 GOPATH="${WORKDIR}/${P}" TAG=${PV} emake istioctl - popd || die -} - -src_install() { - dobin out/linux_amd64/release/${PN} - pushd "src/${EGO_PN}" || die - dodoc README.md -} diff --git a/net-misc/istioctl/metadata.xml b/net-misc/istioctl/metadata.xml deleted file mode 100644 index d05357ae0503..000000000000 --- a/net-misc/istioctl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">istio/istio</remote-id> - </upstream> -</pkgmetadata> |