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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9175615807A for ; Mon, 7 Oct 2024 06:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F82E29A8; Mon, 7 Oct 2024 06:46:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B46DE29A8 for ; Mon, 7 Oct 2024 06:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D89340C42 for ; Mon, 7 Oct 2024 06:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFCE0B36 for ; Mon, 7 Oct 2024 06:46:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1728283568.9b71f2adc01ad2c86e86ccce539851c163e7fedb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kops/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kops/Manifest sys-cluster/kops/kops-1.23.2.ebuild X-VCS-Directories: sys-cluster/kops/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9b71f2adc01ad2c86e86ccce539851c163e7fedb X-VCS-Branch: master Date: Mon, 7 Oct 2024 06:46:12 +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: 95cb514d-6dc6-4f30-bf9e-c53d540d1877 X-Archives-Hash: 1bee6da07571dac05b9a6d61850a1ddc commit: 9b71f2adc01ad2c86e86ccce539851c163e7fedb Author: Filip Kobierski pm me> AuthorDate: Thu Sep 5 18:03:54 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 7 06:46:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b71f2ad sys-cluster/kops: drop 1.23.2 Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/kops/Manifest | 1 - sys-cluster/kops/kops-1.23.2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/sys-cluster/kops/Manifest b/sys-cluster/kops/Manifest index 1babf1ef67f0..e5c80571d82c 100644 --- a/sys-cluster/kops/Manifest +++ b/sys-cluster/kops/Manifest @@ -1,2 +1 @@ -DIST kops-1.23.2.tar.gz 30376137 BLAKE2B 3d6e6a52202872df58436783736a996be49b764916c95926347ca2c4893beaf9977eb5102296e41e16256804fc457cc3eb24f6bfd7d0ab2de6f4a3af255f13e5 SHA512 9e221ed709ac3822ab29e78e3fa9de8b88c26184977eff6fc961d5c109b997c8dd842e3cee3eb8d8cc83e3a2250c95ec9e523b82ea7486b59930101e47f1937a DIST kops-1.28.2.tar.gz 34257531 BLAKE2B 2f91077bd7cfd5edfe35feb640da074827b5e9db7cf8040870c14a04aec42c38b2cabf13c1968e10aab8eeb40c30e37930aab1ee2766240ea5916256ac9d0fb7 SHA512 d982a984caba1380df919a7d128694546b25df1ce2ef258f84b02fac8ff7e5ac1ddb280e2760a62522508e07eab0cbd554013be2f4860b2078e488c04420e873 diff --git a/sys-cluster/kops/kops-1.23.2.ebuild b/sys-cluster/kops/kops-1.23.2.ebuild deleted file mode 100644 index f5db1a763c61..000000000000 --- a/sys-cluster/kops/kops-1.23.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Kubernetes Operations" -HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops/" -SRC_URI="https://github.com/kubernetes/kops/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 MIT MPL-2.0 Unicode-DFS-2016" -SLOT="0" -KEYWORDS="~amd64" - -# Failure needs investigation -RESTRICT="test" - -src_compile() { - export GOBIN="${WORKDIR}/${P}/bin" - - emake -} - -src_install() { - dobin bin/kops -}