public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2015-12-19 17:34 Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2015-12-19 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     837a16901f2b6d23634e5c6ed6af67381b52a0f1
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:25:46 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:33:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837a1690

sys-fs/atari-fdisk: stabilize 0.7.1.5.4 for everyone

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
index c8816f0..58033a5 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${MY_PV}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2015-12-19 17:34 Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2015-12-19 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     85568a10c09d30a1e6049890c1959ab9a1c4473d
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:22:04 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:33:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85568a10

sys-fs/atari-fdisk: update to EAPI=5

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
index 84b4700..f38a0e8 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 inherit versionator toolchain-funcs
 
 MY_PV=$(get_version_component_range 1-3)
@@ -15,16 +17,13 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
-DEPEND=""
-
 S=${WORKDIR}/${PN}-${MY_PV}
 
 src_compile() {
 	emake \
 		CFLAGS="${CFLAGS}" \
 		LDFLAGS="${LDFLAGS}" \
-		COMPILE_ARCH=m68k \
-		|| die
+		COMPILE_ARCH=m68k
 }
 
 src_install() {
@@ -33,10 +32,10 @@ src_install() {
 
 	into /
 	if [[ $(tc-arch) == "m68k" ]] ; then
-		dosbin fdisk || die "sbin fdisk failed"
+		dosbin fdisk
 		dosym fdisk /sbin/atari-fdisk
 		dosym atari-fdisk.8 /usr/share/man/man8/fdisk.8
 	else
-		dosbin atari-fdisk || die "sbin atari-fdisk failed"
+		dosbin atari-fdisk
 	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2015-12-19 17:34 Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2015-12-19 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6760096e78364a3be321f663a293f6860634765d
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:26:11 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:33:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6760096e

sys-fs/atari-fdisk: drop old 0.7.1.5.1

 sys-fs/atari-fdisk/Manifest                     |  1 -
 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.1.ebuild | 42 -------------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-fs/atari-fdisk/Manifest b/sys-fs/atari-fdisk/Manifest
index f2a67b0..b97f670 100644
--- a/sys-fs/atari-fdisk/Manifest
+++ b/sys-fs/atari-fdisk/Manifest
@@ -1,2 +1 @@
-DIST atari-fdisk_0.7.1-5.1.tar.gz 67705 SHA256 91eeb9db76b3f99ce48128281a00494a0a2ca43d5ef6bd3690adcf22bb5fcb95 SHA512 80e5e4ed1a1dd3d7fbfed68e33e43864d593f084921c699beca100ddbd5e8adb2da36badd6fc467417d3e80855b484f87576c78700ccfa763c5c7644370275f9 WHIRLPOOL 3b4d66163598d7896beb011d5c86ae481664fbbdd7f243bb2943531d7164924a867e242cf89fd4d664e5feb942c4c272623f3fb0be58685ae533d100be9aa02d
 DIST atari-fdisk_0.7.1-5.4.tar.gz 47576 SHA256 81ddb3a0d0088fb32011cede6deacb98a2b97da24fc8b2efe87dc45da601b96f SHA512 014be9a92b19f81901f814308b0f380df77de712f1e3f69438cf7ae7c57c53111cfc39f60899facd04af8b5457e980fdc689bfbfe2a91e5c2a0de8446a724961 WHIRLPOOL 324ee5ce4408d1f93407d4bde83d2c86e23114d1d4d877794d6474c042b47fe7428697b3d57863841cc0253ea1fd28b458d0169783d2bdc41b27caa56c05e71b

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.1.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.1.ebuild
deleted file mode 100644
index 52a4162..0000000
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit versionator toolchain-funcs
-
-MY_PV=$(get_version_component_range 1-3)
-DEB_PV=$(get_version_component_range 4-5)
-DESCRIPTION="create and edit the partition table of a disk partitioned in Atari format"
-HOMEPAGE="http://packages.qa.debian.org/a/atari-fdisk.html"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc s390 sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
-	emake \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" \
-		COMPILE_ARCH=m68k \
-		|| die
-}
-
-src_install() {
-	dodoc NEWS README TODO debian/changelog
-	doman debian/atari-fdisk.8
-
-	into /
-	if [[ $(tc-arch) == "m68k" ]] ; then
-		dosbin fdisk || die "sbin fdisk failed"
-		dosym fdisk /sbin/atari-fdisk
-		dosym atari-fdisk.8 /usr/share/man/man8/fdisk.8
-	else
-		dosbin atari-fdisk || die "sbin atari-fdisk failed"
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2015-12-19 17:34 Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2015-12-19 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4e21e8d8907b2ae9a8e6bcd4dcd5b94120eb6626
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:28:02 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:33:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e21e8d8

sys-fs/atari-fdisk: respect the users CC setting

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
index 58033a5..9b6b304 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
@@ -28,6 +28,7 @@ src_compile() {
 	emake \
 		CFLAGS="${CFLAGS}" \
 		LDFLAGS="${LDFLAGS}" \
+		CC="$(tc-getCC)" \
 		COMPILE_ARCH=m68k
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2015-12-19 17:45 Mike Frysinger
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2015-12-19 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     97b6c1108ef9805d18f7e139abbbe3e25b3d994b
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:42:53 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:42:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b6c110

sys-fs/atari-fdisk: drop most keywords

While the codebase compiles and does some basic operations fine across
other arches, it's really only been tested on m68k for serious work.
Newer gcc points out that the code assumes sizeof(long) == 4 in many
places.  Rather than try to fix this tool, just drop most arches and
leave behind m68k (where it matters) & x86 (for runtime testing).

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
index 9b6b304..2c5564e 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
@@ -14,7 +14,10 @@ SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86"
+# Note: The code assumes sizeof(long) == 4 everywhere.  If you try to
+# use this on 64bit systems (where sizeof(long) == 8), then misbehavior
+# and memory corruption will ensue.
+KEYWORDS="-* m68k x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${MY_PV}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2017-08-22 21:41 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2017-08-22 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ed2a3417416352f98567409be5b21bdc98a3b46e
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 12:29:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:40:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2a3417

sys-fs/atari-fdisk: HOMEPAGE 301 redirect to HTTPS

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
index 9048792719e..24091b4d2ac 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit versionator toolchain-funcs eutils
 MY_PV=$(get_version_component_range 1-3)
 DEB_PV=$(get_version_component_range 4-5)
 DESCRIPTION="create and edit the partition table of a disk partitioned in Atari format"
-HOMEPAGE="http://packages.qa.debian.org/a/atari-fdisk.html"
+HOMEPAGE="https://packages.qa.debian.org/a/atari-fdisk.html"
 SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2021-09-04 22:36 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2021-09-04 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f98ba852b15b94ea035fb3184514c6c7ddb47857
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 22:33:37 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 22:35:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98ba852

sys-fs/atari-fdisk: Don't install as "fdisk" on m68k

Doing so collides with fdisk from sys-apps/util-linux. You might even
want to use one of the PC partition table formats on an Atari. There
is no harm in calling this fdisk something else.

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
index e8df0256733..1486e93742c 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
@@ -46,11 +46,5 @@ src_install() {
 	doman debian/atari-fdisk.8
 
 	into /
-	if [[ $(tc-arch) == "m68k" ]] ; then
-		dosbin fdisk
-		dosym fdisk /sbin/atari-fdisk
-		dosym atari-fdisk.8 /usr/share/man/man8/fdisk.8
-	else
-		dosbin atari-fdisk
-	fi
+	dosbin atari-fdisk
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2021-09-04 22:36 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2021-09-04 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c956c19df110bd711f05cc7b4383a236a3a2a29b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 22:27:46 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 22:35:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c956c19d

sys-fs/atari-fdisk: Allow package to be built on amd64 as 32-bit

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
index f78d8d43789..e8df0256733 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit multilib toolchain-funcs
 
 MY_PV=$(ver_cut 1-3)
 DEB_PV=$(ver_cut 4-5)
@@ -14,10 +14,9 @@ S="${WORKDIR}"/${PN}-${MY_PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-# Note: The code assumes sizeof(long) == 4 everywhere.  If you try to
-# use this on 64bit systems (where sizeof(long) == 8), then misbehavior
-# and memory corruption will ensue.
-KEYWORDS="-* ~m68k ~x86"
+# Note: The code assumes sizeof(long) == 4 everywhere. 64-bit platforms need to
+# build a 32-bit binary below to avoid memory corruption issues.
+KEYWORDS="~amd64 ~m68k ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.7.1.5.4-prompt-logic.patch
@@ -25,11 +24,20 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-0.7.1.5.4-globals.patch
 )
 
+src_configure() {
+	if use amd64; then
+		multilib_toolchain_setup x86
+	else
+		tc-export CC LD
+	fi
+}
+
 src_compile() {
 	emake \
+		CC="${CC}" \
+		LD="${LD}" \
 		CFLAGS="${CFLAGS}" \
 		LDFLAGS="${LDFLAGS}" \
-		CC="$(tc-getCC)" \
 		COMPILE_ARCH=m68k
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
@ 2024-06-21 22:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-06-21 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4b7b5d26e000b5db1d9f5eec7ea7e917b970bad4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 22:25:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 22:25:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7b5d26

sys-fs/atari-fdisk: Stabilize 0.7.1.5.4-r1 x86, #934668

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

 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
index 1486e93742cc..7a680bdaa217 100644
--- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
+++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 # Note: The code assumes sizeof(long) == 4 everywhere. 64-bit platforms need to
 # build a 32-bit binary below to avoid memory corruption issues.
-KEYWORDS="~amd64 ~m68k ~x86"
+KEYWORDS="~amd64 ~m68k x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.7.1.5.4-prompt-logic.patch


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

end of thread, other threads:[~2024-06-21 22:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 21:41 [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21 22:26 Sam James
2021-09-04 22:36 James Le Cuirot
2021-09-04 22:36 James Le Cuirot
2015-12-19 17:45 Mike Frysinger
2015-12-19 17:34 Mike Frysinger
2015-12-19 17:34 Mike Frysinger
2015-12-19 17:34 Mike Frysinger
2015-12-19 17:34 Mike Frysinger

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