public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-01-10 12:49 Alfredo Tupone
  0 siblings, 0 replies; 18+ messages in thread
From: Alfredo Tupone @ 2021-01-10 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab0330023e15ea2c64326cd782277038588677b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 12:49:48 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 12:49:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab03300

dev-ml/uucp: Copying from aballier overlay

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uucp/Manifest              |  1 +
 dev-ml/uucp/metadata.xml          | 11 +++++++++++
 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
new file mode 100644
index 00000000000..08d06a8a8e9
--- /dev/null
+++ b/dev-ml/uucp/Manifest
@@ -0,0 +1 @@
+DIST uucp-13.0.0.tbz 466488 BLAKE2B 90b62446ed069f95b0ca8bbad8273b215f0a66f6a3d19639d60a73f440268e9274d4e98e7ac8a534bbb6a34ab485e989432894f22f2f5c1303ca49f828efe859 SHA512 24d0fc75ba337115fd6445d3c3dfa60fe5f6920b227cd8360cd60ad51b652ccc2129a47f195f7559d99635367e64855343dc03de1109987f296a280e0fefff4d

diff --git a/dev-ml/uucp/metadata.xml b/dev-ml/uucp/metadata.xml
new file mode 100644
index 00000000000..bfbe91ed411
--- /dev/null
+++ b/dev-ml/uucp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>Gentoo ML Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dbuenzli/uucp</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
new file mode 100644
index 00000000000..61ad4a7252a
--- /dev/null
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+OPAM_FILE=opam
+
+src_compile() {
+	ocaml pkg/pkg.ml build \
+		--with-uutf true \
+		--with-uunf false \
+		--with-cmdliner true \
+		|| die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-01-10 15:00 Alfredo Tupone
  0 siblings, 0 replies; 18+ messages in thread
From: Alfredo Tupone @ 2021-01-10 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0d28e87c8cd20841e578d48feee9840828a027d8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 15:00:10 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 15:00:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d28e87c

dev-ml/uucp: fix maintainer

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uucp/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/uucp/metadata.xml b/dev-ml/uucp/metadata.xml
index bfbe91ed411..483f1efec02 100644
--- a/dev-ml/uucp/metadata.xml
+++ b/dev-ml/uucp/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>ml@gentoo.org</email>
-		<name>Gentoo ML Project</name>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Alfredo Tupone</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">dbuenzli/uucp</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-01-12 20:06 Alfredo Tupone
  0 siblings, 0 replies; 18+ messages in thread
From: Alfredo Tupone @ 2021-01-12 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     eca7111256d2ba57cbd5353c3cc8d13963722a16
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 20:06:06 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 20:06:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca71112

dev-ml/uucp: add a missing dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
index 61ad4a7252a..697be016187 100644
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-ml/topkg"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 OPAM_FILE=opam


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-01-15  8:01 Alfredo Tupone
  0 siblings, 0 replies; 18+ messages in thread
From: Alfredo Tupone @ 2021-01-15  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6f634c1d5b74189d501ecd1598d0cda36e3539e2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 08:01:29 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 08:01:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f634c1d

dev-ml/uucp: add dep and ml maintainer

Closes: https://bugs.gentoo.org/764800
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uucp/metadata.xml          | 6 +++---
 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-ml/uucp/metadata.xml b/dev-ml/uucp/metadata.xml
index 483f1efec02..26a42e76def 100644
--- a/dev-ml/uucp/metadata.xml
+++ b/dev-ml/uucp/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tupone@gentoo.org</email>
-		<name>Alfredo Tupone</name>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">dbuenzli/uucp</remote-id>

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
index 697be016187..2dd9913cbd8 100644
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -14,9 +14,10 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-ml/topkg"
+DEPEND="dev-ml/topkg
+	dev-ml/findlib"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-ml/ocamlbuild"
 OPAM_FILE=opam
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-09-17 14:14 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-09-17 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ec91be0c4b413dfed6f9ee8631cd5c2a22819e57
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 14:14:31 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 14:14:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec91be0c

dev-ml/uucp: amd64 stable wrt bug #813153

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
index 2dd9913cbd8..b20f55e3722 100644
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-ml/topkg


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-09-18 12:30 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-09-18 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     dff1c05006a000ed3ff87aad8dad8dc01f1d71df
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 12:30:30 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 12:30:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff1c050

dev-ml/uucp: x86 stable wrt bug #813153

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
index b20f55e3722..c962b6b160f 100644
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-ml/topkg


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2021-10-06  1:02 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-06  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     69c7a2558f6cd68a061e658b0ef709f4b9a148ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 00:36:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 01:00:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c7a255

dev-ml/uucp: add 14.0.0

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

 dev-ml/uucp/Manifest           |  1 +
 dev-ml/uucp/uucp-14.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 08d06a8a8e9..783aec0484d 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1 +1,2 @@
 DIST uucp-13.0.0.tbz 466488 BLAKE2B 90b62446ed069f95b0ca8bbad8273b215f0a66f6a3d19639d60a73f440268e9274d4e98e7ac8a534bbb6a34ab485e989432894f22f2f5c1303ca49f828efe859 SHA512 24d0fc75ba337115fd6445d3c3dfa60fe5f6920b227cd8360cd60ad51b652ccc2129a47f195f7559d99635367e64855343dc03de1109987f296a280e0fefff4d
+DIST uucp-14.0.0.tbz 476162 BLAKE2B 1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4 SHA512 2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899

diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
new file mode 100644
index 00000000000..ec89c6b0ae3
--- /dev/null
+++ b/dev-ml/uucp/uucp-14.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-ml/topkg
+	dev-ml/findlib"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/ocamlbuild"
+OPAM_FILE=opam
+
+src_compile() {
+	ocaml pkg/pkg.ml build \
+		--with-uutf true \
+		--with-uunf false \
+		--with-cmdliner true \
+		|| die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2022-07-19 20:26 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-07-19 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3d53470d06c225244f29f99a716a3292e0cab681
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 20:24:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 20:26:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d53470d

dev-ml/uucp: Stabilize 14.0.0 amd64, #859196

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

 dev-ml/uucp/uucp-14.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
index ec89c6b0ae38..e2c6036955cb 100644
--- a/dev-ml/uucp/uucp-14.0.0.ebuild
+++ b/dev-ml/uucp/uucp-14.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-ml/topkg
 	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2022-07-19 20:27 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-07-19 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5ac5c718cfa0af75f8c6c6b738409fe803670585
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 20:26:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 20:26:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac5c718

dev-ml/uucp: Stabilize 14.0.0 x86, #859196

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

 dev-ml/uucp/uucp-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
index e2c6036955cb..c66d847e4131 100644
--- a/dev-ml/uucp/uucp-14.0.0.ebuild
+++ b/dev-ml/uucp/uucp-14.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-ml/topkg
 	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-01-16 12:20 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2023-01-16 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f0034d84232cfa568517860884193811ea33ed46
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 05:47:03 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 12:20:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0034d84

dev-ml/uucp: bump to 15.0.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/uucp/Manifest           |  1 +
 dev-ml/uucp/uucp-15.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 783aec0484d8..a7834ad61604 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1,2 +1,3 @@
 DIST uucp-13.0.0.tbz 466488 BLAKE2B 90b62446ed069f95b0ca8bbad8273b215f0a66f6a3d19639d60a73f440268e9274d4e98e7ac8a534bbb6a34ab485e989432894f22f2f5c1303ca49f828efe859 SHA512 24d0fc75ba337115fd6445d3c3dfa60fe5f6920b227cd8360cd60ad51b652ccc2129a47f195f7559d99635367e64855343dc03de1109987f296a280e0fefff4d
 DIST uucp-14.0.0.tbz 476162 BLAKE2B 1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4 SHA512 2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899
+DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b

diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild
new file mode 100644
index 000000000000..0a4cae3ed550
--- /dev/null
+++ b/dev-ml/uucp/uucp-15.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-ml/topkg
+	dev-ml/findlib"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/ocamlbuild"
+OPAM_FILE=opam
+
+src_compile() {
+	ocaml pkg/pkg.ml build \
+		--with-uutf true \
+		--with-uunf false \
+		--with-cmdliner true \
+		|| die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-03-17  2:29 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-03-17  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ad60af282c3e1ef6a22b6cfb1f160a71fcf97c21
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:28:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:28:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad60af28

dev-ml/uucp: Stabilize 15.0.0 amd64, #901705

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

 dev-ml/uucp/uucp-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild
index 0a4cae3ed550..c29f94fbb1b7 100644
--- a/dev-ml/uucp/uucp-15.0.0.ebuild
+++ b/dev-ml/uucp/uucp-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-ml/topkg
 	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-03-17  2:29 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-03-17  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ac930dfed1480a3744b769d790e18297161c25c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:28:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:28:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac930dfe

dev-ml/uucp: Stabilize 15.0.0 x86, #901705

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

 dev-ml/uucp/uucp-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild
index c29f94fbb1b7..9fb60f6e3ad5 100644
--- a/dev-ml/uucp/uucp-15.0.0.ebuild
+++ b/dev-ml/uucp/uucp-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-ml/topkg
 	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-09-22 14:09 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     491f6f598722ee57258e1fe4e42d6096c638416a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:19:35 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491f6f59

dev-ml/uucp: bump to 15.1.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/uucp/Manifest           |  1 +
 dev-ml/uucp/uucp-15.1.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 377668eb8840..e4ffebe703d8 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1 +1,2 @@
 DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b
+DIST uucp-15.1.0.tbz 499248 BLAKE2B 33dc1de451565b216445ead78c66c60e93a8853f27b3ab26a9fe9a71ee0b0f2b12c0ef964e0386eef1a2fb61ee6c03ce90feb970373990bc58ec1a111a734cd1 SHA512 998f94fadb72357b15a3042a3d11c31b3e16f281822673f2defdd515cd1394d55de1817628be8bd5c030175f9e62c53630d4139a1c0253800f9fb898b0f11364

diff --git a/dev-ml/uucp/uucp-15.1.0.ebuild b/dev-ml/uucp/uucp-15.1.0.ebuild
new file mode 100644
index 000000000000..598da94d237f
--- /dev/null
+++ b/dev-ml/uucp/uucp-15.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-ml/topkg
+	dev-ml/findlib
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-ml/ocamlbuild
+"
+
+OPAM_FILE="opam"
+
+src_compile() {
+	ocaml pkg/pkg.ml build		\
+		--with-uunf false		\
+		--with-cmdliner true	\
+		|| die "failed to run the pkg/pkg.ml ocaml compilation script"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-09-22 14:09 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     92179a2daa55cb0d16e9ec257550d543c984f1ce
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:16:48 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92179a2d

dev-ml/uucp: drop old 14.0.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/uucp/Manifest           |  1 -
 dev-ml/uucp/uucp-14.0.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 9c7528350aa4..377668eb8840 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1,2 +1 @@
-DIST uucp-14.0.0.tbz 476162 BLAKE2B 1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4 SHA512 2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899
 DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b

diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
deleted file mode 100644
index c66d847e4131..000000000000
--- a/dev-ml/uucp/uucp-14.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="Unicode character properties for OCaml"
-HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
-SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-ml/topkg
-	dev-ml/findlib"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-ml/ocamlbuild"
-OPAM_FILE=opam
-
-src_compile() {
-	ocaml pkg/pkg.ml build \
-		--with-uutf true \
-		--with-uunf false \
-		--with-cmdliner true \
-		|| die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2023-09-22 14:09 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3ffe5713a0940374df84c896f3791754528927c8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:16:41 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffe5713

dev-ml/uucp: drop old 13.0.0-r2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/uucp/Manifest              |  1 -
 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index a7834ad61604..9c7528350aa4 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1,3 +1,2 @@
-DIST uucp-13.0.0.tbz 466488 BLAKE2B 90b62446ed069f95b0ca8bbad8273b215f0a66f6a3d19639d60a73f440268e9274d4e98e7ac8a534bbb6a34ab485e989432894f22f2f5c1303ca49f828efe859 SHA512 24d0fc75ba337115fd6445d3c3dfa60fe5f6920b227cd8360cd60ad51b652ccc2129a47f195f7559d99635367e64855343dc03de1109987f296a280e0fefff4d
 DIST uucp-14.0.0.tbz 476162 BLAKE2B 1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4 SHA512 2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899
 DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
deleted file mode 100644
index c962b6b160fe..000000000000
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="Unicode character properties for OCaml"
-HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
-SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-ml/topkg
-	dev-ml/findlib"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-ml/ocamlbuild"
-OPAM_FILE=opam
-
-src_compile() {
-	ocaml pkg/pkg.ml build \
-		--with-uutf true \
-		--with-uunf false \
-		--with-cmdliner true \
-		|| die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2024-02-14 19:47 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-02-14 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     085b99e0a09ec76b49c06ed4f7c771b1820275c7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 19:47:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 19:47:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085b99e0

dev-ml/uucp: Stabilize 15.1.0 x86, #924577

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

 dev-ml/uucp/uucp-15.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/uucp/uucp-15.1.0.ebuild b/dev-ml/uucp/uucp-15.1.0.ebuild
index 598da94d237f..52805cbf1df1 100644
--- a/dev-ml/uucp/uucp-15.1.0.ebuild
+++ b/dev-ml/uucp/uucp-15.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
 	dev-ml/topkg


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2024-02-15 13:56 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-02-15 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9f702f74c84ba28532611ab990f803d4a7fe00a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 13:55:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:55:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f702f74

dev-ml/uucp: Stabilize 15.1.0 amd64, #924577

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

 dev-ml/uucp/uucp-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-15.1.0.ebuild b/dev-ml/uucp/uucp-15.1.0.ebuild
index 52805cbf1df1..784aed4a2ffc 100644
--- a/dev-ml/uucp/uucp-15.1.0.ebuild
+++ b/dev-ml/uucp/uucp-15.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-ml/topkg


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/
@ 2024-10-19 14:56 Alfredo Tupone
  0 siblings, 0 replies; 18+ messages in thread
From: Alfredo Tupone @ 2024-10-19 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8655701aef82fc71f2fe937ac9507430d0ab5d53
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 14:55:45 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 14:56:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8655701a

dev-ml/uucp: add 16.0.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uucp/Manifest           |  1 +
 dev-ml/uucp/uucp-16.0.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index e4ffebe703d8..73ed215e4393 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1,2 +1,3 @@
 DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b
 DIST uucp-15.1.0.tbz 499248 BLAKE2B 33dc1de451565b216445ead78c66c60e93a8853f27b3ab26a9fe9a71ee0b0f2b12c0ef964e0386eef1a2fb61ee6c03ce90feb970373990bc58ec1a111a734cd1 SHA512 998f94fadb72357b15a3042a3d11c31b3e16f281822673f2defdd515cd1394d55de1817628be8bd5c030175f9e62c53630d4139a1c0253800f9fb898b0f11364
+DIST uucp-16.0.0.tbz 509732 BLAKE2B a9618c15c7460d350707c34b0413fc472999dd2b597f543564e3d26db13d03c28288ea37ba10046d514a5508e6c2050f0a8504033d35be65bb3c0143fc91e120 SHA512 5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992

diff --git a/dev-ml/uucp/uucp-16.0.0.ebuild b/dev-ml/uucp/uucp-16.0.0.ebuild
new file mode 100644
index 000000000000..40a8fbfe03fb
--- /dev/null
+++ b/dev-ml/uucp/uucp-16.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp"
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-ml/topkg
+	dev-ml/findlib
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-ml/ocamlbuild
+"
+
+OPAM_FILE="opam"
+
+src_compile() {
+	ocaml pkg/pkg.ml build		\
+		--with-uunf false		\
+		--with-cmdliner true	\
+		|| die "failed to run the pkg/pkg.ml ocaml compilation script"
+}


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

end of thread, other threads:[~2024-10-19 14:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 20:06 [gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-10-19 14:56 Alfredo Tupone
2024-02-15 13:56 Sam James
2024-02-14 19:47 Arthur Zamarin
2023-09-22 14:09 Maciej Barć
2023-09-22 14:09 Maciej Barć
2023-09-22 14:09 Maciej Barć
2023-03-17  2:29 Sam James
2023-03-17  2:29 Sam James
2023-01-16 12:20 Maciej Barć
2022-07-19 20:27 Sam James
2022-07-19 20:26 Sam James
2021-10-06  1:02 Sam James
2021-09-18 12:30 Agostino Sarubbo
2021-09-17 14:14 Agostino Sarubbo
2021-01-15  8:01 Alfredo Tupone
2021-01-10 15:00 Alfredo Tupone
2021-01-10 12:49 Alfredo Tupone

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