Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go-md2man: update to 2.0.3.
@ 2023-10-11  9:31 TeddyDD
  2023-10-11  9:32 ` [PR PATCH] [Updated] " TeddyDD
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TeddyDD @ 2023-10-11  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-go-md2man
https://github.com/void-linux/void-packages/pull/46588

go-md2man: update to 2.0.3.
<!-- 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, (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/46588.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-go-md2man-46588.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

From f0eb249c892780bd5d7394edb76d4235c4191277 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 11 Oct 2023 11:30:48 +0200
Subject: [PATCH] go-md2man: update to 2.0.3.

---
 srcpkgs/go-md2man/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index 7898513b58ff2..105e9d74eefd5 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -1,16 +1,21 @@
 # Template file for 'go-md2man'
 pkgname=go-md2man
-version=2.0.2
-revision=3
+version=2.0.3
+revision=1
 build_style=go
 go_import_path=github.com/cpuguy83/go-md2man/v2
 short_desc="Convert md to manpages"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/cpuguy83/go-md2man"
 distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
-checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
+checksum=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
+
+post_build() {
+    go run -mod=vendor . < go-md2man.1.md > go-md2man.1
+}
 
 post_install() {
 	vlicense LICENSE.md
+	vman go-md2man.1
 }

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

* Re: [PR PATCH] [Updated] go-md2man: update to 2.0.3.
  2023-10-11  9:31 [PR PATCH] go-md2man: update to 2.0.3 TeddyDD
@ 2023-10-11  9:32 ` TeddyDD
  2023-10-11  9:39 ` TeddyDD
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2023-10-11  9:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-go-md2man
https://github.com/void-linux/void-packages/pull/46588

go-md2man: update to 2.0.3.
<!-- 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, (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/46588.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-go-md2man-46588.patch --]
[-- Type: text/x-diff, Size: 1231 bytes --]

From 4fe92f05ed25687858127a0af82f37a26eedf88d Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 11 Oct 2023 11:30:48 +0200
Subject: [PATCH] go-md2man: update to 2.0.3.

---
 srcpkgs/go-md2man/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index 7898513b58ff2..558d1849c0948 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -1,16 +1,21 @@
 # Template file for 'go-md2man'
 pkgname=go-md2man
-version=2.0.2
-revision=3
+version=2.0.3
+revision=1
 build_style=go
 go_import_path=github.com/cpuguy83/go-md2man/v2
 short_desc="Convert md to manpages"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/cpuguy83/go-md2man"
 distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
-checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
+checksum=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
+
+post_build() {
+	go run -mod=vendor . <go-md2man.1.md >go-md2man.1
+}
 
 post_install() {
 	vlicense LICENSE.md
+	vman go-md2man.1
 }

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

* Re: [PR PATCH] [Updated] go-md2man: update to 2.0.3.
  2023-10-11  9:31 [PR PATCH] go-md2man: update to 2.0.3 TeddyDD
  2023-10-11  9:32 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-10-11  9:39 ` TeddyDD
  2023-10-11 10:08 ` TeddyDD
  2023-12-02 10:42 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2023-10-11  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-go-md2man
https://github.com/void-linux/void-packages/pull/46588

go-md2man: update to 2.0.3.
<!-- 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, (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/46588.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-go-md2man-46588.patch --]
[-- Type: text/x-diff, Size: 1268 bytes --]

From 6d70980cd35f8667c3c94a0bbd69c2725380b43f Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 11 Oct 2023 11:30:48 +0200
Subject: [PATCH] go-md2man: update to 2.0.3.

---
 srcpkgs/go-md2man/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index 7898513b58ff2..cc72946944039 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -1,16 +1,22 @@
 # Template file for 'go-md2man'
 pkgname=go-md2man
-version=2.0.2
-revision=3
+version=2.0.3
+revision=1
 build_style=go
+build_helper=qemu
 go_import_path=github.com/cpuguy83/go-md2man/v2
 short_desc="Convert md to manpages"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/cpuguy83/go-md2man"
 distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
-checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
+checksum=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
+
+post_build() {
+	vtargetrun "${GOPATH}/bin/go-md2man" <go-md2man.1.md >go-md2man.1
+}
 
 post_install() {
 	vlicense LICENSE.md
+	vman go-md2man.1
 }

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

* Re: [PR PATCH] [Updated] go-md2man: update to 2.0.3.
  2023-10-11  9:31 [PR PATCH] go-md2man: update to 2.0.3 TeddyDD
  2023-10-11  9:32 ` [PR PATCH] [Updated] " TeddyDD
  2023-10-11  9:39 ` TeddyDD
@ 2023-10-11 10:08 ` TeddyDD
  2023-12-02 10:42 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2023-10-11 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-go-md2man
https://github.com/void-linux/void-packages/pull/46588

go-md2man: update to 2.0.3.
<!-- 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, (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/46588.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-go-md2man-46588.patch --]
[-- Type: text/x-diff, Size: 1130 bytes --]

From af0aa009f9bae05986e28d2dc5c362251e039070 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 11 Oct 2023 11:30:48 +0200
Subject: [PATCH] go-md2man: update to 2.0.3.

---
 srcpkgs/go-md2man/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index 7898513b58ff2..39e92c22803e0 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -1,15 +1,15 @@
 # Template file for 'go-md2man'
 pkgname=go-md2man
-version=2.0.2
-revision=3
+version=2.0.3
+revision=1
 build_style=go
 go_import_path=github.com/cpuguy83/go-md2man/v2
 short_desc="Convert md to manpages"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/cpuguy83/go-md2man"
 distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
-checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
+checksum=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Merged]: go-md2man: update to 2.0.3.
  2023-10-11  9:31 [PR PATCH] go-md2man: update to 2.0.3 TeddyDD
                   ` (2 preceding siblings ...)
  2023-10-11 10:08 ` TeddyDD
@ 2023-12-02 10:42 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-02 10:42 UTC (permalink / raw)
  To: ml

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

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

go-md2man: update to 2.0.3.
https://github.com/void-linux/void-packages/pull/46588

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


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

end of thread, other threads:[~2023-12-02 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11  9:31 [PR PATCH] go-md2man: update to 2.0.3 TeddyDD
2023-10-11  9:32 ` [PR PATCH] [Updated] " TeddyDD
2023-10-11  9:39 ` TeddyDD
2023-10-11 10:08 ` TeddyDD
2023-12-02 10:42 ` [PR PATCH] [Merged]: " classabbyamp

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