summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:23:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:18:15 +0200
commit5d86ccecfe3718fe2a129efb8edaa85f305dd360 (patch)
treebf6800839951fea0821c3949a1c5c39c70c22aff /app-admin/kubectx
parentapp-admin/ksonnet: Drop old (diff)
downloadgentoo-5d86ccecfe3718fe2a129efb8edaa85f305dd360.tar.gz
gentoo-5d86ccecfe3718fe2a129efb8edaa85f305dd360.tar.bz2
gentoo-5d86ccecfe3718fe2a129efb8edaa85f305dd360.zip
app-admin/kubectx: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/kubectx')
-rw-r--r--app-admin/kubectx/Manifest2
-rw-r--r--app-admin/kubectx/kubectx-0.5.0.ebuild28
-rw-r--r--app-admin/kubectx/kubectx-0.6.1.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest
index 308b205b2d5c..9f3a1067d012 100644
--- a/app-admin/kubectx/Manifest
+++ b/app-admin/kubectx/Manifest
@@ -1,3 +1 @@
-DIST kubectx-0.5.0.tar.gz 398389 BLAKE2B 6eb5a91667e62e029bc9810e4e5833acdb99a73201713f9eb3fcee991001546fbcb7a381e3b1a568952b1a224975a238c41f65382cf384ea266f3dad55a79949 SHA512 0a587a0260960dfc69c3a30c3e73d2b2ac83937ef8a05df345445f1dc64adc725d42f7652ec2c65a02becdc40a7de3e49b402d7991f8dc970ee60b913b3ae5df
-DIST kubectx-0.6.1.tar.gz 481134 BLAKE2B 2e7476dfb4fe0296abfbfd939af53438692a4efb7f899b659aa8578f2b4610c0cc87ad0eaa142276b32b5441febde211232ed39f2306af5fd232fea8a5cc688d SHA512 cb4616777a090625cba892b8f73c06a8c5e182d1373c636576a8ae6937bb9817c2546ae1ee3f56a9473f0b04a93965a1a857fdd2ba10451ea0e0509c9f765a79
DIST kubectx-0.6.3.tar.gz 483452 BLAKE2B 9f74a5df0c30e8414bfba0c2934ed0601dab249a78e8083179fc129dfe288b596f8f0932c3daf84b89ebb740a9c6694189f596c7a944bb6a584495a999d08192 SHA512 63054b51e3d2f52e895aa5b15162f67c81970c0d27e974f60f7f6641156d04cc4b590894e7eedcba3925f344009e65d04189c046f67d1edaf7f092ffe8d5dba1
diff --git a/app-admin/kubectx/kubectx-0.5.0.ebuild b/app-admin/kubectx/kubectx-0.5.0.ebuild
deleted file mode 100644
index bcdb869a0ef6..000000000000
--- a/app-admin/kubectx/kubectx-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vcs-snapshot bash-completion-r1
-
-DESCRIPTION="Fast way to switch between clusters and namespaces in kubectl"
-HOMEPAGE="https://github.com/ahmetb/kubectx"
-SRC_URI="https://github.com/ahmetb/kubectx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-cluster/kubectl"
-
-src_install() {
- dobin kubectx kubens
-
- insinto /usr/share/zsh/site-functions
- newins completion/kubectx.zsh _kubectx
- newins completion/kubens.zsh _kubens
-
- newbashcomp completion/kubectx.bash kubectx
- newbashcomp completion/kubens.bash kubens
-}
diff --git a/app-admin/kubectx/kubectx-0.6.1.ebuild b/app-admin/kubectx/kubectx-0.6.1.ebuild
deleted file mode 100644
index bcdb869a0ef6..000000000000
--- a/app-admin/kubectx/kubectx-0.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vcs-snapshot bash-completion-r1
-
-DESCRIPTION="Fast way to switch between clusters and namespaces in kubectl"
-HOMEPAGE="https://github.com/ahmetb/kubectx"
-SRC_URI="https://github.com/ahmetb/kubectx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-cluster/kubectl"
-
-src_install() {
- dobin kubectx kubens
-
- insinto /usr/share/zsh/site-functions
- newins completion/kubectx.zsh _kubectx
- newins completion/kubens.zsh _kubens
-
- newbashcomp completion/kubectx.bash kubectx
- newbashcomp completion/kubens.bash kubens
-}