Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mandown-0.1.2
@ 2022-02-07 18:54 ElDifinitivo
  2022-02-19  0:14 ` tranzystorek-io
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ElDifinitivo @ 2022-02-07 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElDifinitivo/void-packages mandown
https://github.com/void-linux/void-packages/pull/35462

New package: mandown-0.1.2
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)

Note: Including this package as it's a dependency for [zellij](https://github.com/zellij-org/zellij/) (in order to build its manpage) which I do want to package once this is in.


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

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

From 30395b57ef760d227947f9493eb30e4887c464de Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 7 Feb 2022 12:29:38 -0600
Subject: [PATCH] New package: mandown-0.1.2

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

diff --git a/srcpkgs/mandown/template b/srcpkgs/mandown/template
new file mode 100644
index 000000000000..5ae9b32020dd
--- /dev/null
+++ b/srcpkgs/mandown/template
@@ -0,0 +1,11 @@
+# Template file for 'mandown'
+pkgname=mandown
+version=0.1.2
+revision=1
+build_style=cargo
+short_desc="Create man pages from markdown markup"
+maintainer="Savoy <git@liberation.red>"
+license="Apache-2.0"
+homepage="https://gitlab.com/kornelski/mandown"
+distfiles="https://gitlab.com/kornelski/mandown/-/archive/$version/mandown-$version.tar.gz"
+checksum=ea26e2bf0ab1ebf4bea858072aa582b11d667a07e05b61bc50cfe5c2b382894a

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

* Re: New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
@ 2022-02-19  0:14 ` tranzystorek-io
  2022-02-20 14:24 ` ElDifinitivo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-02-19  0:14 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35462#issuecomment-1045407342

Comment:
I didn't notice this and created a PR for zellij already: #35690, hope it's not a problem

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

* Re: New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
  2022-02-19  0:14 ` tranzystorek-io
@ 2022-02-20 14:24 ` ElDifinitivo
  2022-03-03 20:04 ` [PR PATCH] [Updated] " ElDifinitivo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ElDifinitivo @ 2022-02-20 14:24 UTC (permalink / raw)
  To: ml

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

New comment by ElDifinitivo on void-packages repository

https://github.com/void-linux/void-packages/pull/35462#issuecomment-1046249099

Comment:
No not a problem at all! Just wanted to get ahead and get this in as it would be very useful to have to in order to write up easy manpages as markdown is so friendly

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

* Re: [PR PATCH] [Updated] New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
  2022-02-19  0:14 ` tranzystorek-io
  2022-02-20 14:24 ` ElDifinitivo
@ 2022-03-03 20:04 ` ElDifinitivo
  2022-03-21 14:15 ` ElDifinitivo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ElDifinitivo @ 2022-03-03 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElDifinitivo/void-packages mandown
https://github.com/void-linux/void-packages/pull/35462

New package: mandown-0.1.2
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)

Note: Including this package as it's a dependency for [zellij](https://github.com/zellij-org/zellij/) (in order to build its manpage) which I do want to package once this is in.


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

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

From 71e3b0aa6f60a08c84f35354726f35bb49dd201c Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 7 Feb 2022 12:29:38 -0600
Subject: [PATCH] New package: mandown-0.1.2

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

diff --git a/srcpkgs/mandown/template b/srcpkgs/mandown/template
new file mode 100644
index 000000000000..5ae9b32020dd
--- /dev/null
+++ b/srcpkgs/mandown/template
@@ -0,0 +1,11 @@
+# Template file for 'mandown'
+pkgname=mandown
+version=0.1.2
+revision=1
+build_style=cargo
+short_desc="Create man pages from markdown markup"
+maintainer="Savoy <git@liberation.red>"
+license="Apache-2.0"
+homepage="https://gitlab.com/kornelski/mandown"
+distfiles="https://gitlab.com/kornelski/mandown/-/archive/$version/mandown-$version.tar.gz"
+checksum=ea26e2bf0ab1ebf4bea858072aa582b11d667a07e05b61bc50cfe5c2b382894a

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

* Re: [PR PATCH] [Updated] New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
                   ` (2 preceding siblings ...)
  2022-03-03 20:04 ` [PR PATCH] [Updated] " ElDifinitivo
