public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 20 Feb 2018 17:31:57 +0000 (UTC)	[thread overview]
Message-ID: <1519147893.94bceff80e93950b10cde5f563cefd07630f83e3.mrueg@gentoo> (raw)

commit:     94bceff80e93950b10cde5f563cefd07630f83e3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 17:31:33 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 17:31:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bceff8

app-admin/kubectx: Initial version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/kubectx/Manifest                       |  1 +
 app-admin/kubectx/kubectx-0.4.0_p20180118.ebuild | 32 ++++++++++++++++++++++++
 app-admin/kubectx/metadata.xml                   | 11 ++++++++
 3 files changed, 44 insertions(+)

diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest
new file mode 100644
index 00000000000..828e2504fe4
--- /dev/null
+++ b/app-admin/kubectx/Manifest
@@ -0,0 +1 @@
+DIST kubectx-0.4.0_p20180118.tar.gz 398084 BLAKE2B fda8cae93e221fc4732b7cedbd44465541cdd7f31b29fbbfde781ea34b2c2d644ad6735d6bf7fa1ebcf04cc2b9dc3ac8e883808cd04c8a256b004a3293cee240 SHA512 04123596724dfc4dacc0beb578c716a3909d98d7df7dbf3c1439b5bb29ac14ea7b366be3e2252550ed89474c58ce83b028af79b0cd288f1ecd62c6c3f2729f62

diff --git a/app-admin/kubectx/kubectx-0.4.0_p20180118.ebuild b/app-admin/kubectx/kubectx-0.4.0_p20180118.ebuild
new file mode 100644
index 00000000000..3cdfb0a50a8
--- /dev/null
+++ b/app-admin/kubectx/kubectx-0.4.0_p20180118.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot bash-completion-r1
+
+COMMIT="b2992aa0df9143c25d64843b3ee40fbcd7332f07"
+
+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/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-cluster/kubectl"
+
+src_install() {
+	insinto /usr/include
+	doins utils.bash
+	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/metadata.xml b/app-admin/kubectx/metadata.xml
new file mode 100644
index 00000000000..ee148200ef0
--- /dev/null
+++ b/app-admin/kubectx/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ahmetb/kubectx</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-02-20 17:32 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-20 17:31 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-31 18:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/kubectx/ Manuel Rüger
2018-04-04 11:44 Manuel Rüger
2018-04-11 13:43 Manuel Rüger
2018-04-11 13:43 Manuel Rüger
2018-09-07 16:13 Manuel Rüger
2018-09-07 16:13 Manuel Rüger
2019-01-31 16:25 Manuel Rüger
2019-11-19 12:36 Manuel Rüger
2020-05-20 16:20 William Hubbs
2020-07-13 19:00 William Hubbs
2020-08-28 23:10 William Hubbs
2020-08-28 23:10 William Hubbs
2020-10-03 18:33 William Hubbs
2022-03-06 19:44 William Hubbs
2022-03-06 19:44 William Hubbs
2024-01-03  1:08 Sam James
2025-03-05 14:52 Arthur Zamarin
2025-03-12 18:23 Arthur Zamarin

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=1519147893.94bceff80e93950b10cde5f563cefd07630f83e3.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