From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42FB2138334 for ; Wed, 1 Jan 2020 08:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5907BE0A02; Wed, 1 Jan 2020 08:47:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10963E0A02 for ; Wed, 1 Jan 2020 08:47:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 057D434DB5B for ; Wed, 1 Jan 2020 08:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0D4F36 for ; Wed, 1 Jan 2020 08:47:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1577868430.95186939256f4858434e1d84c0d217b5bfe74aa4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/istioctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/istioctl/Manifest net-misc/istioctl/istioctl-1.1.17.ebuild net-misc/istioctl/metadata.xml X-VCS-Directories: net-misc/istioctl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 95186939256f4858434e1d84c0d217b5bfe74aa4 X-VCS-Branch: master Date: Wed, 1 Jan 2020 08:47:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1afbcfd4-c9d0-4c39-ba24-411bdf9d3e4e X-Archives-Hash: 089b155d65b0a2a12eacf752f0f2522e commit: 95186939256f4858434e1d84c0d217b5bfe74aa4 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 1 08:47:10 2020 +0000 Commit: Mikle Kolyada gentoo 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 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 @@ - - - - - - istio/istio - -