Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xfce4-panel-profiles-1.0.14
@ 2024-06-26  7:13 Vinfall
  2024-06-26 12:47 ` [PR REVIEW] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Vinfall @ 2024-06-26  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages xfce4-panel-profiles
https://github.com/void-linux/void-packages/pull/51009

New package: xfce4-panel-profiles-1.0.14
<!-- 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, x86_64-glibc

Adapted from #40454 and would close #40306. Version, license are updated. I hope I get changelog section right.

Also, regarding the request change in https://github.com/void-linux/void-packages/pull/40454#discussion_r1103340631, it does not work with a warning complaining about `--sysconfdir=/etc` as it's not defined in gnu-configure build-style (but I'm not sure how other packages using the same build style get away  with it even though they include this configure argument).


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-panel-profiles-51009.patch --]
[-- Type: text/x-diff, Size: 1313 bytes --]

From 05c6c3beb222cd6560853fdd3e124c8efb56900f Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Wed, 26 Jun 2024 15:03:54 +0800
Subject: [PATCH] New package: xfce4-panel-profiles-1.0.14

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

diff --git a/srcpkgs/xfce4-panel-profiles/template b/srcpkgs/xfce4-panel-profiles/template
new file mode 100644
index 00000000000000..242fb3e82c5970
--- /dev/null
+++ b/srcpkgs/xfce4-panel-profiles/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-panel-profiles'
+pkgname=xfce4-panel-profiles
+version=1.0.14
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --python=python3"
+hostmakedepends="intltool tar"
+depends="xfce4-panel python3-gobject"
+short_desc="Simple application to manage Xfce panel layouts"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://docs.xfce.org/apps/xfce4-panel-profiles/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/apps/xfce4-panel-profiles/${version%.*}/xfce4-panel-profiles-${version}.tar.bz2"
+checksum=6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
@ 2024-06-26 12:47 ` classabbyamp
  2024-06-27  2:15 ` [PR PATCH] [Updated] " Vinfall
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-06-26 12:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1654756398

Comment:
should not be orphaned

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

* Re: [PR PATCH] [Updated] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
  2024-06-26 12:47 ` [PR REVIEW] " classabbyamp
@ 2024-06-27  2:15 ` Vinfall
  2024-06-27  2:15 ` [PR REVIEW] " Vinfall
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27  2:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages xfce4-panel-profiles
https://github.com/void-linux/void-packages/pull/51009

New package: xfce4-panel-profiles-1.0.14
<!-- 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, x86_64-glibc

Adapted from #40454 and would close #40306. Version, license are updated. I hope I get changelog section right.

Also, regarding the request change in https://github.com/void-linux/void-packages/pull/40454#discussion_r1103340631, it does not work with a warning complaining about `--sysconfdir=/etc` as it's not defined in gnu-configure build-style (but I'm not sure how other packages using the same build style get away  with it even though they include this configure argument).


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-panel-profiles-51009.patch --]
[-- Type: text/x-diff, Size: 1318 bytes --]

From b46fd05ca7830c3fe5da4227d214e7f8c2f6a079 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Thu, 27 Jun 2024 10:15:00 +0800
Subject: [PATCH] New package: xfce4-panel-profiles-1.0.14

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

diff --git a/srcpkgs/xfce4-panel-profiles/template b/srcpkgs/xfce4-panel-profiles/template
new file mode 100644
index 00000000000000..0e55af4a37e4ad
--- /dev/null
+++ b/srcpkgs/xfce4-panel-profiles/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-panel-profiles'
+pkgname=xfce4-panel-profiles
+version=1.0.14
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --python=python3"
+hostmakedepends="intltool tar"
+depends="xfce4-panel python3-gobject"
+short_desc="Simple application to manage Xfce panel layouts"
+maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
+license="GPL-3.0-only"
+homepage="https://docs.xfce.org/apps/xfce4-panel-profiles/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/apps/xfce4-panel-profiles/${version%.*}/xfce4-panel-profiles-${version}.tar.bz2"
+checksum=6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
  2024-06-26 12:47 ` [PR REVIEW] " classabbyamp
  2024-06-27  2:15 ` [PR PATCH] [Updated] " Vinfall
@ 2024-06-27  2:15 ` Vinfall
  2024-06-27  2:50 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27  2:15 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1655728223

Comment:
It's marked orphaned as I don't want to be a maintainer, but it's okay to fill my profile if you said that.

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (2 preceding siblings ...)
  2024-06-27  2:15 ` [PR REVIEW] " Vinfall
@ 2024-06-27  2:50 ` classabbyamp
  2024-06-27  8:15 ` Vinfall
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-06-27  2:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1655963481

Comment:
if you don't want to be maintainer, why make the PR?

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (3 preceding siblings ...)
  2024-06-27  2:50 ` classabbyamp
@ 2024-06-27  8:15 ` Vinfall
  2024-06-27  8:18 ` sgn
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27  8:15 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1656677559

Comment:
Because I'm indeed in need of it, and making such contribution does not cost me anything. Moreover, this package _is_ quite useful for Xfce users IMO.

Tbh I'm fine with being a maintainer, you can either close/merge this.

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (4 preceding siblings ...)
  2024-06-27  8:15 ` Vinfall
@ 2024-06-27  8:18 ` sgn
  2024-06-27 12:56 ` Vinfall
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2024-06-27  8:18 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1656682839

Comment:
Does it need tar?


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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (5 preceding siblings ...)
  2024-06-27  8:18 ` sgn
@ 2024-06-27 12:56 ` Vinfall
  2024-06-27 12:57 ` Vinfall
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27 12:56 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1657088531

Comment:
I tested in a new branch, cleaned the cache via `./xbps-src bootstrap-update`, then building it w/o tar just failed, so yes, it does need tar. It's required to build locales judging from [Makefile](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/Makefile.in.in#L37-56).

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (6 preceding siblings ...)
  2024-06-27 12:56 ` Vinfall
@ 2024-06-27 12:57 ` Vinfall
  2024-06-27 13:02 ` Vinfall
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27 12:57 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1657088531

Comment:
I tested in a new branch, cleaned the cache via `./xbps-src bootstrap-update`, then building it w/o tar just failed, so yes, it does need tar. It's required to build ~~locales~~profiles for default layouts judging from [Makefile](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/Makefile.in.in#L37-56).

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (7 preceding siblings ...)
  2024-06-27 12:57 ` Vinfall
@ 2024-06-27 13:02 ` Vinfall
  2024-06-27 13:02 ` Vinfall
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27 13:02 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1657098775

Comment:
~~Okay, second look on that it seems to get rid of intltool actually, I'll update that.~~ Never mind, 1.0.14 does not include the change so intltool is still needed.

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

* Re: [PR REVIEW] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (8 preceding siblings ...)
  2024-06-27 13:02 ` Vinfall
@ 2024-06-27 13:02 ` Vinfall
  2024-07-01  5:10 ` [PR PATCH] [Updated] " Vinfall
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-06-27 13:02 UTC (permalink / raw)
  To: ml

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

New review comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#discussion_r1657088531

Comment:
I tested in a new branch, cleaned the cache via `./xbps-src bootstrap-update`, then building it w/o tar just failed, so yes, it does need tar. It's required to build ~~locales~~profiles for default layouts judging from [Makefile](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/xfce4-panel-profiles-1.0.14/Makefile.in.in#L32-48).

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

* Re: [PR PATCH] [Updated] New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (9 preceding siblings ...)
  2024-06-27 13:02 ` Vinfall
@ 2024-07-01  5:10 ` Vinfall
  2024-07-01  5:16 ` Vinfall
  2024-07-01 10:21 ` [PR PATCH] [Merged]: " sgn
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-07-01  5:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages xfce4-panel-profiles
https://github.com/void-linux/void-packages/pull/51009

