Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jd-1.6.1
@ 2022-11-18  9:31 TeddyDD
  2023-01-22 14:13 ` Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2022-11-18  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-jd
https://github.com/void-linux/void-packages/pull/40595

New package: jd-1.6.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/40595.patch is attached

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

From 0399691a32db7db37ca2d86291445d5bae36763e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 18 Nov 2022 10:30:12 +0100
Subject: [PATCH] New package: jd-1.6.1

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

diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template
new file mode 100644
index 000000000000..d25e301d225b
--- /dev/null
+++ b/srcpkgs/jd/template
@@ -0,0 +1,16 @@
+# Template file for 'jd'
+pkgname=jd
+version=1.6.1
+revision=1
+build_style=go
+go_import_path="github.com/josephburnett/jd"
+short_desc="JSON diff and patch"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/josephburnett/jd"
+distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
+checksum=3e81a8dadb125628430a31e3ea67b8b3053c346d684b74784c6bf0451cc2def0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: jd-1.6.1
  2022-11-18  9:31 [PR PATCH] New package: jd-1.6.1 TeddyDD
@ 2023-01-22 14:13 ` Piraty
  2023-01-22 15:52 ` [PR PATCH] [Updated] " TeddyDD
  2023-01-22 20:14 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2023-01-22 14:13 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/40595#issuecomment-1399499786

Comment:
can you please rebase to trigger CI, it doesn't build for me

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

* Re: [PR PATCH] [Updated] New package: jd-1.6.1
  2022-11-18  9:31 [PR PATCH] New package: jd-1.6.1 TeddyDD
  2023-01-22 14:13 ` Piraty
@ 2023-01-22 15:52 ` TeddyDD
  2023-01-22 20:14 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-01-22 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-jd
https://github.com/void-linux/void-packages/pull/40595

New package: jd-1.6.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**

closes #40356

<!-- 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/40595.patch is attached

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

From 039d63133907c573227f3757185db8d60b91cb68 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 18 Nov 2022 10:30:12 +0100
Subject: [PATCH] New package: jd-1.6.1

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

diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template
new file mode 100644
index 000000000000..d25e301d225b
--- /dev/null
+++ b/srcpkgs/jd/template
@@ -0,0 +1,16 @@
+# Template file for 'jd'
+pkgname=jd
+version=1.6.1
+revision=1
+build_style=go
+go_import_path="github.com/josephburnett/jd"
+short_desc="JSON diff and patch"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/josephburnett/jd"
+distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
+checksum=3e81a8dadb125628430a31e3ea67b8b3053c346d684b74784c6bf0451cc2def0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: jd-1.6.1
  2022-11-18  9:31 [PR PATCH] New package: jd-1.6.1 TeddyDD
  2023-01-22 14:13 ` Piraty
  2023-01-22 15:52 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-01-22 20:14 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2023-01-22 20:14 UTC (permalink / raw)
  To: ml

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

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

New package: jd-1.6.1
https://github.com/void-linux/void-packages/pull/40595

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**

closes #40356

<!-- 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

end of thread, other threads:[~2023-01-22 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  9:31 [PR PATCH] New package: jd-1.6.1 TeddyDD
2023-01-22 14:13 ` Piraty
2023-01-22 15:52 ` [PR PATCH] [Updated] " TeddyDD
2023-01-22 20:14 ` [PR PATCH] [Merged]: " Piraty

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