public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-09-13 20:30 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2021-09-13 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     648d8cc3e049337918ad899faae1e46273619e73
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 20:30:24 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 20:30:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648d8cc3

sys-fs/nilfs-utils: e2fsprogs-libs → e2fsprogs

Bug: https://bugs.gentoo.org/806875
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...-utils-2.1.5-r1.ebuild => nilfs-utils-2.1.5-r2.ebuild} |  5 +++--
 ...lfs-utils-2.2.2.ebuild => nilfs-utils-2.2.2-r1.ebuild} | 15 +++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild
similarity index 91%
rename from sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild
rename to sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild
index 719717ffc96..e9b225835f9 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs"
 
-RDEPEND="sys-libs/e2fsprogs-libs
+RDEPEND="
+	sys-fs/e2fsprogs
 	sys-apps/util-linux"
 DEPEND="${RDEPEND}
 	sys-kernel/linux-headers"

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
similarity index 72%
rename from sys-fs/nilfs-utils/nilfs-utils-2.2.2.ebuild
rename to sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
index 67c33efec1d..1a9f4b558ab 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit multilib linux-info
+inherit linux-info
 
 DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
 HOMEPAGE="http://nilfs.sourceforge.net/"
@@ -14,23 +14,22 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="static-libs"
 
-RDEPEND="sys-libs/e2fsprogs-libs
+RDEPEND="
+	sys-fs/e2fsprogs
 	sys-apps/util-linux"
 DEPEND="${RDEPEND}
 	sys-kernel/linux-headers"
 
 CONFIG_CHECK="~POSIX_MQUEUE"
 
