Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: clifm-1.11
@ 2023-03-27  6:56 gmbeard
  2023-03-27  7:42 ` [PR REVIEW] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: gmbeard @ 2023-03-27  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gmbeard/void-packages feature/clifm
https://github.com/void-linux/void-packages/pull/43045

New package: clifm-1.11
<!-- Uncomment relevant sections and delete options which are not applicable -->
> Clifm is a Command Line Interface File Manager: all input and interaction is performed via commands. This is its main feature and strength.

<https://github.com/leo-arch/clifm>

#### 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, x86\_64-glibc
- I built this PR locally for these architectures:
  - x86\_64-musl
  - i686
  - aarch64


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

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

From 74871ebad32624e961b31c4f52d26c4739e32ad9 Mon Sep 17 00:00:00 2001
From: Greg Beard <gmbeard@googlemail.com>
Date: Mon, 27 Mar 2023 07:50:20 +0100
Subject: [PATCH] New package: clifm-1.11

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

diff --git a/srcpkgs/clifm/template b/srcpkgs/clifm/template
new file mode 100644
index 000000000000..78780413c45a
--- /dev/null
+++ b/srcpkgs/clifm/template
@@ -0,0 +1,15 @@
+# Template file for 'clifm'
+pkgname=clifm
+version=1.11
+revision=1
+build_style=gnu-makefile
+make_install_args="MANDIR=/usr/share/man"
+makedepends="libcap-devel acl-devel file-devel readline-devel"
+depends="libmagic"
+short_desc="Clifm is a Command Line Interface File Manager"
+maintainer="Greg Beard <gmbeard@googlemail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/leo-arch/clifm"
+changelog="https://raw.githubusercontent.com/leo-arch/clifm/v${version}/CHANGELOG"
+distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
+checksum=32f69ab2215bfcf10e8fe3920c5b4ffd6e699a68463577b32c39f9189d5a9c56

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
@ 2023-03-27  7:42 ` classabbyamp
  2023-03-27 18:33 ` [PR PATCH] [Updated] " gmbeard
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-03-27  7:42 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1148910435

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
```
don't set this to the tag so users/maintainers can see the entire changelog, not just up to the tag

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

* Re: [PR PATCH] [Updated] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
  2023-03-27  7:42 ` [PR REVIEW] " classabbyamp
@ 2023-03-27 18:33 ` gmbeard
  2023-03-27 18:34 ` [PR REVIEW] " gmbeard
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-27 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gmbeard/void-packages feature/clifm
https://github.com/void-linux/void-packages/pull/43045

New package: clifm-1.11
<!-- Uncomment relevant sections and delete options which are not applicable -->
> Clifm is a Command Line Interface File Manager: all input and interaction is performed via commands. This is its main feature and strength.

<https://github.com/leo-arch/clifm>

#### 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, x86\_64-glibc
- I built this PR locally for these architectures:
  - x86\_64-musl
  - i686
  - aarch64


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

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

From a9f48c02dca732e6d8395b6247e5178d273b116f Mon Sep 17 00:00:00 2001
From: Greg Beard <gmbeard@googlemail.com>
Date: Mon, 27 Mar 2023 07:50:20 +0100
Subject: [PATCH] New package: clifm-1.11

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

diff --git a/srcpkgs/clifm/template b/srcpkgs/clifm/template
new file mode 100644
index 000000000000..8e1e7c3db0bc
--- /dev/null
+++ b/srcpkgs/clifm/template
@@ -0,0 +1,15 @@
+# Template file for 'clifm'
+pkgname=clifm
+version=1.11
+revision=1
+build_style=gnu-makefile
+make_install_args="MANDIR=/usr/share/man"
+makedepends="libcap-devel acl-devel file-devel readline-devel"
+depends="libmagic"
+short_desc="Clifm is a Command Line Interface File Manager"
+maintainer="Greg Beard <gmbeard@googlemail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/leo-arch/clifm"
+changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
+distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
+checksum=32f69ab2215bfcf10e8fe3920c5b4ffd6e699a68463577b32c39f9189d5a9c56

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
  2023-03-27  7:42 ` [PR REVIEW] " classabbyamp
  2023-03-27 18:33 ` [PR PATCH] [Updated] " gmbeard
@ 2023-03-27 18:34 ` gmbeard
  2023-03-27 20:11 ` paper42
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-27 18:34 UTC (permalink / raw)
  To: ml

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

New review comment by gmbeard on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149650273

Comment:
Fixed. Thank you for the review

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (2 preceding siblings ...)
  2023-03-27 18:34 ` [PR REVIEW] " gmbeard
@ 2023-03-27 20:11 ` paper42
  2023-03-27 21:13 ` [PR PATCH] [Updated] " gmbeard
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2023-03-27 20:11 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149742561

Comment:
this is autodetected from ELF headers
```suggestion
```

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

* Re: [PR PATCH] [Updated] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (3 preceding siblings ...)
  2023-03-27 20:11 ` paper42
@ 2023-03-27 21:13 ` gmbeard
  2023-03-27 21:15 ` [PR REVIEW] " gmbeard
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-27 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gmbeard/void-packages feature/clifm
https://github.com/void-linux/void-packages/pull/43045

New package: clifm-1.11
<!-- Uncomment relevant sections and delete options which are not applicable -->
> Clifm is a Command Line Interface File Manager: all input and interaction is performed via commands. This is its main feature and strength.

<https://github.com/leo-arch/clifm>

#### 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, x86\_64-glibc
- I built this PR locally for these architectures:
  - x86\_64-musl
  - i686
  - aarch64


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

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

From ebe561b54d06db866eaa9ce2398af9a0279fdbfe Mon Sep 17 00:00:00 2001
From: Greg Beard <gmbeard@googlemail.com>
Date: Mon, 27 Mar 2023 07:50:20 +0100
Subject: [PATCH] New package: clifm-1.11

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

diff --git a/srcpkgs/clifm/template b/srcpkgs/clifm/template
new file mode 100644
index 000000000000..8cc617895fb6
--- /dev/null
+++ b/srcpkgs/clifm/template
@@ -0,0 +1,14 @@
+# Template file for 'clifm'
+pkgname=clifm
+version=1.11
+revision=1
+build_style=gnu-makefile
+make_install_args="MANDIR=/usr/share/man"
+makedepends="libcap-devel acl-devel file-devel readline-devel"
+short_desc="Clifm is a Command Line Interface File Manager"
+maintainer="Greg Beard <gmbeard@googlemail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/leo-arch/clifm"
+changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
+distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
+checksum=32f69ab2215bfcf10e8fe3920c5b4ffd6e699a68463577b32c39f9189d5a9c56

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (4 preceding siblings ...)
  2023-03-27 21:13 ` [PR PATCH] [Updated] " gmbeard
@ 2023-03-27 21:15 ` gmbeard
  2023-03-27 22:06 ` mhmdanas
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-27 21:15 UTC (permalink / raw)
  To: ml

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

New review comment by gmbeard on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149798559

Comment:
Fixed. Thank you.

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (5 preceding siblings ...)
  2023-03-27 21:15 ` [PR REVIEW] " gmbeard
@ 2023-03-27 22:06 ` mhmdanas
  2023-03-27 22:08 ` mhmdanas
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mhmdanas @ 2023-03-27 22:06 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149834493

Comment:
```suggestion
short_desc="Command Line Interface File Manager"
```

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (6 preceding siblings ...)
  2023-03-27 22:06 ` mhmdanas
@ 2023-03-27 22:08 ` mhmdanas
  2023-03-28  3:16 ` leo-arch
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mhmdanas @ 2023-03-27 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149835892

Comment:
According to https://github.com/leo-arch/clifm#license, this should be `GPL-2.0-or-later`? (ping @leo-arch for confirmation)

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (7 preceding siblings ...)
  2023-03-27 22:08 ` mhmdanas
@ 2023-03-28  3:16 ` leo-arch
  2023-03-28  3:56 ` [PR PATCH] [Updated] " gmbeard
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: leo-arch @ 2023-03-28  3:16 UTC (permalink / raw)
  To: ml

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

New review comment by leo-arch on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149981370

Comment:
Yes, it is GPL2 or later.

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

* Re: [PR PATCH] [Updated] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (8 preceding siblings ...)
  2023-03-28  3:16 ` leo-arch
@ 2023-03-28  3:56 ` gmbeard
  2023-03-28  3:57 ` [PR REVIEW] " gmbeard
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-28  3:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gmbeard/void-packages feature/clifm
https://github.com/void-linux/void-packages/pull/43045

New package: clifm-1.11
<!-- Uncomment relevant sections and delete options which are not applicable -->
> Clifm is a Command Line Interface File Manager: all input and interaction is performed via commands. This is its main feature and strength.

<https://github.com/leo-arch/clifm>

#### 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, x86\_64-glibc
- I built this PR locally for these architectures:
  - x86\_64-musl
  - i686
  - aarch64


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

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

From 023c66cc2791a4317ca94e7da4e3f32f2adb8c2f Mon Sep 17 00:00:00 2001
From: Greg Beard <gmbeard@googlemail.com>
Date: Mon, 27 Mar 2023 07:50:20 +0100
Subject: [PATCH] New package: clifm-1.11

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

diff --git a/srcpkgs/clifm/template b/srcpkgs/clifm/template
new file mode 100644
index 000000000000..824f00db336e
--- /dev/null
+++ b/srcpkgs/clifm/template
@@ -0,0 +1,14 @@
+# Template file for 'clifm'
+pkgname=clifm
+version=1.11
+revision=1
+build_style=gnu-makefile
+make_install_args="MANDIR=/usr/share/man"
+makedepends="libcap-devel acl-devel file-devel readline-devel"
+short_desc="Command Line Interface File Manager"
+maintainer="Greg Beard <gmbeard@googlemail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/leo-arch/clifm"
+changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
+distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
+checksum=32f69ab2215bfcf10e8fe3920c5b4ffd6e699a68463577b32c39f9189d5a9c56

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (9 preceding siblings ...)
  2023-03-28  3:56 ` [PR PATCH] [Updated] " gmbeard
@ 2023-03-28  3:57 ` gmbeard
  2023-03-28  3:58 ` gmbeard
  2023-06-25 18:46 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-28  3:57 UTC (permalink / raw)
  To: ml

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

New review comment by gmbeard on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149999279

Comment:
Fixed. Thank you

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

* Re: [PR REVIEW] New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (10 preceding siblings ...)
  2023-03-28  3:57 ` [PR REVIEW] " gmbeard
@ 2023-03-28  3:58 ` gmbeard
  2023-06-25 18:46 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: gmbeard @ 2023-03-28  3:58 UTC (permalink / raw)
  To: ml

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

New review comment by gmbeard on void-packages repository

https://github.com/void-linux/void-packages/pull/43045#discussion_r1149999532

Comment:
I didn't spot this initially. Thank you. Fixed.

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

* Re: [PR PATCH] [Merged]: New package: clifm-1.11
  2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
                   ` (11 preceding siblings ...)
  2023-03-28  3:58 ` gmbeard
@ 2023-06-25 18:46 ` Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-06-25 18:46 UTC (permalink / raw)
  To: ml

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

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

New package: clifm-1.11
https://github.com/void-linux/void-packages/pull/43045

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
> Clifm is a Command Line Interface File Manager: all input and interaction is performed via commands. This is its main feature and strength.

<https://github.com/leo-arch/clifm>

#### 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, x86\_64-glibc
- I built this PR locally for these architectures:
  - x86\_64-musl
  - i686
  - aarch64


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

end of thread, other threads:[~2023-06-25 18:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27  6:56 [PR PATCH] New package: clifm-1.11 gmbeard
2023-03-27  7:42 ` [PR REVIEW] " classabbyamp
2023-03-27 18:33 ` [PR PATCH] [Updated] " gmbeard
2023-03-27 18:34 ` [PR REVIEW] " gmbeard
2023-03-27 20:11 ` paper42
2023-03-27 21:13 ` [PR PATCH] [Updated] " gmbeard
2023-03-27 21:15 ` [PR REVIEW] " gmbeard
2023-03-27 22:06 ` mhmdanas
2023-03-27 22:08 ` mhmdanas
2023-03-28  3:16 ` leo-arch
2023-03-28  3:56 ` [PR PATCH] [Updated] " gmbeard
2023-03-28  3:57 ` [PR REVIEW] " gmbeard
2023-03-28  3:58 ` gmbeard
2023-06-25 18:46 ` [PR PATCH] [Merged]: " Duncaen

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