* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2019-07-02 9:13 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2019-07-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 49f4282c385875b3de854319b96f4af06a7abd13
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 09:10:12 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 09:13:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f4282c
app-shells/rush: Initial commit
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/rush/Manifest | 1 +
app-shells/rush/metadata.xml | 8 ++++++++
app-shells/rush/rush-2.0.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
new file mode 100644
index 00000000000..484d5b66d7f
--- /dev/null
+++ b/app-shells/rush/Manifest
@@ -0,0 +1 @@
+DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
diff --git a/app-shells/rush/metadata.xml b/app-shells/rush/metadata.xml
new file mode 100644
index 00000000000..c7be278b645
--- /dev/null
+++ b/app-shells/rush/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
new file mode 100644
index 00000000000..7aa72994107
--- /dev/null
+++ b/app-shells/rush/rush-2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restricted User Shell"
+HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
+SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="nls"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable nls)
+ )
+ econf "${myeconfargs[@]}"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2019-07-09 20:25 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2019-07-09 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 18ccf17a293484cd7f126c4c02f76de8f8a0e352
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 20:25:11 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 20:25:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ccf17a
app-shells/rush: Restrict tests
Closes: https://bugs.gentoo.org/689554
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/rush/rush-2.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
index 7aa72994107..cabf20f3885 100644
--- a/app-shells/rush/rush-2.0.ebuild
+++ b/app-shells/rush/rush-2.0.ebuild
@@ -17,6 +17,9 @@ BDEPEND="
nls? ( sys-devel/gettext )
"
+# Testsuite doesn't like our sandbox (bug #689554)
+RESTRICT="test"
+
src_configure() {
local myeconfargs=(
$(use_enable nls)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2019-07-12 21:25 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2019-07-12 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 3996629cd3e9f71bf44f03e8a59529d7e740f1a7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 21:25:07 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 21:25:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3996629c
app-shells/rush: Bump to version 2.1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/rush/Manifest | 1 +
app-shells/rush/rush-2.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index 484d5b66d7f..49a079e8368 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1 +1,2 @@
DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
+DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
diff --git a/app-shells/rush/rush-2.1.ebuild b/app-shells/rush/rush-2.1.ebuild
new file mode 100644
index 00000000000..cabf20f3885
--- /dev/null
+++ b/app-shells/rush/rush-2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restricted User Shell"
+HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
+SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="nls"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+"
+
+# Testsuite doesn't like our sandbox (bug #689554)
+RESTRICT="test"
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable nls)
+ )
+ econf "${myeconfargs[@]}"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2022-01-03 17:54 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2022-01-03 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 3b4a6c90aa0d8796827e8dc808e562ca9b4dd480
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 17:45:07 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 17:53:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4a6c90
app-shells/rush: Removed old
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/rush/Manifest | 1 -
app-shells/rush/rush-2.0.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index 560f52f96190..437c8e4ad695 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1,3 +1,2 @@
-DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
deleted file mode 100644
index cabf20f3885d..000000000000
--- a/app-shells/rush/rush-2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Restricted User Shell"
-HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
-SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="nls"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
-"
-
-# Testsuite doesn't like our sandbox (bug #689554)
-RESTRICT="test"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable nls)
- )
- econf "${myeconfargs[@]}"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2022-01-03 17:54 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2022-01-03 17:54 UTC (permalink / raw
To: gentoo-commits
commit: b49e286c4a28bf9d9d6424861f24a3dc3b268062
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 17:44:26 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 17:53:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49e286c
app-shells/rush: Bump to version 2.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/rush/Manifest | 1 +
app-shells/rush/rush-2.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index 49a079e83686..560f52f96190 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1,2 +1,3 @@
DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
+DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
diff --git a/app-shells/rush/rush-2.2.ebuild b/app-shells/rush/rush-2.2.ebuild
new file mode 100644
index 000000000000..66cb66e7a099
--- /dev/null
+++ b/app-shells/rush/rush-2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Restricted User Shell"
+HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
+SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="nls"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+"
+
+# Testsuite doesn't like our sandbox (bug #689554)
+RESTRICT="test"
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable nls)
+ )
+ econf "${myeconfargs[@]}"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2022-07-17 19:38 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-07-17 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 47021a24cca3e41209fff8cae923a445175d2466
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 19:29:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 19:30:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47021a24
app-shells/rush: drop 2.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/rush/Manifest | 1 -
app-shells/rush/rush-2.1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index bde4cc1d0a78..a4ee238fcca6 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1,3 +1,2 @@
-DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
DIST rush-2.3.tar.xz 814844 BLAKE2B 90e91165814def09dd7c795601529df96dac3fbeee06bcbc232fcb59741f455a7916092d7f1794fa4f85ba707534683772c508fc6b75318d6cd7c68c9880b972 SHA512 d563219f89b23f50fc30143336e0f602d4b585a07110ed6bb194600c92756ade4b4e90b098998c2de0003418c1f0e9a7879d847d543e534b4f8253c7add50db9
diff --git a/app-shells/rush/rush-2.1.ebuild b/app-shells/rush/rush-2.1.ebuild
deleted file mode 100644
index cabf20f3885d..000000000000
--- a/app-shells/rush/rush-2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Restricted User Shell"
-HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
-SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="nls"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
-"
-
-# Testsuite doesn't like our sandbox (bug #689554)
-RESTRICT="test"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable nls)
- )
- econf "${myeconfargs[@]}"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
@ 2022-07-17 19:38 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-07-17 19:38 UTC (permalink / raw
To: gentoo-commits
commit: d053de83dc6c8b5f670f2c219ddf8129b7064986
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 19:19:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 19:30:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d053de83
app-shells/rush: add 2.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/rush/Manifest | 1 +
app-shells/rush/rush-2.3.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index 437c8e4ad695..bde4cc1d0a78 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1,2 +1,3 @@
DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
+DIST rush-2.3.tar.xz 814844 BLAKE2B 90e91165814def09dd7c795601529df96dac3fbeee06bcbc232fcb59741f455a7916092d7f1794fa4f85ba707534683772c508fc6b75318d6cd7c68c9880b972 SHA512 d563219f89b23f50fc30143336e0f602d4b585a07110ed6bb194600c92756ade4b4e90b098998c2de0003418c1f0e9a7879d847d543e534b4f8253c7add50db9
diff --git a/app-shells/rush/rush-2.3.ebuild b/app-shells/rush/rush-2.3.ebuild
new file mode 100644
index 000000000000..7bd9b3017931
--- /dev/null
+++ b/app-shells/rush/rush-2.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Restricted User Shell"
+HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
+SRC_URI="https://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ default
+
+ # These tests see SANDBOX_* variables and fail as a result, bug #689554
+ for file in tests/{eval,clr,unset,keep,set}env.at tests/legacy/env.at ; do
+ echo > ${file} || die
+ done
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable nls)
+ )
+
+ econf "${myeconfargs[@]}"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-17 19:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-09 20:25 [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2022-07-17 19:38 Sam James
2022-07-17 19:38 Sam James
2022-01-03 17:54 Lars Wendler
2022-01-03 17:54 Lars Wendler
2019-07-12 21:25 Lars Wendler
2019-07-02 9:13 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox