public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2017-10-18 14:18 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2017-10-18 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     90a487cf0f3e5bc76e199b058693c7cd37ab9bb8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 14:15:54 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 14:15:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a487cf

sys-boot/aboot: allow user patches

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
index ba13f7c301b..d02ceb0724b 100644
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
+++ b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
@@ -37,6 +37,8 @@ src_unpack() {
 
 	# Modified patch from Debian to add netboot support
 	epatch "${WORKDIR}"/aboot_gentoo.diff
+
+	epatch_user
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2019-11-13  6:53 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2019-11-13  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     fb58e8da0267a7e72ffdcf20b2ba48c92ea1b2d6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 06:51:25 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 06:53:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb58e8da

sys-boot/aboot: Port to EAPI=7

Closes: https://bugs.gentoo.org/697182
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
index d6c38443b2c..cba6251a37a 100644
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
+++ b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit eutils toolchain-funcs
 
@@ -30,18 +30,20 @@ src_unpack() {
 	cd "${S}"/include
 	ln -s asm-alpha asm || die
 	touch linux/config.h || die
-	cd "${S}"
-	epatch "${FILESDIR}/aboot-gcc-3.4.patch"
-	epatch "${FILESDIR}/aboot-pt_note.patch"
+}
+
+src_prepare() {
+	eapply "${FILESDIR}/aboot-gcc-3.4.patch"
+	eapply "${FILESDIR}/aboot-pt_note.patch"
 	# Bug 364697
-	epatch "${FILESDIR}/aboot-define_stat_only_in_userspace.patch"
-	epatch "${FILESDIR}"/aboot-respect-AR.patch
-	epatch "${FILESDIR}"/aboot-gnu90.patch
+	eapply "${FILESDIR}/aboot-define_stat_only_in_userspace.patch"
+	eapply "${FILESDIR}"/aboot-respect-AR.patch
+	eapply "${FILESDIR}"/aboot-gnu90.patch
 
 	# Modified patch from Debian to add netboot support
-	epatch "${WORKDIR}"/aboot_gentoo.diff
+	eapply "${WORKDIR}"/aboot_gentoo.diff
 
-	epatch_user
+	eapply_user
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2021-08-01 19:10 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2021-08-01 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     10cb7a2970d65a2d1dbaefb5eb1f53b116bd6c2d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 19:08:23 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 19:10:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cb7a29

sys-boot/aboot: Add git ebuild

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-boot/aboot/aboot-9999.ebuild | 67 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/sys-boot/aboot/aboot-9999.ebuild b/sys-boot/aboot/aboot-9999.ebuild
new file mode 100644
index 00000000000..d3e6321ec03
--- /dev/null
+++ b/sys-boot/aboot/aboot-9999.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+if [[ ${PV} = 9999* ]]; then
+	EGIT_REPO_URI="https://github.com/mattst88/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="-* ~alpha"
+fi
+
+DESCRIPTION="Alpha Linux boot loader for SRM"
+HOMEPAGE="https://github.com/mattst88/aboot https://sourceforge.net/projects/aboot/"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+BDEPEND="app-text/docbook-sgml-utils"
+
+src_compile() {
+	emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
+		all netabootwrap
+
+	einfo "Building man pages"
+	emake -C doc/man
+}
+
+src_install() {
+	dodir /boot /sbin /usr/share/man/man{1,5,8}
+	emake root="${D}" install
+
+	insinto /boot
+	doins net_aboot.nh
+	dobin netabootwrap
+	dodoc ChangeLog INSTALL README TODO aboot.conf
+
+	insinto /etc
+	newins "${FILESDIR}"/aboot.conf aboot.conf.example
+
+}
+
+pkg_postinst() {
+	einfo "To make aboot install a new bootloader on your harddisk follow"
+	einfo "these steps:"
+	einfo ""
+	einfo " - edit the file /etc/aboot.conf"
+	einfo " - cd /boot"
+	einfo " - swriteboot -c2 /dev/sda bootlx"
+	einfo " This will install a new bootsector on /dev/sda and aboot will"
+	einfo " use the second partition on this device to lookup kernel and "
+	einfo " initrd (as described in the aboot.conf file)"
+	einfo ""
+	einfo "IMPORTANT :"
+	einfo ""
+	einfo "The partition table of your boot device has to contain "
+	einfo "a BSD-DISKLABEL and the first 12 megabytes of your boot device"
+	einfo "must not be part of a partition as aboot will write its bootloader"
+	einfo "in there and not as with most x86 bootloaders into the "
+	einfo "master boot sector. If your partition table does not reflect this"
+	einfo "you are going to destroy your installation !"
+	einfo "Also note that aboot currently only supports ext2/3 partitions"
+	einfo "to boot from."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2021-09-18 19:53 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2021-09-18 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     80a4374e46c3ff5ec7c4fb455396e804e4b20325
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 19:50:26 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 19:53:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a4374e

sys-boot/aboot: Version bump to 2.0_pre20210801

Closes: https://bugs.gentoo.org/813001
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-boot/aboot/Manifest                                            | 1 +
 sys-boot/aboot/{aboot-9999.ebuild => aboot-2.0_pre20210801.ebuild} | 6 ++++--
 sys-boot/aboot/aboot-9999.ebuild                                   | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-boot/aboot/Manifest b/sys-boot/aboot/Manifest
index b25b4ab2df8..e06ee93fc07 100644
--- a/sys-boot/aboot/Manifest
+++ b/sys-boot/aboot/Manifest
@@ -1,3 +1,4 @@
 DIST aboot-1.0_pre20040408.tar.bz2 115062 BLAKE2B 49f1b45abcd4726fd036e24709d10bbfea42cee03293e31b2deb3aec383c1c438602aa97d3909516ec9864986dfcf82612fe7644b47e3e2760bdf377313446a0 SHA512 b1fff7ce806336f89efe8239108a8547053f22727cba93cea742995432c4f35133f8dc619588390ba6e0d114e2fd62b80b730443e6c18900aa2a8832ddd4ebfc
+DIST aboot-2.0_pre20210801.tar.gz 173477 BLAKE2B 54c38a98b9e3e956f08b4fcca6a4f3351364d7774a915916aae8af67237982635a2686c1df0628fc28dcc2443da8ad57be822c8530e1580261c60dde73f00519 SHA512 57181897147bba65e8b216af262bf2d2e57cb76bd809d8207439dbfbe84ff550cf9a43c0f10f9925e54ca21660cfe9441c7607743ff3f7613c1e22e219708081
 DIST aboot_gentoo.diff.bz2 9527 BLAKE2B 2492b456f7411630b6ecfb19db775969b69a35c0ef31b2146fd353aac78cf4d3c9ef2162cf54ab4ac025c65607219b3a33a74d2105be196e6dda54dd2509c1f8 SHA512 868a73fee56e9bf6d986175a6a4dc321ed12fb78d74dfb8f1a3e35274577ddc9ea0820768b44836403587b3976ad8dacdcf6562a9ce5c45981c752670901155f
 DIST gentoo-headers-base-2.6.22.tar.bz2 4700338 BLAKE2B a264d7999ed7735e42ea21f8cf96b60ca1bdbfcb76dbdfcba14a849043e1f6a9109cd72bf5b91b9ab877dc3025ce6a9270ea914cf277b8f77cecff703646a7ec SHA512 99849928eede0c4b101ddc9179c0974cac6b4f18803dc98b72dcbe80cea88d3062f709beaa1b890edbed9c147be0dd516065d4cee945164b5d9f19f7a3cf249d

diff --git a/sys-boot/aboot/aboot-9999.ebuild b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
similarity index 91%
copy from sys-boot/aboot/aboot-9999.ebuild
copy to sys-boot/aboot/aboot-2.0_pre20210801.ebuild
index d3e6321ec03..a54f3bb7889 100644
--- a/sys-boot/aboot/aboot-9999.ebuild
+++ b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
@@ -9,7 +9,9 @@ if [[ ${PV} = 9999* ]]; then
 	EGIT_REPO_URI="https://github.com/mattst88/${PN}.git"
 	inherit git-r3
 else
-	SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	COMMIT_ID="dde7f7b85f7631668f1da7c0b0ecf7ddbbde004e"
+	SRC_URI="https://github.com/mattst88/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT_ID}"
 	KEYWORDS="-* ~alpha"
 fi
 
@@ -64,4 +66,4 @@ pkg_postinst() {
 	einfo "you are going to destroy your installation !"
 	einfo "Also note that aboot currently only supports ext2/3 partitions"
 	einfo "to boot from."
-}
+}
\ No newline at end of file

diff --git a/sys-boot/aboot/aboot-9999.ebuild b/sys-boot/aboot/aboot-9999.ebuild
index d3e6321ec03..2e29e829936 100644
--- a/sys-boot/aboot/aboot-9999.ebuild
+++ b/sys-boot/aboot/aboot-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
 	EGIT_REPO_URI="https://github.com/mattst88/${PN}.git"
 	inherit git-r3
 else
-	SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/mattst88/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="-* ~alpha"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2021-09-18 20:20 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2021-09-18 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ce7bfaeafbdfb2e7eb3eca29f7c573350e56087a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 20:20:01 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 20:20:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7bfaea

sys-boot/aboot: Add newline at end of file

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-boot/aboot/aboot-2.0_pre20210801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/aboot/aboot-2.0_pre20210801.ebuild b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
index a54f3bb7889..925430679b6 100644
--- a/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
+++ b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
@@ -66,4 +66,4 @@ pkg_postinst() {
 	einfo "you are going to destroy your installation !"
 	einfo "Also note that aboot currently only supports ext2/3 partitions"
 	einfo "to boot from."
-}
\ No newline at end of file
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2022-03-20  0:05 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-20  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bf31037505e1189f223f4283f63cd37226964ce7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:00:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:00:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf310375

sys-boot/aboot: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild | 4 ++--
 sys-boot/aboot/aboot-2.0_pre20210801.ebuild    | 4 ++--
 sys-boot/aboot/aboot-9999.ebuild               | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
index 94524795ae06..80ae29b8a244 100644
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
+++ b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -48,7 +48,7 @@ src_prepare() {
 
 src_compile() {
 	# too many problems with parallel building
-	emake -j1 AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD)
+	emake -j1 AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)"
 }
 
 src_install() {

diff --git a/sys-boot/aboot/aboot-2.0_pre20210801.ebuild b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
index 925430679b65..0cb5a272325e 100644
--- a/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
+++ b/sys-boot/aboot/aboot-2.0_pre20210801.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ SLOT="0"
 BDEPEND="app-text/docbook-sgml-utils"
 
 src_compile() {
-	emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
+	emake AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)" \
 		all netabootwrap
 
 	einfo "Building man pages"

diff --git a/sys-boot/aboot/aboot-9999.ebuild b/sys-boot/aboot/aboot-9999.ebuild
index 2e29e829936e..494ceb2d395e 100644
--- a/sys-boot/aboot/aboot-9999.ebuild
+++ b/sys-boot/aboot/aboot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ SLOT="0"
 BDEPEND="app-text/docbook-sgml-utils"
 
 src_compile() {
-	emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
+	emake AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)" \
 		all netabootwrap
 
 	einfo "Building man pages"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2022-08-02 20:27 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-08-02 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     34d247abe87f06eee73b66a64600be6aeccc6ca5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 04:57:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 20:22:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d247ab

sys-boot/aboot: add github upstream metadata

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

 sys-boot/aboot/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-boot/aboot/metadata.xml b/sys-boot/aboot/metadata.xml
index 9c4a69912874..c6fa30bd6c8e 100644
--- a/sys-boot/aboot/metadata.xml
+++ b/sys-boot/aboot/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo Linux Alpha Development</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">mattst88/aboot</remote-id>
 		<remote-id type="sourceforge">aboot</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/
@ 2024-08-05  7:18 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-05  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     20c61c82e49deb86e9777dced0599f5ef6845bb7
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 12:21:42 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 07:10:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c61c82

sys-boot/aboot: remove empty variables

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
index 80ae29b8a244..a14b4ee280ba 100644
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
+++ b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,10 +17,6 @@ SRC_URI="http://aboot.sourceforge.net/tarballs/${P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* ~alpha"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_unpack() {
 	unpack ${A}


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

end of thread, other threads:[~2024-08-05  7:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20  0:05 [gentoo-commits] repo/gentoo:master commit in: sys-boot/aboot/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05  7:18 Joonas Niilola
2022-08-02 20:27 Sam James
2021-09-18 20:20 Matt Turner
2021-09-18 19:53 Matt Turner
2021-08-01 19:10 Matt Turner
2019-11-13  6:53 Matt Turner
2017-10-18 14:18 Sergei Trofimovich

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