@ 2022-03-21 14:15 ` ElDifinitivo
  2022-03-30 17:36 ` ElDifinitivo
  2022-04-03  8:26 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: ElDifinitivo @ 2022-03-21 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElDifinitivo/void-packages mandown
https://github.com/void-linux/void-packages/pull/35462

New package: mandown-0.1.2
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)

Note: Including this package as it's a dependency for [zellij](https://github.com/zellij-org/zellij/) (in order to build its manpage) which I do want to package once this is in.


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

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

From 4b4bd6e4914d1d49455aa04b4ec05cf6e2667b02 Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 7 Feb 2022 12:29:38 -0600
Subject: [PATCH] New package: mandown-0.1.2

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

diff --git a/srcpkgs/mandown/template b/srcpkgs/mandown/template
new file mode 100644
index 000000000000..5ae9b32020dd
--- /dev/null
+++ b/srcpkgs/mandown/template
@@ -0,0 +1,11 @@
+# Template file for 'mandown'
+pkgname=mandown
+version=0.1.2
+revision=1
+build_style=cargo
+short_desc="Create man pages from markdown markup"
+maintainer="Savoy <git@liberation.red>"
+license="Apache-2.0"
+homepage="https://gitlab.com/kornelski/mandown"
+distfiles="https://gitlab.com/kornelski/mandown/-/archive/$version/mandown-$version.tar.gz"
+checksum=ea26e2bf0ab1ebf4bea858072aa582b11d667a07e05b61bc50cfe5c2b382894a

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

* Re: [PR PATCH] [Updated] New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
                   ` (3 preceding siblings ...)
  2022-03-21 14:15 ` ElDifinitivo
@ 2022-03-30 17:36 ` ElDifinitivo
  2022-04-03  8:26 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: ElDifinitivo @ 2022-03-30 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElDifinitivo/void-packages mandown
https://github.com/void-linux/void-packages/pull/35462

New package: mandown-0.1.2
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)

Note: Including this package as it's a dependency for [zellij](https://github.com/zellij-org/zellij/) (in order to build its manpage) which I do want to package once this is in.


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

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

From d00cc692642beef931097358939e05bf4aaadfd6 Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 7 Feb 2022 12:29:38 -0600
Subject: [PATCH] New package: mandown-0.1.2

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

diff --git a/srcpkgs/mandown/template b/srcpkgs/mandown/template
new file mode 100644
index 000000000000..5ae9b32020dd
--- /dev/null
+++ b/srcpkgs/mandown/template
@@ -0,0 +1,11 @@
+# Template file for 'mandown'
+pkgname=mandown
+version=0.1.2
+revision=1
+build_style=cargo
+short_desc="Create man pages from markdown markup"
+maintainer="Savoy <git@liberation.red>"
+license="Apache-2.0"
+homepage="https://gitlab.com/kornelski/mandown"
+distfiles="https://gitlab.com/kornelski/mandown/-/archive/$version/mandown-$version.tar.gz"
+checksum=ea26e2bf0ab1ebf4bea858072aa582b11d667a07e05b61bc50cfe5c2b382894a

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

* Re: [PR PATCH] [Merged]: New package: mandown-0.1.2
  2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
                   ` (4 preceding siblings ...)
  2022-03-30 17:36 ` ElDifinitivo
@ 2022-04-03  8:26 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-04-03  8:26 UTC (permalink / raw)
  To: ml

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

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

New package: mandown-0.1.2
https://github.com/void-linux/void-packages/pull/35462

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)

Note: Including this package as it's a dependency for [zellij](https://github.com/zellij-org/zellij/) (in order to build its manpage) which I do want to package once this is in.


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

end of thread, other threads:[~2022-04-03  8:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 18:54 [PR PATCH] New package: mandown-0.1.2 ElDifinitivo
2022-02-19  0:14 ` tranzystorek-io
2022-02-20 14:24 ` ElDifinitivo
2022-03-03 20:04 ` [PR PATCH] [Updated] " ElDifinitivo
2022-03-21 14:15 ` ElDifinitivo
2022-03-30 17:36 ` ElDifinitivo
2022-04-03  8:26 ` [PR PATCH] [Merged]: " paper42

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