Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kompose-1.26.1
@ 2022-10-11 12:10 TeddyDD
  2023-01-10  2:33 ` github-actions
  2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD
  0 siblings, 2 replies; 4+ messages in thread
From: TeddyDD @ 2022-10-11 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-kompose
https://github.com/void-linux/void-packages/pull/39885

New package: kompose-1.26.1
<!-- 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**


<!-- 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, (ARCH-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/39885.patch is attached

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

From 94680d2f831ea039ccc5ae9c4d46294fa9669677 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 10 Oct 2022 13:06:57 +0200
Subject: [PATCH] New package: kompose-1.26.1

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

diff --git a/srcpkgs/kompose/template b/srcpkgs/kompose/template
new file mode 100644
index 000000000000..dde2e6364c48
--- /dev/null
+++ b/srcpkgs/kompose/template
@@ -0,0 +1,29 @@
+# Template file for 'kompose'
+pkgname=kompose
+version=1.26.1
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/kubernetes/kompose
+short_desc="Translates Docker Compose file into Kubernetes resources"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/kubernetes/kompose"
+changelog="https://raw.githubusercontent.com/kubernetes/kompose/master/CHANGELOG.md"
+distfiles="https://github.com/kubernetes/kompose/archive/v${version}.tar.gz"
+checksum=58547107377705f48cd02e391a5faf441dc0c861aeb9bc17c7c46e9de3ae1806
+
+post_build() {
+	local cli=$(find $GOPATH/bin -name kompose)
+	for shell in bash fish zsh
+	do
+		vtargetrun "$cli" completion "$shell" >"completion.$shell"
+	done
+}
+
+post_install() {
+	for shell in bash fish zsh
+	do
+		vcompletion "completion.$shell" "$shell"
+	done
+}

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

* Re: New package: kompose-1.26.1
  2022-10-11 12:10 [PR PATCH] New package: kompose-1.26.1 TeddyDD
@ 2023-01-10  2:33 ` github-actions
  2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD
  1 sibling, 0 replies; 4+ messages in thread
From: github-actions @ 2023-01-10  2:33 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/39885#issuecomment-1376643072

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: kompose-1.26.1
  2022-10-11 12:10 [PR PATCH] New package: kompose-1.26.1 TeddyDD
  2023-01-10  2:33 ` github-actions
@ 2023-01-13  9:34 ` TeddyDD
  1 sibling, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-01-13  9:34 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: kompose-1.26.1
https://github.com/void-linux/void-packages/pull/39885

Description:
<!-- 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**


<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] New package: kompose-1.26.1
@ 2022-10-19 14:59 ahesford
  0 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2022-10-19 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages kompose
https://github.com/void-linux/void-packages/pull/40042

New package: kompose-1.26.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 468c88378b1718d81b40bad0e7b1355cb58ede0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 19 Oct 2022 10:54:31 -0400
Subject: [PATCH] New package: kompose-1.26.1

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

diff --git a/srcpkgs/kompose/template b/srcpkgs/kompose/template
new file mode 100644
index 000000000000..5d3b251f92f3
--- /dev/null
+++ b/srcpkgs/kompose/template
@@ -0,0 +1,24 @@
+# Template file for 'kompose'
+pkgname=kompose
+version=1.26.1
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/kubernetes/kompose
+short_desc="Go from Docker Compose to Kubernetes"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://kompose.io/"
+changelog="https://raw.githubusercontent.com/kubernetes/kompose/master/CHANGELOG.md"
+distfiles="https://github.com/kubernetes/kompose/archive/v${version}.tar.gz"
+checksum=58547107377705f48cd02e391a5faf441dc0c861aeb9bc17c7c46e9de3ae1806
+
+post_install() {
+	local shell
+	local kompose="${DESTDIR}/usr/bin/kompose"
+
+	for shell in bash fish zsh; do
+		vtargetrun "${kompose}" completion ${shell} > completions.${shell}
+		vcompletion completions.${shell} ${shell}
+	done
+}

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

end of thread, other threads:[~2023-01-13  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 12:10 [PR PATCH] New package: kompose-1.26.1 TeddyDD
2023-01-10  2:33 ` github-actions
2023-01-13  9:34 ` [PR PATCH] [Closed]: " TeddyDD
2022-10-19 14:59 [PR PATCH] " ahesford

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).