Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mdbook-mermaid-0.8.0
@ 2021-03-29 12:49 jcgruenhage
  2021-08-11 18:42 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jcgruenhage @ 2021-03-29 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.8.0_1
https://github.com/void-linux/void-packages/pull/29850

New package: mdbook-mermaid-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.8.0_1-29850.patch --]
[-- Type: text/x-diff, Size: 1076 bytes --]

From 19bb91a584290ea2b0a1615beb28aaf13fe182ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 29 Mar 2021 14:46:19 +0200
Subject: [PATCH] New package: mdbook-mermaid-0.8.0

---
 srcpkgs/mdbook-mermaid/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mdbook-mermaid/template

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
new file mode 100644
index 000000000000..b6515bc70d42
--- /dev/null
+++ b/srcpkgs/mdbook-mermaid/template
@@ -0,0 +1,15 @@
+# Template file for 'mdbook-mermaid'
+pkgname=mdbook-mermaid
+version=0.8.0
+revision=1
+build_style=cargo
+short_desc="Prepocessor for mdbook to add mermaid support"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/badboy/mdbook-mermaid"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=1770902c8245e5e48f159f987c51048bc5bc53894afda5b41e669602d6df94cb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.0
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
@ 2021-08-11 18:42 ` jcgruenhage
  2021-08-11 20:19 ` [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.3 jcgruenhage
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2021-08-11 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.8.0_1
https://github.com/void-linux/void-packages/pull/29850

New package: mdbook-mermaid-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.8.0_1-29850.patch --]
[-- Type: text/x-diff, Size: 1076 bytes --]

From 4abbc8c9bdd9774b574ccf5a8a3b9d2b775dd203 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 29 Mar 2021 14:46:19 +0200
Subject: [PATCH] New package: mdbook-mermaid-0.8.3

---
 srcpkgs/mdbook-mermaid/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mdbook-mermaid/template

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
new file mode 100644
index 000000000000..e4c567f1946c
--- /dev/null
+++ b/srcpkgs/mdbook-mermaid/template
@@ -0,0 +1,15 @@
+# Template file for 'mdbook-mermaid'
+pkgname=mdbook-mermaid
+version=0.8.3
+revision=1
+build_style=cargo
+short_desc="Prepocessor for mdbook to add mermaid support"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/badboy/mdbook-mermaid"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=9970d9a850732b11d3041a6e37c0e9df8ad6038db6e08ecae4a4015e08c53d38
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.3
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
  2021-08-11 18:42 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-08-11 20:19 ` jcgruenhage
  2022-05-07 21:41 ` Piraty
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2021-08-11 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.8.0_1
https://github.com/void-linux/void-packages/pull/29850

New package: mdbook-mermaid-0.8.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.8.0_1-29850.patch --]
[-- Type: text/x-diff, Size: 1076 bytes --]

From bbfd511940d8db2ad3bdf1c79ff6000fb321b60d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 29 Mar 2021 14:46:19 +0200
Subject: [PATCH] New package: mdbook-mermaid-0.8.3

---
 srcpkgs/mdbook-mermaid/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mdbook-mermaid/template

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
new file mode 100644
index 000000000000..e4c567f1946c
--- /dev/null
+++ b/srcpkgs/mdbook-mermaid/template
@@ -0,0 +1,15 @@
+# Template file for 'mdbook-mermaid'
+pkgname=mdbook-mermaid
+version=0.8.3
+revision=1
+build_style=cargo
+short_desc="Prepocessor for mdbook to add mermaid support"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/badboy/mdbook-mermaid"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=9970d9a850732b11d3041a6e37c0e9df8ad6038db6e08ecae4a4015e08c53d38
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mdbook-mermaid-0.8.3
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
  2021-08-11 18:42 ` [PR PATCH] [Updated] " jcgruenhage
  2021-08-11 20:19 ` [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.3 jcgruenhage
@ 2022-05-07 21:41 ` Piraty
  2022-05-08 16:42 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2022-05-07 21:41 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/29850#issuecomment-1120296588

Comment:
0.10.0 is out by now

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

* Re: [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.3
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-05-07 21:41 ` Piraty
@ 2022-05-08 16:42 ` jcgruenhage
  2022-05-08 17:20 ` jcgruenhage
  2022-05-08 20:40 ` [PR PATCH] [Merged]: New package: mdbook-mermaid-0.10.0 Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2022-05-08 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.8.0_1
https://github.com/void-linux/void-packages/pull/29850

New package: mdbook-mermaid-0.8.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.8.0_1-29850.patch --]
[-- Type: text/x-diff, Size: 1078 bytes --]

From f5d63daebde7fc8dfc15769afc483455d9760045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 29 Mar 2021 14:46:19 +0200
Subject: [PATCH] New package: mdbook-mermaid-0.10.0

---
 srcpkgs/mdbook-mermaid/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/mdbook-mermaid/template

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
new file mode 100644
index 000000000000..ec8acd019132
--- /dev/null
+++ b/srcpkgs/mdbook-mermaid/template
@@ -0,0 +1,15 @@
+# Template file for 'mdbook-mermaid'
+pkgname=mdbook-mermaid
+version=0.10.0
+revision=1
+build_style=cargo
+short_desc="Prepocessor for mdbook to add mermaid support"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/badboy/mdbook-mermaid"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=7b62ac139c8ece9f21cfdf0b3cd11aabf0d6fdfdfb71848918a028a4cb8de24c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mdbook-mermaid-0.8.3
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-05-08 16:42 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-05-08 17:20 ` jcgruenhage
  2022-05-08 20:40 ` [PR PATCH] [Merged]: New package: mdbook-mermaid-0.10.0 Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2022-05-08 17:20 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/29850#issuecomment-1120455926

Comment:
Updated :)

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

* Re: [PR PATCH] [Merged]: New package: mdbook-mermaid-0.10.0
  2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-05-08 17:20 ` jcgruenhage
@ 2022-05-08 20:40 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2022-05-08 20:40 UTC (permalink / raw)
  To: ml

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

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

New package: mdbook-mermaid-0.10.0
https://github.com/void-linux/void-packages/pull/29850

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 7+ messages in thread

end of thread, other threads:[~2022-05-08 20:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 12:49 [PR PATCH] New package: mdbook-mermaid-0.8.0 jcgruenhage
2021-08-11 18:42 ` [PR PATCH] [Updated] " jcgruenhage
2021-08-11 20:19 ` [PR PATCH] [Updated] New package: mdbook-mermaid-0.8.3 jcgruenhage
2022-05-07 21:41 ` Piraty
2022-05-08 16:42 ` [PR PATCH] [Updated] " jcgruenhage
2022-05-08 17:20 ` jcgruenhage
2022-05-08 20:40 ` [PR PATCH] [Merged]: New package: mdbook-mermaid-0.10.0 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).