Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: poweralertd-0.2.0
@ 2021-09-05 17:00 maxice8
  2021-09-05 17:01 ` [PR PATCH] [Updated] " maxice8
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: maxice8 @ 2021-09-05 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages poweralertd
https://github.com/void-linux/void-packages/pull/32847

New package: poweralertd-0.2.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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] 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/32847.patch is attached

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

From aa44e054208d5b6f8467158cc15ef51aec33e074 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 5 Sep 2021 16:54:33 +0000
Subject: [PATCH] New package: poweralertd-0.2.0

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

diff --git a/srcpkgs/poweralertd/template b/srcpkgs/poweralertd/template
new file mode 100644
index 000000000000..93f478aa6ed4
--- /dev/null
+++ b/srcpkgs/poweralertd/template
@@ -0,0 +1,16 @@
+# Template file for 'poweralertd'
+pkgname=poweralertd
+version=0.2.0
+revision=0
+archs="*"
+build_style=meson
+configure_args="-Dman-pages=enabled"
+hostmakedepends="pkgconf meson scdoc"
+makedepends="elogind-devel"
+depends="upower"
+short_desc="UPower-powered power alerter"
+maintainer="maxice8 <thinkabit.ukim@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/poweralertd"
+distfiles="https://git.sr.ht/~kennylevinsen/poweralertd/archive/$version.tar.gz"
+checksum=f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69

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

* Re: [PR PATCH] [Updated] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
@ 2021-09-05 17:01 ` maxice8
  2021-09-05 18:54 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: maxice8 @ 2021-09-05 17:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages poweralertd
https://github.com/void-linux/void-packages/pull/32847

New package: poweralertd-0.2.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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] 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/32847.patch is attached

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

From 5da973362906d78e298d08e1450c9492d02eab94 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 5 Sep 2021 16:54:33 +0000
Subject: [PATCH] New package: poweralertd-0.2.0

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

diff --git a/srcpkgs/poweralertd/template b/srcpkgs/poweralertd/template
new file mode 100644
index 000000000000..cdd20bdc93d4
--- /dev/null
+++ b/srcpkgs/poweralertd/template
@@ -0,0 +1,16 @@
+# Template file for 'poweralertd'
+pkgname=poweralertd
+version=0.2.0
+revision=1
+archs="*"
+build_style=meson
+configure_args="-Dman-pages=enabled"
+hostmakedepends="pkgconf meson scdoc"
+makedepends="elogind-devel"
+depends="upower"
+short_desc="UPower-powered power alerter"
+maintainer="maxice8 <thinkabit.ukim@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/poweralertd"
+distfiles="https://git.sr.ht/~kennylevinsen/poweralertd/archive/$version.tar.gz"
+checksum=f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69

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

* Re: [PR REVIEW] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
  2021-09-05 17:01 ` [PR PATCH] [Updated] " maxice8
@ 2021-09-05 18:54 ` ericonr
  2021-09-05 18:54 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-09-05 18:54 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32847#discussion_r702462974

Comment:
This can simply be omitted.

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

* Re: [PR REVIEW] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
  2021-09-05 17:01 ` [PR PATCH] [Updated] " maxice8
  2021-09-05 18:54 ` [PR REVIEW] " ericonr
@ 2021-09-05 18:54 ` ericonr
  2021-09-05 18:57 ` [PR PATCH] [Updated] " maxice8
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-09-05 18:54 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32847#discussion_r702463004

Comment:
`pkg-config` is preferred.

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

* Re: [PR PATCH] [Updated] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (2 preceding siblings ...)
  2021-09-05 18:54 ` ericonr
@ 2021-09-05 18:57 ` maxice8
  2021-09-05 18:57 ` maxice8
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: maxice8 @ 2021-09-05 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages poweralertd
https://github.com/void-linux/void-packages/pull/32847

New package: poweralertd-0.2.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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] 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/32847.patch is attached

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

From ce5bc582ebb082f58e367232cc48004aecd947b0 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 5 Sep 2021 16:54:33 +0000
Subject: [PATCH] New package: poweralertd-0.2.0

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

diff --git a/srcpkgs/poweralertd/template b/srcpkgs/poweralertd/template
new file mode 100644
index 000000000000..0d8a162417e2
--- /dev/null
+++ b/srcpkgs/poweralertd/template
@@ -0,0 +1,15 @@
+# Template file for 'poweralertd'
+pkgname=poweralertd
+version=0.2.0
+revision=1
+build_style=meson
+configure_args="-Dman-pages=enabled"
+hostmakedepends="pkgconf meson scdoc"
+makedepends="elogind-devel"
+depends="upower"
+short_desc="UPower-powered power alerter"
+maintainer="maxice8 <thinkabit.ukim@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/poweralertd"
+distfiles="https://git.sr.ht/~kennylevinsen/poweralertd/archive/$version.tar.gz"
+checksum=f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69

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

* Re: [PR PATCH] [Updated] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (3 preceding siblings ...)
  2021-09-05 18:57 ` [PR PATCH] [Updated] " maxice8