New package: xfce4-panel-profiles-1.0.14
<!-- 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, x86_64-glibc

Adapted from #40454 and would close #40306. Version, license are updated. I hope I get changelog section right.

Also, regarding the request change in https://github.com/void-linux/void-packages/pull/40454#discussion_r1103340631, it does not work with a warning complaining about `--sysconfdir=/etc` as it's not defined in gnu-configure build-style (but I'm not sure how other packages using the same build style get away  with it even though they include this configure argument).


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-panel-profiles-51009.patch --]
[-- Type: text/x-diff, Size: 1318 bytes --]

From 70e26e735917233d0c4d40ba827a603fd04e4b87 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Thu, 27 Jun 2024 21:04:17 +0800
Subject: [PATCH] New package: xfce4-panel-profiles-1.0.14

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

diff --git a/srcpkgs/xfce4-panel-profiles/template b/srcpkgs/xfce4-panel-profiles/template
new file mode 100644
index 00000000000000..0e55af4a37e4ad
--- /dev/null
+++ b/srcpkgs/xfce4-panel-profiles/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-panel-profiles'
+pkgname=xfce4-panel-profiles
+version=1.0.14
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --python=python3"
+hostmakedepends="intltool tar"
+depends="xfce4-panel python3-gobject"
+short_desc="Simple application to manage Xfce panel layouts"
+maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
+license="GPL-3.0-only"
+homepage="https://docs.xfce.org/apps/xfce4-panel-profiles/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/apps/xfce4-panel-profiles/${version%.*}/xfce4-panel-profiles-${version}.tar.bz2"
+checksum=6d08354e8c44d4b0370150809c1ed601d09c8b488b68986477260609a78be3f9

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

* Re: New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (10 preceding siblings ...)
  2024-07-01  5:10 ` [PR PATCH] [Updated] " Vinfall
@ 2024-07-01  5:16 ` Vinfall
  2024-07-01 10:21 ` [PR PATCH] [Merged]: " sgn
  12 siblings, 0 replies; 14+ messages in thread
From: Vinfall @ 2024-07-01  5:16 UTC (permalink / raw)
  To: ml

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

New comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51009#issuecomment-2199255244

Comment:
Any chance this gets merged?

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

* Re: [PR PATCH] [Merged]: New package: xfce4-panel-profiles-1.0.14
  2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
                   ` (11 preceding siblings ...)
  2024-07-01  5:16 ` Vinfall
@ 2024-07-01 10:21 ` sgn
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2024-07-01 10:21 UTC (permalink / raw)
  To: ml

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

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

New package: xfce4-panel-profiles-1.0.14
https://github.com/void-linux/void-packages/pull/51009

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


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

Adapted from #40454 and would close #40306. Version, license are updated. I hope I get changelog section right.

Also, regarding the request change in https://github.com/void-linux/void-packages/pull/40454#discussion_r1103340631, it does not work with a warning complaining about `--sysconfdir=/etc` as it's not defined in gnu-configure build-style (but I'm not sure how other packages using the same build style get away  with it even though they include this configure argument).


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

end of thread, other threads:[~2024-07-01 10:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26  7:13 [PR PATCH] New package: xfce4-panel-profiles-1.0.14 Vinfall
2024-06-26 12:47 ` [PR REVIEW] " classabbyamp
2024-06-27  2:15 ` [PR PATCH] [Updated] " Vinfall
2024-06-27  2:15 ` [PR REVIEW] " Vinfall
2024-06-27  2:50 ` classabbyamp
2024-06-27  8:15 ` Vinfall
2024-06-27  8:18 ` sgn
2024-06-27 12:56 ` Vinfall
2024-06-27 12:57 ` Vinfall
2024-06-27 13:02 ` Vinfall
2024-06-27 13:02 ` Vinfall
2024-07-01  5:10 ` [PR PATCH] [Updated] " Vinfall
2024-07-01  5:16 ` Vinfall
2024-07-01 10:21 ` [PR PATCH] [Merged]: " sgn

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