public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2020-05-08  0:27 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2020-05-08  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 00:03:26 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 00:27:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7e6c7f

dev-R/ellipsis: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/Manifest              |  1 +
 dev-R/ellipsis/ellipsis-0.3.0.ebuild | 21 +++++++++++++++++++++
 dev-R/ellipsis/metadata.xml          | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
new file mode 100644
index 0000000..99cb46e
--- /dev/null
+++ b/dev-R/ellipsis/Manifest
@@ -0,0 +1 @@
+DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea

diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
new file mode 100644
index 0000000..6f1dd4c
--- /dev/null
+++ b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Tools for Working with ...'
+HOMEPAGE="
+	https://ellipsis.r-lib.org
+	https://github.com/r-lib/ellipsis
+	https://cran.r-project.org/package=ellipsis
+"
+SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz"
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"
+DEPEND="
+	>=dev-lang/R-3.2
+	>=dev-R/rlang-0.3.0
+"

diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml
new file mode 100644
index 0000000..2505476
--- /dev/null
+++ b/dev-R/ellipsis/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+	</maintainer>
+	<longdescription lang="en">
+		The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
+	</longdescription>
+	<upstream>
+		<bugs-to>
+			https://github.com/r-lib/ellipsis/issues
+		</bugs-to>
+		<doc lang="en">
+			https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf
+		</doc>
+		<changelog>
+			https://cran.r-project.org/web//packages/ellipsis/news/news.html
+		</changelog>
+		<maintainer>
+			<name>
+				Hadley Wickham
+			</name>
+			<email>
+				hadley@rstudio.com
+			</email>
+		</maintainer>
+		<remote-id type="github">
+			r-lib/ellipsis
+		</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2020-05-18 18:39 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2020-05-18 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8855c3399470a009ae79f53113b63d4f0fdfd8a2
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 18:01:47 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 18 18:01:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8855c339

dev-R/ellipsis: fixed version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/Manifest              | 1 +
 dev-R/ellipsis/ellipsis-0.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
index 99cb46e..1392c63 100644
--- a/dev-R/ellipsis/Manifest
+++ b/dev-R/ellipsis/Manifest
@@ -1 +1,2 @@
 DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea
+DIST ellipsis_0.3.1.tar.gz 7582 BLAKE2B aff80d5858fc6857a391e8fe8e324ab5995b366b7419d8d931d28ed6a176eb0105d8a61d368dde42a3244825eeabab8a0cbcce5c9f6ede7b0536b080300fe4a0 SHA512 a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328

diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
index 16fe602..18a001e 100644
--- a/dev-R/ellipsis/ellipsis-0.3.1.ebuild
+++ b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="
 	https://github.com/r-lib/ellipsis
 	https://cran.r-project.org/package=ellipsis
 "
-SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz"
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
 LICENSE='GPL-3'
 KEYWORDS="~amd64"
 IUSE="${IUSE-}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2020-05-18 18:39 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2020-05-18 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     69c92dd4a1d52e46ccda4586ca8719d4fc52b991
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 17:57:26 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 18 17:57:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69c92dd4

dev-R/ellipsis: new version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/ellipsis-0.3.1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
new file mode 100644
index 0000000..16fe602
--- /dev/null
+++ b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Tools for Working with ...'
+HOMEPAGE="
+	https://ellipsis.r-lib.org
+	https://github.com/r-lib/ellipsis
+	https://cran.r-project.org/package=ellipsis
+"
+SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+	>=dev-lang/R-3.2
+	>=dev-R/rlang-0.3.0
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2021-05-04  0:14 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-05-04  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0d83b83b5289cf33cc541c45aebcd27e43a33543
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  3 17:16:06 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  4 00:12:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d83b83b

dev-R/ellipsis: tidy metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/metadata.xml | 46 ++++++++++++++++-----------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml
index 2505476cc..0cbede97f 100644
--- a/dev-R/ellipsis/metadata.xml
+++ b/dev-R/ellipsis/metadata.xml
@@ -1,33 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-	<longdescription lang="en">
-		The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
-	</longdescription>
-	<upstream>
-		<bugs-to>
-			https://github.com/r-lib/ellipsis/issues
-		</bugs-to>
-		<doc lang="en">
-			https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf
-		</doc>
-		<changelog>
-			https://cran.r-project.org/web//packages/ellipsis/news/news.html
-		</changelog>
-		<maintainer>
-			<name>
-				Hadley Wickham
-			</name>
-			<email>
-				hadley@rstudio.com
-			</email>
-		</maintainer>
-		<remote-id type="github">
-			r-lib/ellipsis
-		</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.</longdescription>
+  <upstream>
+    <bugs-to>https://github.com/r-lib/ellipsis/issues</bugs-to>
+    <doc lang="en">https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf</doc>
+    <changelog>https://cran.r-project.org/web//packages/ellipsis/news/news.html</changelog>
+    <maintainer>
+      <name>Hadley Wickham</name>
+      <email>hadley@rstudio.com</email>
+    </maintainer>
+    <remote-id type="github">r-lib/ellipsis</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2021-05-04  0:14 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-05-04  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     31787a9b111fa137d18d746b379e70e91a8b1c84
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May  4 00:05:30 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  4 00:14:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31787a9b

