public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2015-12-12 12:36 Jeroen Roovers
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2015-12-12 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     faf8d53c7c895885f924e872df5dadf57f6ae233
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 12:35:58 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 12:36:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf8d53c

net-analyzer/dhcpdump: Stable for AMD64 x86 too.

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 300ea0d..30ac1a1 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64 ~mips"
+KEYWORDS="amd64 ~mips x86"
 
 RDEPEND="net-libs/libpcap"
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2016-01-05  3:01 Richard Farina
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Farina @ 2016-01-05  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c13dceea29021e2293d1a6b23e14e7bb7a133f29
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 22:01:42 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 03:01:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13dceea

net-analyzer/dhcpdump: adding arm

Package-Manager: portage-2.2.26

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 30ac1a1..d04bf40 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86 arm"
 
 RDEPEND="net-libs/libpcap"
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2019-05-01 23:19 Jeroen Roovers
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2019-05-01 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd33b4ac165ed441e5c53ccb6bc1a1ed7387e18
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 21:32:09 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May  1 23:19:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd33b4a

net-analyzer/dhcpdump: Use HTTPS

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 2973a634415..e30805c0b69 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
-HOMEPAGE="http://www.mavetju.org/unix/general.php"
-SRC_URI="http://www.mavetju.org/download/${P}.tar.gz"
+HOMEPAGE="https://www.mavetju.org/unix/general.php"
+SRC_URI="https://www.mavetju.org/download/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2021-04-03 15:57 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-03 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ba14cdbc4b29b13900230de73b449ec36004025c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 00:35:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:54:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14cdbc

net-analyzer/dhcpdump: port to EAPI 7

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

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index f846b315d95..b7647756faa 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
 HOMEPAGE="https://www.mavetju.org/unix/general.php"
@@ -12,20 +13,19 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips x86"
 
+# for pod2man
+BDEPEND="dev-lang/perl"
 RDEPEND="net-libs/libpcap"
-DEPEND="
-	${RDEPEND}
-	dev-lang/perl
-"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-Makefile.patch
-	epatch "${FILESDIR}"/${P}-debian.patch
-	epatch "${FILESDIR}"/${P}-endianness.patch
-}
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-Makefile.patch
+	"${FILESDIR}"/${P}-debian.patch
+	"${FILESDIR}"/${P}-endianness.patch
+)
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2025-04-21 19:32 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-04-21 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1a64d26ee5a5aaaad860dd68a1f2756abdc2b3a0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 19:31:08 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 19:32:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a64d26e

net-analyzer/dhcpdump: add 1.9, use new upstream

Use new upstream from the fork [1]. It looks maintained, is used by
fedora, debian, nix.

[1] https://github.com/bbonev/dhcpdump

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/dhcpdump/Manifest            |  1 +
 net-analyzer/dhcpdump/dhcpdump-1.9.ebuild | 30 ++++++++++++++++++++++++++++++
 net-analyzer/dhcpdump/metadata.xml        | 19 +++++++++++--------
 3 files changed, 42 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/dhcpdump/Manifest b/net-analyzer/dhcpdump/Manifest
index b52390457a84..e66319d9349f 100644
--- a/net-analyzer/dhcpdump/Manifest
+++ b/net-analyzer/dhcpdump/Manifest
@@ -1 +1,2 @@
 DIST dhcpdump-1.8.tar.gz 10740 BLAKE2B f87f1db539b06cffd68395982476bd7bfcad4e41d86aea7f3be357a07d597cdb34e8888eaf90e6dc11db0252dce418a3b1ad8a00b0d3a7c7faab48f14c6aec85 SHA512 52cd63d581a3c530c2f5baa66808d5b0241853651c720bd513b769b8301b4dff9c87243787014aea98a5b3ebed86ec317b58d262bf5031015141a4da50fb76e6
+DIST dhcpdump-1.9.tar.xz 11520 BLAKE2B a1749a27695aa88dbac46062ed67a45ea2dba500e56220d6f200c92e7ea379d085150c32d1499d4209b1fd774ad7a517f4e49a6221dfce066691077808100abb SHA512 352737e4e4ecc0d3ca80f881b09981bd3998d42f0141fc71f429d99057f49bdeb233ea64888b603470424f99eabd2575d2d92945dd7f606875ec5bc3b6efe7f4

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
new file mode 100644
index 000000000000..c4ae92ec34a6
--- /dev/null
+++ b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
+HOMEPAGE="https://github.com/bbonev/dhcpdump https://www.mavetju.org/unix/general.php"
+SRC_URI="https://github.com/bbonev/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+
+# for pod2man
+BDEPEND="dev-lang/perl"
+DEPEND="net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	tc-export CC
+	emake
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.8
+	einstalldocs
+}

diff --git a/net-analyzer/dhcpdump/metadata.xml b/net-analyzer/dhcpdump/metadata.xml
index 4a2aa198f9ce..4edd4225e6b2 100644
--- a/net-analyzer/dhcpdump/metadata.xml
+++ b/net-analyzer/dhcpdump/metadata.xml
@@ -1,12 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>netmon@gentoo.org</email>
-	<name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-<longdescription>
-This command parses the output of tcpdump to display the
-dhcp-packets for easier checking and debugging.
-</longdescription>
+	<maintainer type="project">
+		<email>netmon@gentoo.org</email>
+		<name>Gentoo network monitoring and analysis project</name>
+	</maintainer>
+	<longdescription>
+	This command parses the output of tcpdump to display the
+	dhcp-packets for easier checking and debugging.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">bbonev/dhcpdump</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2025-06-23  1:44 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-06-23  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7e611145bd45cc13effbaeb1094aeaa4d16d7a85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 01:42:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 01:42:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e611145

net-analyzer/dhcpdump: Stabilize 1.9 amd64, #958911

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

 net-analyzer/dhcpdump/dhcpdump-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
index c4ae92ec34a6..a40890baa9ba 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bbonev/${PN}/releases/download/v${PV}/${P}.tar.xz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="amd64 ~arm ~mips ~x86"
 
 # for pod2man
 BDEPEND="dev-lang/perl"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2025-06-23  1:44 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-06-23  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     30c575b50d2b44f1db61bc637495388668144e17
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 01:42:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 01:42:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c575b5

net-analyzer/dhcpdump: Stabilize 1.9 x86, #958911

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

 net-analyzer/dhcpdump/dhcpdump-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
index a40890baa9ba..70d24806bfe0 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bbonev/${PN}/releases/download/v${PV}/${P}.tar.xz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~x86"
+KEYWORDS="amd64 ~arm ~mips x86"
 
 # for pod2man
 BDEPEND="dev-lang/perl"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2025-07-04 12:05 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-07-04 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     60898fbf1974f4af7aae7464404f74468edf01d7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  4 12:04:39 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  4 12:04:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60898fbf

net-analyzer/dhcpdump: Stabilize 1.9 arm, #958911

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/dhcpdump/dhcpdump-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
index 70d24806bfe0..21abe636b329 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bbonev/${PN}/releases/download/v${PV}/${P}.tar.xz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips x86"
+KEYWORDS="amd64 arm ~mips x86"
 
 # for pod2man
 BDEPEND="dev-lang/perl"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/
@ 2025-08-28 20:28 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-08-28 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     57e7c59a9a3165ea4cc3275e1aab0a2b05e6b7b9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 20:27:23 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 20:27:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e7c59a

net-analyzer/dhcpdump: drop 1.8, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/dhcpdump/Manifest            |  1 -
 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/net-analyzer/dhcpdump/Manifest b/net-analyzer/dhcpdump/Manifest
index e66319d9349f..0824b01fbb61 100644
--- a/net-analyzer/dhcpdump/Manifest
+++ b/net-analyzer/dhcpdump/Manifest
@@ -1,2 +1 @@
-DIST dhcpdump-1.8.tar.gz 10740 BLAKE2B f87f1db539b06cffd68395982476bd7bfcad4e41d86aea7f3be357a07d597cdb34e8888eaf90e6dc11db0252dce418a3b1ad8a00b0d3a7c7faab48f14c6aec85 SHA512 52cd63d581a3c530c2f5baa66808d5b0241853651c720bd513b769b8301b4dff9c87243787014aea98a5b3ebed86ec317b58d262bf5031015141a4da50fb76e6
 DIST dhcpdump-1.9.tar.xz 11520 BLAKE2B a1749a27695aa88dbac46062ed67a45ea2dba500e56220d6f200c92e7ea379d085150c32d1499d4209b1fd774ad7a517f4e49a6221dfce066691077808100abb SHA512 352737e4e4ecc0d3ca80f881b09981bd3998d42f0141fc71f429d99057f49bdeb233ea64888b603470424f99eabd2575d2d92945dd7f606875ec5bc3b6efe7f4

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
deleted file mode 100644
index b7647756faa3..000000000000
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
-HOMEPAGE="https://www.mavetju.org/unix/general.php"
-SRC_URI="https://www.mavetju.org/download/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
-
-# for pod2man
-BDEPEND="dev-lang/perl"
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-Makefile.patch
-	"${FILESDIR}"/${P}-debian.patch
-	"${FILESDIR}"/${P}-endianness.patch
-)
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin ${PN}
-	doman ${PN}.8
-	dodoc CHANGES CONTACT
-}


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

end of thread, other threads:[~2025-08-28 20:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 12:05 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcpdump/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-08-28 20:28 Arthur Zamarin
2025-06-23  1:44 Sam James
2025-06-23  1:44 Sam James
2025-04-21 19:32 Arthur Zamarin
2021-04-03 15:57 Sam James
2019-05-01 23:19 Jeroen Roovers
2016-01-05  3:01 Richard Farina
2015-12-12 12:36 Jeroen Roovers

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