Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kubie
@ 2024-02-05 14:41 marmeladema
  2024-02-05 14:48 ` [PR PATCH] [Updated] " marmeladema
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: marmeladema @ 2024-02-05 14:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

There is a new pull request by marmeladema against master on the void-packages repository

https://github.com/marmeladema/void-packages kubie
https://github.com/void-linux/void-packages/pull/48543

New package: kubie
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, aarch64-libc
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kubie-48543.patch --]
[-- Type: text/x-diff, Size: 901 bytes --]

From f6c55d7e37008bd8269df2f5835659dd9ee5d104 Mon Sep 17 00:00:00 2001
From: Elie ROUDNINSKI <elie@cloudflare.com>
Date: Mon, 5 Feb 2024 15:35:46 +0100
Subject: [PATCH] New package: kubie

---
 srcpkgs/kubie/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/kubie/template

diff --git a/srcpkgs/kubie/template b/srcpkgs/kubie/template
new file mode 100644
index 0000000000000..6ac22386c87fb
--- /dev/null
+++ b/srcpkgs/kubie/template
@@ -0,0 +1,11 @@
+# Template file for 'kubie'
+pkgname=kubie
+version=0.23.0
+revision=1
+build_style=cargo
+short_desc="More powerful alternative to kubectx and kubens"
+maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
+license="zlib"
+homepage="https://github.com/sbstp/kubelogin"
+distfiles="https://github.com/sbstp/kubie/archive/v${version}.tar.gz"
+checksum=e6722811998ca497edd365e27d96c7f672221ffb5d7fd59ec9fbf181831b01f8

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: kubie
  2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
@ 2024-02-05 14:48 ` marmeladema
  2024-02-05 16:12 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marmeladema @ 2024-02-05 14:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by marmeladema against master on the void-packages repository

https://github.com/marmeladema/void-packages kubie
https://github.com/void-linux/void-packages/pull/48543

New package: kubie
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, aarch64-libc
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kubie-48543.patch --]
[-- Type: text/x-diff, Size: 901 bytes --]

From 22ba17ad2c26078064a621a121697210da1176fc Mon Sep 17 00:00:00 2001
From: Elie ROUDNINSKI <elie@cloudflare.com>
Date: Mon, 5 Feb 2024 15:35:46 +0100
Subject: [PATCH] New package: kubie

---
 srcpkgs/kubie/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/kubie/template

diff --git a/srcpkgs/kubie/template b/srcpkgs/kubie/template
new file mode 100644
index 0000000000000..b795a35068415
--- /dev/null
+++ b/srcpkgs/kubie/template
@@ -0,0 +1,11 @@
+# Template file for 'kubie'
+pkgname=kubie
+version=0.23.0
+revision=1
+build_style=cargo
+short_desc="More powerful alternative to kubectx and kubens"
+maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
+license="Zlib"
+homepage="https://github.com/sbstp/kubelogin"
+distfiles="https://github.com/sbstp/kubie/archive/v${version}.tar.gz"
+checksum=e6722811998ca497edd365e27d96c7f672221ffb5d7fd59ec9fbf181831b01f8

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: kubie
  2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
  2024-02-05 14:48 ` [PR PATCH] [Updated] " marmeladema
@ 2024-02-05 16:12 ` icp1994
  2024-02-06 10:22 ` [PR PATCH] [Updated] " marmeladema
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-02-05 16:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48543#issuecomment-1927350468

Comment:
`homepage` has an extra "login" at the end

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: kubie
  2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
  2024-02-05 14:48 ` [PR PATCH] [Updated] " marmeladema
  2024-02-05 16:12 ` icp1994
@ 2024-02-06 10:22 ` marmeladema
  2024-02-06 10:22 ` marmeladema
  2024-05-07  1:46 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: marmeladema @ 2024-02-06 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by marmeladema against master on the void-packages repository

https://github.com/marmeladema/void-packages kubie
https://github.com/void-linux/void-packages/pull/48543

New package: kubie
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, aarch64-libc
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kubie-48543.patch --]
[-- Type: text/x-diff, Size: 897 bytes --]

From d14488221e5df135f912bf363599e875363fe52d Mon Sep 17 00:00:00 2001
From: Elie ROUDNINSKI <elie@cloudflare.com>
Date: Mon, 5 Feb 2024 15:35:46 +0100
Subject: [PATCH] New package: kubie

---
 srcpkgs/kubie/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/kubie/template

diff --git a/srcpkgs/kubie/template b/srcpkgs/kubie/template
new file mode 100644
index 0000000000000..349a847e5bde9
--- /dev/null
+++ b/srcpkgs/kubie/template
@@ -0,0 +1,11 @@
+# Template file for 'kubie'
+pkgname=kubie
+version=0.23.0
+revision=1
+build_style=cargo
+short_desc="More powerful alternative to kubectx and kubens"
+maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
+license="Zlib"
+homepage="https://github.com/sbstp/kubie"
+distfiles="https://github.com/sbstp/kubie/archive/v${version}.tar.gz"
+checksum=e6722811998ca497edd365e27d96c7f672221ffb5d7fd59ec9fbf181831b01f8

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: kubie
  2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
                   ` (2 preceding siblings ...)
  2024-02-06 10:22 ` [PR PATCH] [Updated] " marmeladema
@ 2024-02-06 10:22 ` marmeladema
  2024-05-07  1:46 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: marmeladema @ 2024-02-06 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by marmeladema on void-packages repository

https://github.com/void-linux/void-packages/pull/48543#issuecomment-1929203338

Comment:
My bad. Should be fixed now @icp1994 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: kubie
  2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
                   ` (3 preceding siblings ...)
  2024-02-06 10:22 ` marmeladema
@ 2024-05-07  1:46 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-05-07  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48543#issuecomment-2097224792

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-07  1:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 14:41 [PR PATCH] New package: kubie marmeladema
2024-02-05 14:48 ` [PR PATCH] [Updated] " marmeladema
2024-02-05 16:12 ` icp1994
2024-02-06 10:22 ` [PR PATCH] [Updated] " marmeladema
2024-02-06 10:22 ` marmeladema
2024-05-07  1:46 ` github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).