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: Thu, 31 Jan 2019 16:25:59 +0000 (UTC) [thread overview]
Message-ID: <1548951721.cdaee798b8be3f660f6f4e30819e8e792cf8ab6d.mrueg@gentoo> (raw)
commit: cdaee798b8be3f660f6f4e30819e8e792cf8ab6d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 29 22:44:31 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 16:22:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdaee798
app-admin/kubectx: Version bump to 0.6.3
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-admin/kubectx/Manifest | 1 +
app-admin/kubectx/kubectx-0.6.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest
index 97acee4b0c5..308b205b2d5 100644
--- a/app-admin/kubectx/Manifest
+++ b/app-admin/kubectx/Manifest
@@ -1,2 +1,3 @@
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.6.3.ebuild b/app-admin/kubectx/kubectx-0.6.3.ebuild
new file mode 100644
index 00000000000..da79bbe5c43
--- /dev/null
+++ b/app-admin/kubectx/kubectx-0.6.3.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-01-31 16:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-31 16:25 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-11-19 12:36 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=1548951721.cdaee798b8be3f660f6f4e30819e8e792cf8ab6d.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