dev-R/ellipsis: add 0.3.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/Manifest              |  1 +
 dev-R/ellipsis/ellipsis-0.3.2.ebuild | 22 ++++++++++++++++++++++
 dev-R/ellipsis/metadata.xml          |  1 +
 3 files changed, 24 insertions(+)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
index 1392c6315..5b7d106f2 100644
--- a/dev-R/ellipsis/Manifest
+++ b/dev-R/ellipsis/Manifest
@@ -1,2 +1,3 @@
 DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea
 DIST ellipsis_0.3.1.tar.gz 7582 BLAKE2B aff80d5858fc6857a391e8fe8e324ab5995b366b7419d8d931d28ed6a176eb0105d8a61d368dde42a3244825eeabab8a0cbcce5c9f6ede7b0536b080300fe4a0 SHA512 a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328
+DIST ellipsis_0.3.2.tar.gz 8066 BLAKE2B 4dc77787aa019c720e96a6136a75b68a8ba94fd571cc2080c71188020f5c323712b23609c0cf22aba4eb2fcf75dd5d702c4c4ccfd442f15df6da8d9d7748260a SHA512 31017bd6d3dc54629d29d8743a9a582894b54bfe92362d4ed6959afd5383368aac19cd5b21a2a390b82e8130800aca035b501945527af964cce1fe8e420e5736

diff --git a/dev-R/ellipsis/ellipsis-0.3.2.ebuild b/dev-R/ellipsis/ellipsis-0.3.2.ebuild
new file mode 100644
index 000000000..48b30dbba
--- /dev/null
+++ b/dev-R/ellipsis/ellipsis-0.3.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Tools for Working with ...'
+HOMEPAGE="
+	https://ellipsis.r-lib.org
+	https://github.com/r-lib/ellipsis
+	https://cran.r-project.org/package=ellipsis
+"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+	>=dev-lang/R-3.2
+	>=dev-R/rlang-0.3.0
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml
index 0cbede97f..7837b3e18 100644
--- a/dev-R/ellipsis/metadata.xml
+++ b/dev-R/ellipsis/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
+    <description>co-maintainers welcome</description>
     <email>lssndrbarbieri@gmail.com</email>
     <name>Alessandro Barbieri</name>
   </maintainer>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
@ 2021-05-16 15:28 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     46939917e764a4f1204a28b655741d93e21ba0f4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:27:04 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:27:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46939917

dev-R/ellipsis: drop 0.3.0, 0.3.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/Manifest              |  2 --
 dev-R/ellipsis/ellipsis-0.3.0.ebuild | 22 ----------------------
 dev-R/ellipsis/ellipsis-0.3.1.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
index 5b7d106f2..6c1aefcaa 100644
--- a/dev-R/ellipsis/Manifest
+++ b/dev-R/ellipsis/Manifest
@@ -1,3 +1 @@
-DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea
-DIST ellipsis_0.3.1.tar.gz 7582 BLAKE2B aff80d5858fc6857a391e8fe8e324ab5995b366b7419d8d931d28ed6a176eb0105d8a61d368dde42a3244825eeabab8a0cbcce5c9f6ede7b0536b080300fe4a0 SHA512 a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328
 DIST ellipsis_0.3.2.tar.gz 8066 BLAKE2B 4dc77787aa019c720e96a6136a75b68a8ba94fd571cc2080c71188020f5c323712b23609c0cf22aba4eb2fcf75dd5d702c4c4ccfd442f15df6da8d9d7748260a SHA512 31017bd6d3dc54629d29d8743a9a582894b54bfe92362d4ed6959afd5383368aac19cd5b21a2a390b82e8130800aca035b501945527af964cce1fe8e420e5736

diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
deleted file mode 100644
index a49da4d1b..000000000
--- a/dev-R/ellipsis/ellipsis-0.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='Tools for Working with ...'
-HOMEPAGE="
-	https://ellipsis.r-lib.org
-	https://github.com/r-lib/ellipsis
-	https://cran.r-project.org/package=ellipsis
-"
-SRC_URI="mirror://cran/src/contrib/ellipsis_0.3.0.tar.gz"
-LICENSE='GPL-3'
-KEYWORDS="~amd64"
-IUSE="${IUSE-}"
-DEPEND="
-	>=dev-lang/R-3.2
-	>=dev-R/rlang-0.3.0
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
deleted file mode 100644
index 48b30dbba..000000000
--- a/dev-R/ellipsis/ellipsis-0.3.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='Tools for Working with ...'
-HOMEPAGE="
-	https://ellipsis.r-lib.org
-	https://github.com/r-lib/ellipsis
-	https://cran.r-project.org/package=ellipsis
-"
-SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
-LICENSE='GPL-3'
-KEYWORDS="~amd64"
-IUSE="${IUSE-}"
-DEPEND="
-	>=dev-lang/R-3.2
-	>=dev-R/rlang-0.3.0
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2021-05-16 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-18 18:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-05-16 15:28 Alessandro Barbieri
2021-05-04  0:14 Alessandro Barbieri
2021-05-04  0:14 Alessandro Barbieri
2020-05-18 18:39 Alessandro Barbieri
2020-05-08  0:27 Alessandro Barbieri

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