commit: 95186939256f4858434e1d84c0d217b5bfe74aa4 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 08:47:10 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 08:47:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95186939
net-misc/istioctl: remove last-rited pkg Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-misc/istioctl/Manifest | 1 - net-misc/istioctl/istioctl-1.1.17.ebuild | 35 -------------------------------- net-misc/istioctl/metadata.xml | 8 -------- 3 files changed, 44 deletions(-) diff --git a/net-misc/istioctl/Manifest b/net-misc/istioctl/Manifest deleted file mode 100644 index 27d01138278..00000000000 --- 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 ce116f5676d..00000000000 --- 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 d05357ae050..00000000000 --- 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>