-DOCS=( AUTHORS ChangeLog NEWS README )
-
 src_configure() {
 	econf \
 		$(use_enable static-libs static) \
-		--libdir=/$(get_libdir) \
+		--libdir="${EPREFIX}"/$(get_libdir) \
 		--enable-libmount
 }
 
 src_install() {
 	default
-	rm -f "${ED}"/$(get_libdir)/*.la || die
+	find "${ED}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-10-26 13:30 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-10-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a499bcce747a76926b9585da0accd6035612bcd9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 13:29:18 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 13:29:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a499bcce

sys-fs/nilfs-utils: x86 stable wrt bug #819189

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
index 1a9f4b558ab..cb184f5d071 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-10-26 17:53 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-10-26 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d2eaafaf83cd56db3e1609c9ced12c4f7a660d2d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 17:53:31 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 17:53:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2eaafaf

sys-fs/nilfs-utils: amd64 stable wrt bug #819189

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
index cb184f5d071..6c5187d901b 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-10-28 14:00 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-10-28 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     230eaa83930c2ac41c621ef28b0f058653d6b7cf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:59:21 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:59:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230eaa83

sys-fs/nilfs-utils: ppc stable wrt bug #819189

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
index 6c5187d901b..33f93493844 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-10-28 14:02 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-10-28 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     df01197c4e0050713be73bd6b6bd646957e1c081
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 14:01:08 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 14:01:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df01197c

sys-fs/nilfs-utils: ppc64 stable wrt bug #819189

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
index 33f93493844..5d4a4436f34 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2021-10-28 15:10 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-10-28 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     42350b440e8562234316575536f6306aa9414369
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 15:09:28 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 15:09:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42350b44

sys-fs/nilfs-utils: drop 2.1.5-r2

Bug: https://bugs.gentoo.org/819189
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-fs/nilfs-utils/Manifest                    |  1 -
 sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild | 37 --------------------------
 2 files changed, 38 deletions(-)

diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
index 6fac8270ce8..ab438210509 100644
--- a/sys-fs/nilfs-utils/Manifest
+++ b/sys-fs/nilfs-utils/Manifest
@@ -1,2 +1 @@
-DIST nilfs-utils-2.1.5.tar.bz2 389552 BLAKE2B 38de1d2eb2943ec1e4564deb44f8d9c13dd3a99184acb1523cbc61daae7575d0ca9397d0f5fae864616c38a93afe2bc15809dcc0c9f6a175b5bd37e2034921d6 SHA512 a9c0cf6d9df524b9cdb3379bcb8e0c1427aa6e1a792cc649f366a68416374cfc7c9f0db3dd78f3c3165be05a9e8eefb0db30c394ad04c8e3e89ee6ebcbfa42c0
 DIST nilfs-utils-2.2.2.tar.bz2 424097 BLAKE2B d38b40e9b70a17bc957a89f5d1551bcc0eaaf396ac5126d47dc2dd0a9e311033beb1164a916fb369b51794d38cb63793ede7917be2d76b8df02a32de11b0a4fc SHA512 2ac0f1f25472d8900732db9f31e6b824e7e591bf306aa18d8b55c5d93807f4f7ceb65ba7e49540a39c7f285ad63c5f4ab795d34b2a04398d91cd2beb5fc6edce

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild
deleted file mode 100644
index e9b225835f9..00000000000
--- a/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib linux-info
-
-DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://nilfs.sourceforge.net/"
-SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="
-	sys-fs/e2fsprogs
-	sys-apps/util-linux"
-DEPEND="${RDEPEND}
-	sys-kernel/linux-headers"
-
-CONFIG_CHECK="~POSIX_MQUEUE"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--libdir=/$(get_libdir) \
-		--enable-libmount
-}
-
-src_install() {
-	default
-	rm -f "${ED}"/$(get_libdir)/*.la || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2022-01-24  0:51 Naohiro Aota
  0 siblings, 0 replies; 16+ messages in thread
From: Naohiro Aota @ 2022-01-24  0:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0c9a6bf7989c7263299f1cbfa6e2107b1894eb93
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 13:30:03 2022 +0000
Commit:     Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 00:35:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9a6bf7

sys-fs/nilfs-utils: version bump to 2.2.8

Version bump with also addressing the following bugs.

Bug: https://bugs.gentoo.org/591084
Bug: https://bugs.gentoo.org/669804
Closes: https://bugs.gentoo.org/649030
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>

 sys-fs/nilfs-utils/Manifest                 |  1 +
 sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild | 48 +++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
index ab4382105094..7d514094842a 100644
--- a/sys-fs/nilfs-utils/Manifest
+++ b/sys-fs/nilfs-utils/Manifest
@@ -1 +1,2 @@
 DIST nilfs-utils-2.2.2.tar.bz2 424097 BLAKE2B d38b40e9b70a17bc957a89f5d1551bcc0eaaf396ac5126d47dc2dd0a9e311033beb1164a916fb369b51794d38cb63793ede7917be2d76b8df02a32de11b0a4fc SHA512 2ac0f1f25472d8900732db9f31e6b824e7e591bf306aa18d8b55c5d93807f4f7ceb65ba7e49540a39c7f285ad63c5f4ab795d34b2a04398d91cd2beb5fc6edce
+DIST nilfs-utils-2.2.8.tar.bz2 440550 BLAKE2B 05cce6b639856df6d5748bc4045500d801260c46cedff31aa571c743eb7e2c8f3d6101faf9bc90b231425fbae349671f6603d902a3240f1f06ef7fd7fedbe2c6 SHA512 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
new file mode 100644
index 000000000000..32eda7e330b0
--- /dev/null
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info usr-ldscript
+
+DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
+HOMEPAGE="http://nilfs.sourceforge.net/"
+SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	sys-fs/e2fsprogs
+	sys-apps/util-linux"
+DEPEND="${RDEPEND}
+	sys-kernel/linux-headers"
+
+CONFIG_CHECK="~POSIX_MQUEUE"
+
+src_configure() {
+	# Always build static libs as nilfs_cleanerd need them
+	# Bug 669804
+	econf \
+		--enable-static=yes \
+		--libdir="${EPREFIX}"/$(get_libdir) \
+		--enable-libmount
+}
+
+src_install() {
+	default
+
+	if use static-libs; then
+		local libdir=$(get_libdir)
+		dodir /usr/${libdir}
+		mv "${ED}"/${libdir}/*.a "${ED}"/usr/${libdir} || die
+		gen_usr_ldscript libnilfs.so libnilfscleaner.so libnilfsgc.so
+	else
+		find "${ED}" -name '*.a' -delete || die
+	fi
+
+
+	find "${ED}" -name '*.la' -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2022-02-13  0:42 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2022-02-13  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     749e03ad65522ebf3024dd0a5eab40a6114e2963
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:41:39 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 00:42:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749e03ad

sys-fs/nilfs-utils: fix qa DoubleEmptyLine

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
index 32eda7e330b0..462f3c47f4bf 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
@@ -43,6 +43,5 @@ src_install() {
 		find "${ED}" -name '*.a' -delete || die
 	fi
 
-
 	find "${ED}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-04-01  9:17 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2023-04-01  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a0e7424f856fcb99b293e0f1b9eba4ad1325193a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 09:17:24 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 09:17:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e7424f

sys-fs/nilfs-utils: add 2.2.9

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fs/nilfs-utils/Manifest                 |  1 +
 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 47 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
index 7d514094842a..793261e99113 100644
--- a/sys-fs/nilfs-utils/Manifest
+++ b/sys-fs/nilfs-utils/Manifest
@@ -1,2 +1,3 @@
 DIST nilfs-utils-2.2.2.tar.bz2 424097 BLAKE2B d38b40e9b70a17bc957a89f5d1551bcc0eaaf396ac5126d47dc2dd0a9e311033beb1164a916fb369b51794d38cb63793ede7917be2d76b8df02a32de11b0a4fc SHA512 2ac0f1f25472d8900732db9f31e6b824e7e591bf306aa18d8b55c5d93807f4f7ceb65ba7e49540a39c7f285ad63c5f4ab795d34b2a04398d91cd2beb5fc6edce
 DIST nilfs-utils-2.2.8.tar.bz2 440550 BLAKE2B 05cce6b639856df6d5748bc4045500d801260c46cedff31aa571c743eb7e2c8f3d6101faf9bc90b231425fbae349671f6603d902a3240f1f06ef7fd7fedbe2c6 SHA512 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783
+DIST nilfs-utils-2.2.9.tar.bz2 439514 BLAKE2B 0908e0180a2af074e97be99fa0a390e926e934fea79a40d792fc0dc1ef820c4a4ecee3696ddaf0d8f8d5c434daed77ea66f37591b05f7a6437e9a3c1a12f5758 SHA512 dd8ab20ee0d6750a6d81f86fe4d1ad94a8a71aa53ee7cd38550ea32fffcc9527db1c75d34f732f0f8f6379a808249f8eec2619e54c595566a3fc434a87d9e66d

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
new file mode 100644
index 000000000000..35df009aa293
--- /dev/null
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info usr-ldscript
+
+DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
+HOMEPAGE="http://nilfs.sourceforge.net/"
+SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	sys-fs/e2fsprogs
+	sys-apps/util-linux"
+DEPEND="${RDEPEND}
+	sys-kernel/linux-headers"
+
+CONFIG_CHECK="~POSIX_MQUEUE"
+
+src_configure() {
+	# Always build static libs as nilfs_cleanerd need them
+	# Bug 669804
+	econf \
+		--enable-static=yes \
+		--libdir="${EPREFIX}"/$(get_libdir) \
+		--with-libmount
+}
+
+src_install() {
+	default
+
+	if use static-libs; then
+		local libdir=$(get_libdir)
+		dodir /usr/${libdir}
+		mv "${ED}"/${libdir}/*.a "${ED}"/usr/${libdir} || die
+		gen_usr_ldscript libnilfs.so libnilfscleaner.so libnilfsgc.so
+	else
+		find "${ED}" -name '*.a' -delete || die
+	fi
+
+	find "${ED}" -name '*.la' -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-04-01 21:19 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2023-04-01 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9274a3870881b622763980ac9370b3b16b186a36
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 21:19:39 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 21:19:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9274a387

sys-fs/nilfs-utils: drop 2.2.2-r1

Closes: https://bugs.gentoo.org/591084
Closes: https://bugs.gentoo.org/669804
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fs/nilfs-utils/Manifest                    |  1 -
 sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild | 35 --------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
index 793261e99113..aa71667563f2 100644
--- a/sys-fs/nilfs-utils/Manifest
+++ b/sys-fs/nilfs-utils/Manifest
@@ -1,3 +1,2 @@
-DIST nilfs-utils-2.2.2.tar.bz2 424097 BLAKE2B d38b40e9b70a17bc957a89f5d1551bcc0eaaf396ac5126d47dc2dd0a9e311033beb1164a916fb369b51794d38cb63793ede7917be2d76b8df02a32de11b0a4fc SHA512 2ac0f1f25472d8900732db9f31e6b824e7e591bf306aa18d8b55c5d93807f4f7ceb65ba7e49540a39c7f285ad63c5f4ab795d34b2a04398d91cd2beb5fc6edce
 DIST nilfs-utils-2.2.8.tar.bz2 440550 BLAKE2B 05cce6b639856df6d5748bc4045500d801260c46cedff31aa571c743eb7e2c8f3d6101faf9bc90b231425fbae349671f6603d902a3240f1f06ef7fd7fedbe2c6 SHA512 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783
 DIST nilfs-utils-2.2.9.tar.bz2 439514 BLAKE2B 0908e0180a2af074e97be99fa0a390e926e934fea79a40d792fc0dc1ef820c4a4ecee3696ddaf0d8f8d5c434daed77ea66f37591b05f7a6437e9a3c1a12f5758 SHA512 dd8ab20ee0d6750a6d81f86fe4d1ad94a8a71aa53ee7cd38550ea32fffcc9527db1c75d34f732f0f8f6379a808249f8eec2619e54c595566a3fc434a87d9e66d

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.ebuild
deleted file mode 100644
index 5d4a4436f345..000000000000
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.2-r1.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 linux-info
-
-DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://nilfs.sourceforge.net/"
-SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="
-	sys-fs/e2fsprogs
-	sys-apps/util-linux"
-DEPEND="${RDEPEND}
-	sys-kernel/linux-headers"
-
-CONFIG_CHECK="~POSIX_MQUEUE"
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--libdir="${EPREFIX}"/$(get_libdir) \
-		--enable-libmount
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-06-13 17:42 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-06-13 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d195783bdcb98f0497aac17e33173b08b48a4267
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 17:42:42 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 17:42:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d195783b

sys-fs/nilfs-utils: Stabilize 2.2.9 ppc64, #908456

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
index 35df009aa293..07393c2cca52 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ppc64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-06-13 17:42 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-06-13 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     69376e90c96f211a13392fea480de1f01806aa53
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 17:42:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 17:42:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69376e90

sys-fs/nilfs-utils: Stabilize 2.2.9 ppc, #908456

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
index 07393c2cca52..e26184bbb2f7 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-06-13 18:03 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-13 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cd4851faad5e9749aef142c1c8f1eb7278c33c29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 18:03:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 18:03:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4851fa

sys-fs/nilfs-utils: Stabilize 2.2.9 amd64, #908456

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
index 9cfa30f9f347..ed1cb42de5ec 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2023-06-13 18:03 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-13 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9b7f5986175865fafe870b4340c9995f207a43e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 18:03:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 18:03:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7f5986

sys-fs/nilfs-utils: Stabilize 2.2.9 x86, #908456

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
index e26184bbb2f7..9cfa30f9f347 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2024-02-20  5:14 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-02-20  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     11c02f4f6c1975246bdb318b1aa8889593887553
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 05:08:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 05:08:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c02f4f

sys-fs/nilfs-utils: drop 2.2.8

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

 sys-fs/nilfs-utils/Manifest                 |  1 -
 sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild | 47 -----------------------------
 2 files changed, 48 deletions(-)

diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
index aa71667563f2..7a0e45923d4c 100644
--- a/sys-fs/nilfs-utils/Manifest
+++ b/sys-fs/nilfs-utils/Manifest
@@ -1,2 +1 @@
-DIST nilfs-utils-2.2.8.tar.bz2 440550 BLAKE2B 05cce6b639856df6d5748bc4045500d801260c46cedff31aa571c743eb7e2c8f3d6101faf9bc90b231425fbae349671f6603d902a3240f1f06ef7fd7fedbe2c6 SHA512 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783
 DIST nilfs-utils-2.2.9.tar.bz2 439514 BLAKE2B 0908e0180a2af074e97be99fa0a390e926e934fea79a40d792fc0dc1ef820c4a4ecee3696ddaf0d8f8d5c434daed77ea66f37591b05f7a6437e9a3c1a12f5758 SHA512 dd8ab20ee0d6750a6d81f86fe4d1ad94a8a71aa53ee7cd38550ea32fffcc9527db1c75d34f732f0f8f6379a808249f8eec2619e54c595566a3fc434a87d9e66d

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
deleted file mode 100644
index 462f3c47f4bf..000000000000
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info usr-ldscript
-
-DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://nilfs.sourceforge.net/"
-SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="
-	sys-fs/e2fsprogs
-	sys-apps/util-linux"
-DEPEND="${RDEPEND}
-	sys-kernel/linux-headers"
-
-CONFIG_CHECK="~POSIX_MQUEUE"
-
-src_configure() {
-	# Always build static libs as nilfs_cleanerd need them
-	# Bug 669804
-	econf \
-		--enable-static=yes \
-		--libdir="${EPREFIX}"/$(get_libdir) \
-		--enable-libmount
-}
-
-src_install() {
-	default
-
-	if use static-libs; then
-		local libdir=$(get_libdir)
-		dodir /usr/${libdir}
-		mv "${ED}"/${libdir}/*.a "${ED}"/usr/${libdir} || die
-		gen_usr_ldscript libnilfs.so libnilfscleaner.so libnilfsgc.so
-	else
-		find "${ED}" -name '*.a' -delete || die
-	fi
-
-	find "${ED}" -name '*.la' -delete || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/
@ 2024-09-02  2:46 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-09-02  2:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9778d45c633fe476f0051fbff30354cf2f8af776
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 02:45:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 02:45:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9778d45c

sys-fs/nilfs-utils: HTTPSify

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

 sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
index ed1cb42de5ec..619f6eda8978 100644
--- a/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,8 +6,8 @@ EAPI=8
 inherit linux-info usr-ldscript
 
 DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://nilfs.sourceforge.net/"
-SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2"
+HOMEPAGE="https://nilfs.sourceforge.net/"
+SRC_URI="https://nilfs.sourceforge.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"


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

end of thread, other threads:[~2024-09-02  2:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 17:42 [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02  2:46 Sam James
2024-02-20  5:14 Sam James
2023-06-13 18:03 Sam James
2023-06-13 18:03 Sam James
2023-06-13 17:42 Arthur Zamarin
2023-04-01 21:19 David Seifert
2023-04-01  9:17 David Seifert
2022-02-13  0:42 Conrad Kostecki
2022-01-24  0:51 Naohiro Aota
2021-10-28 15:10 Jakov Smolić
2021-10-28 14:02 Agostino Sarubbo
2021-10-28 14:00 Agostino Sarubbo
2021-10-26 17:53 Agostino Sarubbo
2021-10-26 13:30 Agostino Sarubbo
2021-09-13 20:30 David Seifert

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