public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2018-05-30  0:27 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-30  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4990dd981ca47d3f31a8421566cba331a2403c30
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 21:39:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 00:27:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4990dd98

media-video/vobcopy: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index fe6ab57ce9e..923af7af4d6 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit toolchain-funcs
+EAPI=6
 
-IUSE=""
+inherit toolchain-funcs
 
 DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
 HOMEPAGE="http://lpn.rnbhq.org/"
@@ -13,8 +12,10 @@ SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
+IUSE=""
 
 DEPEND=">=media-libs/libdvdread-0.9.4"
+RDEPEND=""
 
 src_configure() {
 	tc-export CC
@@ -22,8 +23,7 @@ src_configure() {
 }
 
 src_install() {
-	dobin vobcopy || die "dobin failed"
-	doman vobcopy.1 || die "doman failed"
-	dodoc Changelog README Release-Notes TODO alternative_programs.txt \
-		|| die "dodoc failed"
+	dobin vobcopy
+	doman vobcopy.1
+	dodoc Changelog README Release-Notes TODO alternative_programs.txt
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2018-05-30  0:27 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-30  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d38f0bed1044aaf26099e416ca839a9379f0d1c3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 00:19:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 00:27:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38f0bed

media-video/vobcopy: add || die to ./configure call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index 923af7af4d6..f51dff5679b 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND=""
 
 src_configure() {
 	tc-export CC
-	./configure.sh --with-lfs
+	./configure.sh --with-lfs || die "Configure failed"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2019-09-29  2:56 Mike Gilbert
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Gilbert @ 2019-09-29  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1fba43ad7c62353469ecc408eb42288a230d0298
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Sep 28 18:54:39 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 02:56:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fba43ad

media-video/vobcopy: Depend on media-libs/libdvdread:0=.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index f51dff5679b..1d55e359f71 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE=""
 
-DEPEND=">=media-libs/libdvdread-0.9.4"
+DEPEND="media-libs/libdvdread:0="
 RDEPEND=""
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2023-12-24 23:16 Conrad Kostecki
  0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     22301296bd369ff7da871b29a7d510f4a2cf25c8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 22 19:10:10 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22301296

media-video/vobcopy: version bump (1.2.1)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-video/vobcopy/Manifest             |  1 +
 media-video/vobcopy/vobcopy-1.2.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/media-video/vobcopy/Manifest b/media-video/vobcopy/Manifest
index 3dbe0208d2de..cea702467dcc 100644
--- a/media-video/vobcopy/Manifest
+++ b/media-video/vobcopy/Manifest
@@ -1 +1,2 @@
 DIST vobcopy-1.2.0.tar.bz2 60102 BLAKE2B 7456ded4df8c001678b0c61fedd66ef8f71ac98280894e803b64fccb96d5ed5e6fc44ef207e861c2f5a019f692aafaf676d718b8c1646bbbc48c6cfcc37a1fe5 SHA512 442849e0e4d379d6289011baa9074b89d579323d1d01faa1531f642d5dd4d25bd76b0286741e79da6e13f71b13ae8f86795c67059b47067d108b00a7b77945a5
+DIST vobcopy-1.2.1.tar.gz 67342 BLAKE2B 8f4b41f9c12a374891030e512d2f608213ff43684ef672b85b4b37c65dbec0bf55df0031b35ad1fe2ac97f887279a0918c9d91ed480b074d6d1aa6101a303b20 SHA512 cf773f7450b0e1ef11b66d6e07459622352d8f590501eca936ef3abcdc1689915bbf6daf40b9896eabaef4d29b1cce389f0d2ccaefcd039aa62837cf3346df72

diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild
new file mode 100644
index 000000000000..448e42303e20
--- /dev/null
+++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2003-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Copies DVD .vob files to harddisk, decrypting them on the way"
+HOMEPAGE="https://github.com/barak/vobcopy"
+SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="media-libs/libdvdread:0="
+
+src_configure() {
+	eautoreconf
+	econf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2023-12-24 23:16 Conrad Kostecki
  0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     74b0d50fd87ca210bc89044b8e5ef5a321f3975d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 22 19:11:33 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b0d50f

media-video/vobcopy: add github remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34429
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-video/vobcopy/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-video/vobcopy/metadata.xml b/media-video/vobcopy/metadata.xml
index 047ba8b96207..1b0e6737cd49 100644
--- a/media-video/vobcopy/metadata.xml
+++ b/media-video/vobcopy/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>media-video@gentoo.org</email>
-	<name>Gentoo Video project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>media-video@gentoo.org</email>
+		<name>Gentoo Video project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">barak/vobcopy</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2024-04-13 18:40 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6bbd87607117a2db2c46654daff891df067edb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:40:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:40:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6bbd87

media-video/vobcopy: Stabilize 1.2.1 amd64, #929939

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

 media-video/vobcopy/vobcopy-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild
index 448e42303e20..c666b57e553b 100644
--- a/media-video/vobcopy/vobcopy-1.2.1.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2023 Gentoo Authors
+# Copyright 2003-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="media-libs/libdvdread:0="
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2024-04-13 18:46 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1fe5e4a20549bac587b01f4b1a23ef7d713600
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:46:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:46:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1fe5e4

media-video/vobcopy: Stabilize 1.2.1 ppc64, #929939

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

 media-video/vobcopy/vobcopy-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild
index c666b57e553b..e9db2bd381f8 100644
--- a/media-video/vobcopy/vobcopy-1.2.1.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86"
 
 DEPEND="media-libs/libdvdread:0="
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2024-04-13 18:56 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b5739db57910546b7a2e3255967fd0a51317440b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:56:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:56:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5739db5

media-video/vobcopy: Stabilize 1.2.1 ppc, #929939

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

 media-video/vobcopy/vobcopy-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild
index e9db2bd381f8..7227bf9fb44b 100644
--- a/media-video/vobcopy/vobcopy-1.2.1.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc ~x86"
 
 DEPEND="media-libs/libdvdread:0="
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2024-04-15  7:07 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-04-15  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e105622eb00cddb033246c1141828fa37206e088
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:07:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:07:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e105622e

media-video/vobcopy: Stabilize 1.2.1 sparc, #929939

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

 media-video/vobcopy/vobcopy-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.1.ebuild b/media-video/vobcopy/vobcopy-1.2.1.ebuild
index 4e253298fdb5..57b9dd0e7dab 100644
--- a/media-video/vobcopy/vobcopy-1.2.1.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 DEPEND="media-libs/libdvdread:0="
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/
@ 2024-04-15  7:33 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-04-15  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d34dddd5aed4b3dded997dce623db42a5a25c8d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:32:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:32:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34dddd5

media-video/vobcopy: drop 1.2.0, EAPI6--

Closes: https://bugs.gentoo.org/929939
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/vobcopy/Manifest             |  1 -
 media-video/vobcopy/vobcopy-1.2.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/media-video/vobcopy/Manifest b/media-video/vobcopy/Manifest
index cea702467dcc..ff4b3e296914 100644
--- a/media-video/vobcopy/Manifest
+++ b/media-video/vobcopy/Manifest
@@ -1,2 +1 @@
-DIST vobcopy-1.2.0.tar.bz2 60102 BLAKE2B 7456ded4df8c001678b0c61fedd66ef8f71ac98280894e803b64fccb96d5ed5e6fc44ef207e861c2f5a019f692aafaf676d718b8c1646bbbc48c6cfcc37a1fe5 SHA512 442849e0e4d379d6289011baa9074b89d579323d1d01faa1531f642d5dd4d25bd76b0286741e79da6e13f71b13ae8f86795c67059b47067d108b00a7b77945a5
 DIST vobcopy-1.2.1.tar.gz 67342 BLAKE2B 8f4b41f9c12a374891030e512d2f608213ff43684ef672b85b4b37c65dbec0bf55df0031b35ad1fe2ac97f887279a0918c9d91ed480b074d6d1aa6101a303b20 SHA512 cf773f7450b0e1ef11b66d6e07459622352d8f590501eca936ef3abcdc1689915bbf6daf40b9896eabaef4d29b1cce389f0d2ccaefcd039aa62837cf3346df72

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
deleted file mode 100644
index 1d55e359f714..000000000000
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2003-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
-HOMEPAGE="http://lpn.rnbhq.org/"
-SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="media-libs/libdvdread:0="
-RDEPEND=""
-
-src_configure() {
-	tc-export CC
-	./configure.sh --with-lfs || die "Configure failed"
-}
-
-src_install() {
-	dobin vobcopy
-	doman vobcopy.1
-	dodoc Changelog README Release-Notes TODO alternative_programs.txt
-}


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

end of thread, other threads:[~2024-04-15  7:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 18:56 [gentoo-commits] repo/gentoo:master commit in: media-video/vobcopy/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  7:33 Arthur Zamarin
2024-04-15  7:07 Arthur Zamarin
2024-04-13 18:46 Arthur Zamarin
2024-04-13 18:40 Arthur Zamarin
2023-12-24 23:16 Conrad Kostecki
2023-12-24 23:16 Conrad Kostecki
2019-09-29  2:56 Mike Gilbert
2018-05-30  0:27 Aaron Bauman
2018-05-30  0:27 Aaron Bauman

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