@ 2021-09-05 18:57 ` maxice8
  2021-09-05 19:11 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: maxice8 @ 2021-09-05 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages poweralertd
https://github.com/void-linux/void-packages/pull/32847

New package: poweralertd-0.2.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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] 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/32847.patch is attached

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

From 422acc4c1b592e6da6a7bac82bda68c0370f316a Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 5 Sep 2021 16:54:33 +0000
Subject: [PATCH] New package: poweralertd-0.2.0

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

diff --git a/srcpkgs/poweralertd/template b/srcpkgs/poweralertd/template
new file mode 100644
index 000000000000..6d2f6159f93e
--- /dev/null
+++ b/srcpkgs/poweralertd/template
@@ -0,0 +1,15 @@
+# Template file for 'poweralertd'
+pkgname=poweralertd
+version=0.2.0
+revision=1
+build_style=meson
+configure_args="-Dman-pages=enabled"
+hostmakedepends="pkg-config meson scdoc"
+makedepends="elogind-devel"
+depends="upower"
+short_desc="UPower-powered power alerter"
+maintainer="maxice8 <thinkabit.ukim@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/poweralertd"
+distfiles="https://git.sr.ht/~kennylevinsen/poweralertd/archive/$version.tar.gz"
+checksum=f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69

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

* Re: [PR REVIEW] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (4 preceding siblings ...)
  2021-09-05 18:57 ` maxice8
@ 2021-09-05 19:11 ` paper42
  2021-09-05 19:12 ` [PR PATCH] [Updated] " maxice8
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-09-05 19:11 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32847#discussion_r702464920

Comment:
Explicitly adding meson to hostmakedepeds is unnecessary, the meson build-style already does this.

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

* Re: [PR PATCH] [Updated] New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (5 preceding siblings ...)
  2021-09-05 19:11 ` [PR REVIEW] " paper42
@ 2021-09-05 19:12 ` maxice8
  2021-09-06 19:19 ` ericonr
  2021-09-06 19:20 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: maxice8 @ 2021-09-05 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages poweralertd
https://github.com/void-linux/void-packages/pull/32847

New package: poweralertd-0.2.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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] 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/32847.patch is attached

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

From ae7c0fe391f82456c4aaa527f1a99a17b5326734 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 5 Sep 2021 16:54:33 +0000
Subject: [PATCH] New package: poweralertd-0.2.0

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

diff --git a/srcpkgs/poweralertd/template b/srcpkgs/poweralertd/template
new file mode 100644
index 000000000000..3421e0816596
--- /dev/null
+++ b/srcpkgs/poweralertd/template
@@ -0,0 +1,15 @@
+# Template file for 'poweralertd'
+pkgname=poweralertd
+version=0.2.0
+revision=1
+build_style=meson
+configure_args="-Dman-pages=enabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="elogind-devel"
+depends="upower"
+short_desc="UPower-powered power alerter"
+maintainer="maxice8 <thinkabit.ukim@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~kennylevinsen/poweralertd"
+distfiles="https://git.sr.ht/~kennylevinsen/poweralertd/archive/$version.tar.gz"
+checksum=f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69

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

* Re: New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (6 preceding siblings ...)
  2021-09-05 19:12 ` [PR PATCH] [Updated] " maxice8
@ 2021-09-06 19:19 ` ericonr
  2021-09-06 19:20 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-09-06 19:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32847#issuecomment-913820833

Comment:
This is pretty nifty!

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

* Re: [PR PATCH] [Merged]: New package: poweralertd-0.2.0
  2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
                   ` (7 preceding siblings ...)
  2021-09-06 19:19 ` ericonr
@ 2021-09-06 19:20 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-09-06 19:20 UTC (permalink / raw)
  To: ml

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

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

New package: poweralertd-0.2.0
https://github.com/void-linux/void-packages/pull/32847

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.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-09-06 19:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 17:00 [PR PATCH] New package: poweralertd-0.2.0 maxice8
2021-09-05 17:01 ` [PR PATCH] [Updated] " maxice8
2021-09-05 18:54 ` [PR REVIEW] " ericonr
2021-09-05 18:54 ` ericonr
2021-09-05 18:57 ` [PR PATCH] [Updated] " maxice8
2021-09-05 18:57 ` maxice8
2021-09-05 19:11 ` [PR REVIEW] " paper42
2021-09-05 19:12 ` [PR PATCH] [Updated] " maxice8
2021-09-06 19:19 ` ericonr
2021-09-06 19:20 ` [PR PATCH] [Merged]: " ericonr

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