public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2017-02-20 15:36 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-02-20 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6c58ca3f496e608e255114fedd9da8d5fb3c9ff8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:36:23 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:36:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c58ca3f

dev-ml/ocaml-doc: Stabilize so that it matches current stable dev-lang/ocaml. It just installs HTML files.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
index 4ebdf30555..e7113c867d 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
 SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2017-02-20 15:36 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-02-20 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fc5496fc1712264ff9dc33f02b70239610e723b9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:34:40 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:34:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5496fc

dev-ml/ocaml-doc: Bump to 4.04

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-doc/Manifest              |  1 +
 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest
index 261e073825..7eafe29291 100644
--- a/dev-ml/ocaml-doc/Manifest
+++ b/dev-ml/ocaml-doc/Manifest
@@ -1 +1,2 @@
 DIST ocaml-3.12-refman.html.tar.gz 525840 SHA256 fc553d1d6be95364710462822de702b238a224e7e0d2f58c65360ea77b6bc623 SHA512 b4cc9fa80cb3d889f69e4b305b0078a59db2f26b39d361307462b93ad63cb1d81fe81c2159c3aef2defa3e38c9e655205891b5ef790722a81dc5faa34e962ba4 WHIRLPOOL e16f58ee4f37377ff25f130d5b6c83873effa76edc8de2d17dfb6d36ac80b4b4ded71bd67427008f08041c38ced22f8cea9e5f3cfbf3819ccf80fa92a31ce722
+DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
new file mode 100644
index 0000000000..a210f42d73
--- /dev/null
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Ocaml reference manual (html)"
+HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
+SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/htmlman
+
+src_install() {
+	dohtml -r *
+}
+
+pkg_postinst() {
+	elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2017-02-20 15:36 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-02-20 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     57e835b3ce24ec8a713f233c96be0c609daaf509
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:36:45 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:36:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e835b3

dev-ml/ocaml-doc: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-doc/Manifest              |  1 -
 dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest
index 7eafe29291..4aa9e10156 100644
--- a/dev-ml/ocaml-doc/Manifest
+++ b/dev-ml/ocaml-doc/Manifest
@@ -1,2 +1 @@
-DIST ocaml-3.12-refman.html.tar.gz 525840 SHA256 fc553d1d6be95364710462822de702b238a224e7e0d2f58c65360ea77b6bc623 SHA512 b4cc9fa80cb3d889f69e4b305b0078a59db2f26b39d361307462b93ad63cb1d81fe81c2159c3aef2defa3e38c9e655205891b5ef790722a81dc5faa34e962ba4 WHIRLPOOL e16f58ee4f37377ff25f130d5b6c83873effa76edc8de2d17dfb6d36ac80b4b4ded71bd67427008f08041c38ced22f8cea9e5f3cfbf3819ccf80fa92a31ce722
 DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e

diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild
deleted file mode 100644
index 165784783b..0000000000
--- a/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Ocaml reference manual (html)"
-HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
-SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman.html.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="amd64 ~ppc x86"
-
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/htmlman
-
-src_install() {
-	dohtml -r *
-}
-
-pkg_postinst() {
-	elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2017-02-20 15:36 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-02-20 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:35:26 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:35:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ed1ddf

dev-ml/ocaml-doc: Use EAPI=5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
index a210f42d73..4ebdf30555 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 DESCRIPTION="Ocaml reference manual (html)"
 HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
 SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2017-07-02 15:57 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-07-02 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     afeb523262993ebb54310d69d172d890ed55c664
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 15:48:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 15:57:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb5232

dev-ml/ocaml-doc: bump to 4.05

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-doc/Manifest              |  1 +
 dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest
index 4aa9e10156a..2e2410e2599 100644
--- a/dev-ml/ocaml-doc/Manifest
+++ b/dev-ml/ocaml-doc/Manifest
@@ -1 +1,2 @@
 DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e
+DIST ocaml-4.05-refman-html.tar.gz 882419 SHA256 ddf1d1b29ebadd625e6c677b7820033c82d590f593ffc352627b7deeaf40ca8a SHA512 84688b06e61904345bc961d7244a74427025879c8e7365073887d76a560e5a373227d75c9f645f7bc16adbd05ea6a58918738beb13b5001cedc6b8289ed70bde WHIRLPOOL d4bf6e7b36a1048d5ea3d691e03ef3b4f3aed632f3fc0d01ae87e11eb276c52a9654fc00f94094645f534bb9e2203c5862d22f54678bbc3f2a7cfe98eae576fa

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
new file mode 100644
index 00000000000..198cd811e65
--- /dev/null
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Ocaml reference manual (html)"
+HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
+SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/htmlman
+
+src_install() {
+	dohtml -r *
+}
+
+pkg_postinst() {
+	elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2021-04-21  2:10 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-21  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa08eff8c8086742b6034cf33629a13054cd238
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 00:24:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 02:09:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa08eff

dev-ml/ocaml-doc: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 22 ++++++++++------------
 dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 22 ++++++++++------------
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
index 46e0e0b6687..b15602118ee 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Ocaml reference manual (html)"
-HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
-SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="amd64 ~ppc x86"
+HOMEPAGE="https://caml.inria.fr/pub/docs/manual-ocaml/"
+SRC_URI="https://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
+S="${WORKDIR}"/htmlman
 
+LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/htmlman
+KEYWORDS="amd64 ~ppc x86"
 
 src_install() {
-	dohtml -r *
+	docinto html
+	dodoc -r *
 }
 
 pkg_postinst() {
-	elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+	elog "This manual is available online at https://caml.inria.fr/pub/docs/manual-ocaml/"
 }

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
index 198cd811e65..0cd8b61b87c 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Ocaml reference manual (html)"
-HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
-SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
+HOMEPAGE="https://caml.inria.fr/pub/docs/manual-ocaml/"
+SRC_URI="https://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
+S="${WORKDIR}"/htmlman
 
+LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/htmlman
+KEYWORDS="~amd64 ~ppc ~x86"
 
 src_install() {
-	dohtml -r *
+	docinto html
+	dodoc -r *
 }
 
 pkg_postinst() {
-	elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+	elog "This manual is available online at https://caml.inria.fr/pub/docs/manual-ocaml/"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2021-12-05  4:45 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-12-05  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1bc0c8262ecc199e18648d97eeea72eb73586ad7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:44:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:44:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc0c826

dev-ml/ocaml-doc: Stabilize 4.05 amd64, #828291

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
index 0cd8b61b87c8..1c31f821b253 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/htmlman
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 src_install() {
 	docinto html


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
@ 2021-12-05 18:32 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-12-05 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     54d46863f139e60445ad8b1461cfb79badd8ed41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 18:30:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 18:30:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d46863

dev-ml/ocaml-doc: Stabilize 4.05 x86, #828291

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
index 1c31f821b253..b15602118ee4 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"/htmlman
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 src_install() {
 	docinto html


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

end of thread, other threads:[~2021-12-05 18:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 15:36 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-02-20 15:36 Alexis Ballier
2017-02-20 15:36 Alexis Ballier
2017-02-20 15:36 Alexis Ballier
2017-07-02 15:57 Alexis Ballier
2021-04-21  2:10 Sam James
2021-12-05  4:45 Sam James
2021-12-05 18:32 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox