From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kubectx/
Date: Tue, 19 Nov 2019 12:36:32 +0000 (UTC) [thread overview]
Message-ID: <1574166815.7c5182e4f18efad9d3787829671278c821541162.mrueg@gentoo> (raw)
commit: 7c5182e4f18efad9d3787829671278c821541162
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 12:33:35 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 12:33:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5182e4
app-admin/kubectx: Version bump to 0.7.1
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-admin/kubectx/Manifest | 1 +
app-admin/kubectx/kubectx-0.7.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest
index 9f3a1067d01..d91b07ab2c5 100644
--- a/app-admin/kubectx/Manifest
+++ b/app-admin/kubectx/Manifest
@@ -1 +1,2 @@
DIST kubectx-0.6.3.tar.gz 483452 BLAKE2B 9f74a5df0c30e8414bfba0c2934ed0601dab249a78e8083179fc129dfe288b596f8f0932c3daf84b89ebb740a9c6694189f596c7a944bb6a584495a999d08192 SHA512 63054b51e3d2f52e895aa5b15162f67c81970c0d27e974f60f7f6641156d04cc4b590894e7eedcba3925f344009e65d04189c046f67d1edaf7f092ffe8d5dba1
+DIST kubectx-0.7.1.tar.gz 484162 BLAKE2B 54da3821da0fb992e1a12ad1e866f6f10c57a48da0414e8a48f293e090e289a0d26a70297974378b81f4e660ca13e85877c2f76b554eac526d1d830fdc439da1 SHA512 c78beba1820afb22548efb39e1fa704af017076096a4676d5a178bc3d65656f2352ee221d9754eb6fd8cc02a3aa96d743ce2c27a84a8b9c3684272cd2547fcf2
diff --git a/app-admin/kubectx/kubectx-0.7.1.ebuild b/app-admin/kubectx/kubectx-0.7.1.ebuild
new file mode 100644
index 00000000000..da79bbe5c43
--- /dev/null
+++ b/app-admin/kubectx/kubectx-0.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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
+}
next reply other threads:[~2019-11-19 12:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-19 12:36 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 18:23 [gentoo-commits] repo/gentoo:master commit in: app-admin/kubectx/ Arthur Zamarin
2025-03-05 14:52 Arthur Zamarin
2024-01-03 1:08 Sam James
2022-03-06 19:44 William Hubbs
2022-03-06 19:44 William Hubbs
2020-10-03 18:33 William Hubbs
2020-08-28 23:10 William Hubbs
2020-08-28 23:10 William Hubbs
2020-07-13 19:00 William Hubbs
2020-05-20 16:20 William Hubbs
2019-01-31 16:25 Manuel Rüger
2018-09-07 16:13 Manuel Rüger
2018-09-07 16:13 Manuel Rüger
2018-04-11 13:43 Manuel Rüger
2018-04-11 13:43 Manuel Rüger
2018-04-04 11:44 Manuel Rüger
2018-03-31 18:28 Manuel Rüger
2018-02-20 17:31 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574166815.7c5182e4f18efad9d3787829671278c821541162.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox