* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2016-04-16 21:12 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-16 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 9e9db61ad1e588ba4a15a7ae5f805e25a24614b2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 21:12:23 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 21:12:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9db61a
net-mail/altermime: Remove old
Package-Manager: portage-2.2.28
net-mail/altermime/Manifest | 2 --
net-mail/altermime/altermime-0.3.10-r1.ebuild | 30 -----------------------
net-mail/altermime/altermime-0.3.10.ebuild | 35 ---------------------------
net-mail/altermime/altermime-0.3.7.ebuild | 30 -----------------------
4 files changed, 97 deletions(-)
diff --git a/net-mail/altermime/Manifest b/net-mail/altermime/Manifest
index 381a3e9..790e592 100644
--- a/net-mail/altermime/Manifest
+++ b/net-mail/altermime/Manifest
@@ -1,3 +1 @@
-DIST altermime-0.3.10.tar.gz 85396 SHA256 8334da6b55d4a05dfe1492389dfe1f289953053a21773849b060d7c856ddc36e SHA512 8be68ef7451e08c39742193571be8fb537bbe68e494d2a1f1347a6a409ef81ef2fc119ab60d101f24ce566c588c471f7fc5ded2f3f9f9b5ed7e8b28ff1f5c29b WHIRLPOOL bb50b8cb50a4a411c03dbf89ccb37842aee38225aa81b56bec0e555c05f9857c545a669a0662b175f0b952ca888e31c7319d6037a33bb1a6ed0db84e6c03823a
DIST altermime-0.3.11.tar.gz 90244 SHA256 0b1f18de400f3c30c2fef7f691f68a2fd3688a7e243d9fda8623fc5c207b2b97 SHA512 561e36398bafcd888e912b6291ec76ead881bac86a7d0b8072753012d4c4557e67f608a9d43c968c6521e5f35bdf7b98e2c73ab811dadaaf13dcefe35c2d9e68 WHIRLPOOL f21b723eff6f9092217a75971baee34145d8f659b000bc3aeccd416414d81bfa7fbbf52ed1e8290de38cd04dbc52f9e10982bd33fc8dc1e3bf3d53c5c179f958
-DIST altermime-0.3.7.tar.gz 76212 SHA256 643c573bceb2921ad4b8078e1eb7ac369d77e78499f95d95c7ba058cb42b43c9 SHA512 61af813bfe38b1af623b22693af43e077c5b63a9c0da687ac4afcb7b991a5efa05880d8b13dbc25d7e375e8c588308332af1e4a6747b840f09a2990fdcbbc19c WHIRLPOOL 81c4caa02af7cadd09530c075d3a3b11bf1017a59a8a0540584a318a4d9de20e12b0fdee2dc3dc02017457ab7217526461e1ff182a1c78d63999efc199e8a212
diff --git a/net-mail/altermime/altermime-0.3.10-r1.ebuild b/net-mail/altermime/altermime-0.3.10-r1.ebuild
deleted file mode 100644
index 2e4f76a..0000000
--- a/net-mail/altermime/altermime-0.3.10-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
-HOMEPAGE="http://pldaniels.com/altermime/"
-
-LICENSE="Sendmail"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fprintf-fixes.patch \
- "${FILESDIR}"/${P}-MIME_headers-overflow.patch \
- "${FILESDIR}"/${P}-respect-flags.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- dobin altermime || die
- dodoc CHANGELOG README || die
-}
diff --git a/net-mail/altermime/altermime-0.3.10.ebuild b/net-mail/altermime/altermime-0.3.10.ebuild
deleted file mode 100644
index 3c04765..0000000
--- a/net-mail/altermime/altermime-0.3.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
-HOMEPAGE="http://pldaniels.com/altermime/"
-
-LICENSE="Sendmail"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e 's:-Werror::' \
- -e "/^CFLAGS[[:space:]]*=/ s/-O2/${CFLAGS}/" \
- -e 's/${CFLAGS} altermime.c/${CFLAGS} ${LDFLAGS} altermime.c/' \
- Makefile || die
-
- epatch "${FILESDIR}"/${P}-fprintf-fixes.patch \
- "${FILESDIR}"/${P}-MIME_headers-overflow.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- dobin altermime || die
- dodoc CHANGELOG README || die
-}
diff --git a/net-mail/altermime/altermime-0.3.7.ebuild b/net-mail/altermime/altermime-0.3.7.ebuild
deleted file mode 100644
index 846ec0d..0000000
--- a/net-mail/altermime/altermime-0.3.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
-HOMEPAGE="http://pldaniels.com/altermime/"
-
-LICENSE="Sendmail"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- sed -i -e "/^CFLAGS[[:space:]]*=/ s/-O2/${CFLAGS}/" \
- -e 's/${CFLAGS} altermime.c/${CFLAGS} ${LDFLAGS} altermime.c/' \
- "${S}"/Makefile || die "sed failed."
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed."
-}
-
-src_install () {
- dobin altermime || die "dobin failed."
- dodoc CHANGELOG LICENCE README || die "dodoc failed."
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2021-03-05 20:27 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-03-05 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 4ad8b6d8108e29f5c5195cce5d3d3f1b43e22e50
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 5 12:48:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:27:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad8b6d8
net-mail/altermime: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19780
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/altermime/altermime-0.3.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/altermime/altermime-0.3.11.ebuild b/net-mail/altermime/altermime-0.3.11.ebuild
index 581483e965e..8f58d7d6f7f 100644
--- a/net-mail/altermime/altermime-0.3.11.ebuild
+++ b/net-mail/altermime/altermime-0.3.11.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
-DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
+DESCRIPTION="alterMIME is a small program which is used to alter your mime-encoded mailpacks"
HOMEPAGE="https://pldaniels.com/altermime/"
SRC_URI="https://www.pldaniels.com/altermime/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-08-07 19:34 Petr Vaněk
0 siblings, 0 replies; 8+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 439e9a3498c34a6988246ae0877ccb2c6b810384
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Fri Aug 2 10:37:30 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 19:32:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439e9a34
net-mail/altermime: bump EAPI, fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/altermime/altermime-0.3.11-r1.ebuild | 28 +++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/net-mail/altermime/altermime-0.3.11-r1.ebuild b/net-mail/altermime/altermime-0.3.11-r1.ebuild
new file mode 100644
index 000000000000..75771c4ff6bc
--- /dev/null
+++ b/net-mail/altermime/altermime-0.3.11-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="alterMIME is a small program which is used to alter your mime-encoded mailpacks"
+HOMEPAGE="https://pldaniels.com/altermime/"
+SRC_URI="https://www.pldaniels.com/altermime/${P}.tar.gz"
+
+LICENSE="Sendmail"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.3.10-MIME_headers-overflow.patch
+ "${FILESDIR}"/${P}-respect-flags.patch
+)
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ dobin altermime
+ dodoc CHANGELOG README
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-08-07 19:34 Petr Vaněk
0 siblings, 0 replies; 8+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 241de46624a002c32985d05ae46914b9aa1e2a2d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 7 07:17:17 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 19:32:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241de466
net-mail/altermime: drop 0.3.11-r1
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/altermime/altermime-0.3.11-r1.ebuild | 28 ---------------------------
1 file changed, 28 deletions(-)
diff --git a/net-mail/altermime/altermime-0.3.11-r1.ebuild b/net-mail/altermime/altermime-0.3.11-r1.ebuild
deleted file mode 100644
index 75771c4ff6bc..000000000000
--- a/net-mail/altermime/altermime-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-HOMEPAGE="https://pldaniels.com/altermime/"
-SRC_URI="https://www.pldaniels.com/altermime/${P}.tar.gz"
-
-LICENSE="Sendmail"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.3.10-MIME_headers-overflow.patch
- "${FILESDIR}"/${P}-respect-flags.patch
-)
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin altermime
- dodoc CHANGELOG README
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-08-07 19:34 Petr Vaněk
0 siblings, 0 replies; 8+ messages in thread
From: Petr Vaněk @ 2024-08-07 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 3ef5af8debd2b15b6b67abdae76557ce9eac2c08
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 7 07:16:57 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 19:32:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef5af8d
net-mail/altermime: add 0.3.12
Closes: https://bugs.gentoo.org/908435
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/altermime/Manifest | 1 +
net-mail/altermime/altermime-0.3.12.ebuild | 31 ++++++++++++++++++++++++++++++
net-mail/altermime/metadata.xml | 5 ++++-
3 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/net-mail/altermime/Manifest b/net-mail/altermime/Manifest
index e2b3f02e74d1..adb7bceccf0c 100644
--- a/net-mail/altermime/Manifest
+++ b/net-mail/altermime/Manifest
@@ -1 +1,2 @@
DIST altermime-0.3.11.tar.gz 90244 BLAKE2B 5acd29ee3e5927b67de41db4f7cfbe606814ef6476340f26509b1823fcbfa6269c15e1d7e7936e948a7cb0f81b9a17b9a63c2333697707525bc62fd350a55f2a SHA512 561e36398bafcd888e912b6291ec76ead881bac86a7d0b8072753012d4c4557e67f608a9d43c968c6521e5f35bdf7b98e2c73ab811dadaaf13dcefe35c2d9e68
+DIST altermime-0.3.12.tar.gz 88131 BLAKE2B dd1556438830c35e45e1e258eadbaa4ae237e77c6735910ba9d3080e7cc4fdcebc100dbeab01bbe0f4bed4762bbd8da9ce1e3a5cc280f62e5090f5c149f2f8f7 SHA512 72a2dfef5489d1e798e121308b03d272b2e679e15d3a45f3d25f9e27f9f6211a68ad032f33082a4bc38960f0a407b6892ec41e7fbd2073e950763da3942a7346
diff --git a/net-mail/altermime/altermime-0.3.12.ebuild b/net-mail/altermime/altermime-0.3.12.ebuild
new file mode 100644
index 000000000000..7f2e6454ea80
--- /dev/null
+++ b/net-mail/altermime/altermime-0.3.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="alterMIME is a small program which is used to alter your mime-encoded mailpacks"
+HOMEPAGE="https://pldaniels.com/altermime/"
+SRC_URI="
+ https://github.com/inflex/alterMIME/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+S="${WORKDIR}/alterMIME-${PV}"
+
+LICENSE="Sendmail"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.3.11-respect-flags.patch"
+)
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ dobin altermime
+ einstalldocs
+}
diff --git a/net-mail/altermime/metadata.xml b/net-mail/altermime/metadata.xml
index 85e4ed814fa2..e333f5d7fbea 100644
--- a/net-mail/altermime/metadata.xml
+++ b/net-mail/altermime/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">inflex/alterMIME</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-09-09 20:39 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-09-09 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 6c471f0c3d8ba63d793e8682ff8f59cc7b952fb4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 20:38:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 20:38:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c471f0c
net-mail/altermime: Stabilize 0.3.12 ppc, #939394
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/altermime/altermime-0.3.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/altermime/altermime-0.3.12.ebuild b/net-mail/altermime/altermime-0.3.12.ebuild
index 7f2e6454ea80..39236648704f 100644
--- a/net-mail/altermime/altermime-0.3.12.ebuild
+++ b/net-mail/altermime/altermime-0.3.12.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/alterMIME-${PV}"
LICENSE="Sendmail"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
PATCHES=(
"${FILESDIR}/${PN}-0.3.11-respect-flags.patch"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-09-09 21:08 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-09-09 21:08 UTC (permalink / raw
To: gentoo-commits
commit: f8c00346f14e57837568142607306dc1b5569892
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 21:08:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 21:08:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c00346
net-mail/altermime: Stabilize 0.3.12 x86, #939394
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/altermime/altermime-0.3.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/altermime/altermime-0.3.12.ebuild b/net-mail/altermime/altermime-0.3.12.ebuild
index 39236648704f..0f317347b319 100644
--- a/net-mail/altermime/altermime-0.3.12.ebuild
+++ b/net-mail/altermime/altermime-0.3.12.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/alterMIME-${PV}"
LICENSE="Sendmail"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
PATCHES=(
"${FILESDIR}/${PN}-0.3.11-respect-flags.patch"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/
@ 2024-09-09 21:08 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-09-09 21:08 UTC (permalink / raw
To: gentoo-commits
commit: dcbf4301faf28e4e08cc87e98a90b975eae82e75
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 21:08:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 21:08:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbf4301
net-mail/altermime: Stabilize 0.3.12 amd64, #939394
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/altermime/altermime-0.3.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/altermime/altermime-0.3.12.ebuild b/net-mail/altermime/altermime-0.3.12.ebuild
index 0f317347b319..7a5aaf7381ce 100644
--- a/net-mail/altermime/altermime-0.3.12.ebuild
+++ b/net-mail/altermime/altermime-0.3.12.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/alterMIME-${PV}"
LICENSE="Sendmail"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
PATCHES=(
"${FILESDIR}/${PN}-0.3.11-respect-flags.patch"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-09 21:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16 21:12 [gentoo-commits] repo/gentoo:master commit in: net-mail/altermime/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2021-03-05 20:27 Sam James
2024-08-07 19:34 Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2024-08-07 19:34 Petr Vaněk
2024-09-09 20:39 Sam James
2024-09-09 21:08 Sam James
2024-09-09 21:08 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox