public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2022-12-03 11:06 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-12-03 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     06c6a67bc5677155681c6f8024573eed72ca92d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:05:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 11:06:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c6a67b

sys-libs/libnbd: new package, add 1.14.1

Signed-off-by: Sam James <sam <AT> gentoo.org>
Co-authored-by: Arsen Arsenović <arsen <AT> aarsen.me>
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/Manifest             |  1 +
 sys-libs/libnbd/libnbd-1.14.1.ebuild | 64 ++++++++++++++++++++++++++++++++++++
 sys-libs/libnbd/metadata.xml         | 24 ++++++++++++++
 3 files changed, 89 insertions(+)

diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest
new file mode 100644
index 000000000000..890270fa6e33
--- /dev/null
+++ b/sys-libs/libnbd/Manifest
@@ -0,0 +1 @@
+DIST libnbd-1.14.1.tar.gz 1257547 BLAKE2B 4c2fc02abc1d069b23fb8cc52b3359f10ebd23f2bc8cb359274a4fc2781413445d64ca1013b3123dff090d359a0e28076aa410220a05b155f95320238d1b99ee SHA512 9d95cf7a66926d00ec9aacfc6d04f2dc885ccfed07c78f1e6693190dd14132d30d6d1ff7d46e46007732a8a20a9fbf648775bc0b3371ad49eff4ce1e44e47209

diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
new file mode 100644
index 000000000000..67aff2662660
--- /dev/null
+++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="NBD client library in userspace"
+HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
+SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="fuse gnutls uri-support test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	fuse? ( sys-fs/fuse:3 )
+	gnutls? ( net-libs/gnutls:= )
+	uri-support? ( dev-libs/libxml2 )
+"
+DEPEND="
+	${RDEPEND}
+	test? ( sys-block/nbd[gnutls?] )
+"
+BDEPEND="dev-lang/perl"
+
+src_prepare() {
+	default
+
+	# Some tests require impossible to provide features, such as fuse.
+	# These are marked by requires_... in the functions.sh shell
+	# library.  Rather than listing these tests, let's list out the
+	# impossible to support features and make them skip.
+	cat <<-EOF >> tests/functions.sh.in || die
+		requires_fuse ()
+		{
+			requires false
+		}
+	EOF
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable fuse)
+		$(use_with gnutls)
+		$(use_with uri-support libxml2)
+		--disable-ocaml
+		--disable-python
+		--disable-golang
+	)
+
+	export bashcompdir="$(get_bashcompdir)"
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+}

diff --git a/sys-libs/libnbd/metadata.xml b/sys-libs/libnbd/metadata.xml
new file mode 100644
index 000000000000..9182ab0c520d
--- /dev/null
+++ b/sys-libs/libnbd/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>arsen@aarsen.me</email>
+		<name>Arsen Arsenović</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">nbdkit/libnbd</remote-id>
+		<remote-id type="github">libguestfs/libnbd</remote-id>
+	</upstream>
+	<use>
+		<flag name="uri-support">
+			Enable nbd:// URI support via <pkg>dev-libs/libxml2</pkg>.
+		</flag>
+		<flag name="fuse">
+			Install the <pkg>sys-fs/fuse</pkg> powered nbdfuse.
+		</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2022-12-05 19:00 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-12-05 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2550700b14fab1ff95dd5655455b4c8ed0887e58
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 19:00:18 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:00:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2550700b

sys-libs/libnbd: Keyword 1.14.1 x86, #884187

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

 sys-libs/libnbd/libnbd-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
index 67aff2662660..c04df177ecc6 100644
--- a/sys-libs/libnbd/libnbd-1.14.1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="fuse gnutls uri-support test"
 
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-02-28  1:30 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-02-28  1:30 UTC (permalink / raw
  To: gentoo-commits

commit:     aa1cfb0823bfad0935680cb1fbf045fc913d0a19
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Feb 27 18:15:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 01:30:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1cfb08

sys-libs/libnbd: Keyword 1.14.1 sparc, #891167

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.14.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
index c04df177ecc6..b2cb9e3aba76 100644
--- a/sys-libs/libnbd/libnbd-1.14.1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="fuse gnutls uri-support test"
 
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-04-01 16:30 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-04-01 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     88a2d2f453d6d623d24f597a8c617da87782ccbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:30:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 16:30:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a2d2f4

sys-libs/libnbd: Stabilize 1.14.1 amd64, #891965

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

 sys-libs/libnbd/libnbd-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
index b2cb9e3aba76..7e6f7e91caf7 100644
--- a/sys-libs/libnbd/libnbd-1.14.1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE="fuse gnutls uri-support test"
 
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-05-14 16:42 Arsen Arsenović
  0 siblings, 0 replies; 21+ messages in thread
From: Arsen Arsenović @ 2023-05-14 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     309cba15a7f84ecf2f64b1d88a69a0a43b02cbeb
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 11:41:57 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun May 14 16:41:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309cba15

sys-libs/libnbd: add 1.16.1

Co-authored-by: INODE64 <ffelix <AT> inode64.com>
Signed-off-by: INODE64 <ffelix <AT> inode64.com>
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-libs/libnbd/Manifest             |  1 +
 sys-libs/libnbd/libnbd-1.16.1.ebuild | 80 ++++++++++++++++++++++++++++++++++++
 sys-libs/libnbd/metadata.xml         |  3 ++
 3 files changed, 84 insertions(+)

diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest
index 890270fa6e33..925593c8b6b4 100644
--- a/sys-libs/libnbd/Manifest
+++ b/sys-libs/libnbd/Manifest
@@ -1 +1,2 @@
 DIST libnbd-1.14.1.tar.gz 1257547 BLAKE2B 4c2fc02abc1d069b23fb8cc52b3359f10ebd23f2bc8cb359274a4fc2781413445d64ca1013b3123dff090d359a0e28076aa410220a05b155f95320238d1b99ee SHA512 9d95cf7a66926d00ec9aacfc6d04f2dc885ccfed07c78f1e6693190dd14132d30d6d1ff7d46e46007732a8a20a9fbf648775bc0b3371ad49eff4ce1e44e47209
+DIST libnbd-1.16.1.tar.gz 1379437 BLAKE2B 13020c21663e988d46fb5a048b31c58b0256c7c547fee2b95bde139324043d6102a0a901c98ffa75f88eca38cd0293329c62d6613435b74e65802c083af3c58f SHA512 e840cff964e847015955f0a0dcc7d03899d5e0fb0bdd3f5597ec87169d0b2689213fed72fd3afc84300ec86ed10703e9396599c11750ef10df66cf61853210a5

diff --git a/sys-libs/libnbd/libnbd-1.16.1.ebuild b/sys-libs/libnbd/libnbd-1.16.1.ebuild
new file mode 100644
index 000000000000..279ff95f756a
--- /dev/null
+++ b/sys-libs/libnbd/libnbd-1.16.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit bash-completion-r1 python-single-r1
+
+DESCRIPTION="NBD client library in userspace"
+HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
+SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fuse gnutls go ocaml python test uri-support"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# libxml2 - URI support
+RDEPEND="
+	dev-libs/libxml2
+	fuse? ( sys-fs/fuse:3 )
+	gnutls? ( net-libs/gnutls:= )
+	python? ( ${PYTHON_DEPS} )
+	go? ( dev-lang/go )
+	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		sys-block/nbd[gnutls?]
+		sys-block/nbdkit[gnutls?]
+	)
+"
+BDEPEND="dev-lang/perl"
+
+src_prepare() {
+	default
+
+	# Some tests require impossible to provide features, such as fuse.
+	# These are marked by requires_... in the functions.sh shell
+	# library.  Rather than listing these tests, let's list out the
+	# impossible to support features and make them skip.
+	cat <<-EOF >> tests/functions.sh.in || die
+		requires_fuse ()
+		{
+			requires false
+		}
+	EOF
+
+	# Broken under sandbox.
+	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
+	#!/bin/sh
+	:
+	EOF
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable fuse)
+		$(use_enable go golang)
+		$(use_enable ocaml)
+		$(use_enable python)
+		$(use_with gnutls)
+		--with-uri-support
+	)
+
+	export bashcompdir="$(get_bashcompdir)"
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+	use python && python_optimize
+}

diff --git a/sys-libs/libnbd/metadata.xml b/sys-libs/libnbd/metadata.xml
index 5ef40b52a00e..907f610bee5a 100644
--- a/sys-libs/libnbd/metadata.xml
+++ b/sys-libs/libnbd/metadata.xml
@@ -16,5 +16,8 @@
 		<flag name="fuse">
 			Install the <pkg>sys-fs/fuse</pkg> powered nbdfuse.
 		</flag>
+		<flag name="go">
+			Build bindings for <pkg>dev-lang/go</pkg>
+		</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-05-14 18:56 Arsen Arsenović
  0 siblings, 0 replies; 21+ messages in thread
From: Arsen Arsenović @ 2023-05-14 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8cf7fc584ee44b442fb69f4aaaaa3b1d9e3d318d
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 18:53:38 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun May 14 18:54:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf7fc58

sys-libs/libnbd: Fix spelling of --with-libxml2

Closes: https://bugs.gentoo.org/906335
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-libs/libnbd/{libnbd-1.16.1.ebuild => libnbd-1.16.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.16.1.ebuild b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
similarity index 98%
rename from sys-libs/libnbd/libnbd-1.16.1.ebuild
rename to sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
index 279ff95f756a..d37ba42025e1 100644
--- a/sys-libs/libnbd/libnbd-1.16.1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
@@ -64,7 +64,7 @@ src_configure() {
 		$(use_enable ocaml)
 		$(use_enable python)
 		$(use_with gnutls)
-		--with-uri-support
+		--with-libxml2
 	)
 
 	export bashcompdir="$(get_bashcompdir)"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-05-14 19:06 Arsen Arsenović
  0 siblings, 0 replies; 21+ messages in thread
From: Arsen Arsenović @ 2023-05-14 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     436de38e12e9229b93214a0195e44d83b76d7ba9
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 19:02:10 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun May 14 19:03:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436de38e

sys-libs/libnbd: drop unused uri-support IUSE in 1.16.1

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
index d37ba42025e1..625b4a38d242 100644
--- a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="fuse gnutls go ocaml python test uri-support"
+IUSE="fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-05-17  0:14 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-05-17  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d517f7a8790da1d4add67ad18ade6b0e39c2421c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 00:14:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 00:14:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517f7a8

sys-libs/libnbd: Keyword 1.16.1-r1 sparc, #906331

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

 sys-libs/libnbd/libnbd-1.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
index 625b4a38d242..6be886ede4e7 100644
--- a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-11-13 11:00 Arsen Arsenović
  0 siblings, 0 replies; 21+ messages in thread
From: Arsen Arsenović @ 2023-11-13 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd36b8ff84d387ec31c43817c5b5d985cf71759
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 10:43:23 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 10:56:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd36b8f

sys-libs/libnbd: add 1.18.1

Bug: https://bugs.gentoo.org/915353
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-libs/libnbd/Manifest             |  1 +
 sys-libs/libnbd/libnbd-1.18.1.ebuild | 81 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest
index 925593c8b6b4..ee6963a1435b 100644
--- a/sys-libs/libnbd/Manifest
+++ b/sys-libs/libnbd/Manifest
@@ -1,2 +1,3 @@
 DIST libnbd-1.14.1.tar.gz 1257547 BLAKE2B 4c2fc02abc1d069b23fb8cc52b3359f10ebd23f2bc8cb359274a4fc2781413445d64ca1013b3123dff090d359a0e28076aa410220a05b155f95320238d1b99ee SHA512 9d95cf7a66926d00ec9aacfc6d04f2dc885ccfed07c78f1e6693190dd14132d30d6d1ff7d46e46007732a8a20a9fbf648775bc0b3371ad49eff4ce1e44e47209
 DIST libnbd-1.16.1.tar.gz 1379437 BLAKE2B 13020c21663e988d46fb5a048b31c58b0256c7c547fee2b95bde139324043d6102a0a901c98ffa75f88eca38cd0293329c62d6613435b74e65802c083af3c58f SHA512 e840cff964e847015955f0a0dcc7d03899d5e0fb0bdd3f5597ec87169d0b2689213fed72fd3afc84300ec86ed10703e9396599c11750ef10df66cf61853210a5
+DIST libnbd-1.18.1.tar.gz 1482736 BLAKE2B d3f0b2993fa1392df93b0bbc5d63805489ad1a82cf5bcc5eb5c3b5b7e7e6c40095471ab8fc964cc0e5c7a99affa7150f7be38cc16c42f27fc4cdc16bd0ca0359 SHA512 f4262666be55d580550e053355f14f80d352bf869ae7241e9fa032a9b5cd9e027eb89a536871c1206422413fc7ed745da7d612b3e1413f76ec17168705fbf12c

diff --git a/sys-libs/libnbd/libnbd-1.18.1.ebuild b/sys-libs/libnbd/libnbd-1.18.1.ebuild
new file mode 100644
index 000000000000..f76fb66e7ebe
--- /dev/null
+++ b/sys-libs/libnbd/libnbd-1.18.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit bash-completion-r1 python-single-r1
+
+DESCRIPTION="NBD client library in userspace"
+HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
+SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="fuse gnutls go ocaml python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# libxml2 - URI support
+RDEPEND="
+	dev-libs/libxml2
+	fuse? ( sys-fs/fuse:3 )
+	gnutls? ( net-libs/gnutls:= )
+	python? ( ${PYTHON_DEPS} )
+	go? ( dev-lang/go )
+	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		sys-block/nbd[gnutls?]
+		sys-block/nbdkit[gnutls?]
+	)
+"
+BDEPEND="dev-lang/perl"
+
+src_prepare() {
+	default
+
+	# Some tests require impossible to provide features, such as fuse.
+	# These are marked by requires_... in the functions.sh shell
+	# library.  Rather than listing these tests, let's list out the
+	# impossible to support features and make them skip.
+	cat <<-EOF >> tests/functions.sh.in || die
+		requires_fuse ()
+		{
+			requires false
+		}
+	EOF
+
+	# Broken under sandbox.
+	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
+	#!/bin/sh
+	:
+	EOF
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable fuse)
+		$(use_enable go golang)
+		$(use_enable ocaml)
+		$(use_enable python)
+		$(use_with gnutls)
+		--disable-rust # TODO(arsen): security bump takes priority
+		--with-libxml2
+	)
+
+	export bashcompdir="$(get_bashcompdir)"
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+	use python && python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2023-12-02 10:56 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-12-02 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     76e091e59ac5b7bffe383ad38f699f79d91cd71f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:56:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 10:56:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e091e5

sys-libs/libnbd: Keyword 1.18.1 ppc64, #892954

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

 sys-libs/libnbd/libnbd-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.18.1.ebuild b/sys-libs/libnbd/libnbd-1.18.1.ebuild
index f76fb66e7ebe..f113c5cc6050 100644
--- a/sys-libs/libnbd/libnbd-1.18.1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.18.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
 IUSE="fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2024-05-03 21:06 Arsen Arsenović
  0 siblings, 0 replies; 21+ messages in thread
From: Arsen Arsenović @ 2024-05-03 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     360b1b820c825c920d52c32419f4f753059e8d2f
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 09:36:28 2024 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Fri May  3 21:05:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360b1b82

sys-libs/libnbd: enable py3.12

Closes: https://bugs.gentoo.org/929856
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.18.1-r1.ebuild | 81 +++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
new file mode 100644
index 000000000000..accecba8e4d2
--- /dev/null
+++ b/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit bash-completion-r1 python-single-r1
+
+DESCRIPTION="NBD client library in userspace"
+HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
+SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE="fuse gnutls go ocaml python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# libxml2 - URI support
+RDEPEND="
+	dev-libs/libxml2
+	fuse? ( sys-fs/fuse:3 )
+	gnutls? ( net-libs/gnutls:= )
+	python? ( ${PYTHON_DEPS} )
+	go? ( dev-lang/go )
+	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		sys-block/nbd[gnutls?]
+		sys-block/nbdkit[gnutls?]
+	)
+"
+BDEPEND="dev-lang/perl"
+
+src_prepare() {
+	default
+
+	# Some tests require impossible to provide features, such as fuse.
+	# These are marked by requires_... in the functions.sh shell
+	# library.  Rather than listing these tests, let's list out the
+	# impossible to support features and make them skip.
+	cat <<-EOF >> tests/functions.sh.in || die
+		requires_fuse ()
+		{
+			requires false
+		}
+	EOF
+
+	# Broken under sandbox.
+	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
+	#!/bin/sh
+	:
+	EOF
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable fuse)
+		$(use_enable go golang)
+		$(use_enable ocaml)
+		$(use_enable python)
+		$(use_with gnutls)
+		--disable-rust # TODO(arsen): security bump takes priority
+		--with-libxml2
+	)
+
+	export bashcompdir="$(get_bashcompdir)"
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+	use python && python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-01-27 21:27 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-01-27 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     17d79b667f2899fcfd2b4f378befa2cd1b26794f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 21:25:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 21:26:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d79b66

sys-libs/libnbd: remove github upstream metadata

2 years out of date and says people should go to gitlab.

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

 sys-libs/libnbd/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/libnbd/metadata.xml b/sys-libs/libnbd/metadata.xml
index 907f610bee5a..33c320226a94 100644
--- a/sys-libs/libnbd/metadata.xml
+++ b/sys-libs/libnbd/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="gitlab">nbdkit/libnbd</remote-id>
-		<remote-id type="github">libguestfs/libnbd</remote-id>
 	</upstream>
 	<use>
 		<flag name="uri-support">


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-01-27 21:27 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-01-27 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6fb6cdb47f998a2070f7737173d614688ef61884
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 21:26:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 21:26:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb6cdb4

sys-libs/libnbd: Stabilize 1.18.1-r1 amd64, #923169

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

 sys-libs/libnbd/libnbd-1.18.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
index accecba8e4d2..f7da6412c679 100644
--- a/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc64 ~sparc ~x86"
 IUSE="fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-03-26 17:40 Mike Gilbert
  0 siblings, 0 replies; 21+ messages in thread
From: Mike Gilbert @ 2025-03-26 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     04435e7cafa0fe5259adbdf277e1f5286b1d0ee2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 17:36:12 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 17:36:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04435e7c

sys-libs/libnbd: drop 1.14.1, 1.16.1-r1, 1.18.1

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-libs/libnbd/Manifest                |  2 -
 sys-libs/libnbd/libnbd-1.14.1.ebuild    | 64 --------------------------
 sys-libs/libnbd/libnbd-1.16.1-r1.ebuild | 80 --------------------------------
 sys-libs/libnbd/libnbd-1.18.1.ebuild    | 81 ---------------------------------
 4 files changed, 227 deletions(-)

diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest
index ee6963a1435b..c36bf4f22618 100644
--- a/sys-libs/libnbd/Manifest
+++ b/sys-libs/libnbd/Manifest
@@ -1,3 +1 @@
-DIST libnbd-1.14.1.tar.gz 1257547 BLAKE2B 4c2fc02abc1d069b23fb8cc52b3359f10ebd23f2bc8cb359274a4fc2781413445d64ca1013b3123dff090d359a0e28076aa410220a05b155f95320238d1b99ee SHA512 9d95cf7a66926d00ec9aacfc6d04f2dc885ccfed07c78f1e6693190dd14132d30d6d1ff7d46e46007732a8a20a9fbf648775bc0b3371ad49eff4ce1e44e47209
-DIST libnbd-1.16.1.tar.gz 1379437 BLAKE2B 13020c21663e988d46fb5a048b31c58b0256c7c547fee2b95bde139324043d6102a0a901c98ffa75f88eca38cd0293329c62d6613435b74e65802c083af3c58f SHA512 e840cff964e847015955f0a0dcc7d03899d5e0fb0bdd3f5597ec87169d0b2689213fed72fd3afc84300ec86ed10703e9396599c11750ef10df66cf61853210a5
 DIST libnbd-1.18.1.tar.gz 1482736 BLAKE2B d3f0b2993fa1392df93b0bbc5d63805489ad1a82cf5bcc5eb5c3b5b7e7e6c40095471ab8fc964cc0e5c7a99affa7150f7be38cc16c42f27fc4cdc16bd0ca0359 SHA512 f4262666be55d580550e053355f14f80d352bf869ae7241e9fa032a9b5cd9e027eb89a536871c1206422413fc7ed745da7d612b3e1413f76ec17168705fbf12c

diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild
deleted file mode 100644
index 7e6f7e91caf7..000000000000
--- a/sys-libs/libnbd/libnbd-1.14.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="NBD client library in userspace"
-HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
-SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
-IUSE="fuse gnutls uri-support test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	fuse? ( sys-fs/fuse:3 )
-	gnutls? ( net-libs/gnutls:= )
-	uri-support? ( dev-libs/libxml2 )
-"
-DEPEND="
-	${RDEPEND}
-	test? ( sys-block/nbd[gnutls?] )
-"
-BDEPEND="dev-lang/perl"
-
-src_prepare() {
-	default
-
-	# Some tests require impossible to provide features, such as fuse.
-	# These are marked by requires_... in the functions.sh shell
-	# library.  Rather than listing these tests, let's list out the
-	# impossible to support features and make them skip.
-	cat <<-EOF >> tests/functions.sh.in || die
-		requires_fuse ()
-		{
-			requires false
-		}
-	EOF
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable fuse)
-		$(use_with gnutls)
-		$(use_with uri-support libxml2)
-		--disable-ocaml
-		--disable-python
-		--disable-golang
-	)
-
-	export bashcompdir="$(get_bashcompdir)"
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
deleted file mode 100644
index 6be886ede4e7..000000000000
--- a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit bash-completion-r1 python-single-r1
-
-DESCRIPTION="NBD client library in userspace"
-HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
-SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="fuse gnutls go ocaml python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-# libxml2 - URI support
-RDEPEND="
-	dev-libs/libxml2
-	fuse? ( sys-fs/fuse:3 )
-	gnutls? ( net-libs/gnutls:= )
-	python? ( ${PYTHON_DEPS} )
-	go? ( dev-lang/go )
-	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		sys-block/nbd[gnutls?]
-		sys-block/nbdkit[gnutls?]
-	)
-"
-BDEPEND="dev-lang/perl"
-
-src_prepare() {
-	default
-
-	# Some tests require impossible to provide features, such as fuse.
-	# These are marked by requires_... in the functions.sh shell
-	# library.  Rather than listing these tests, let's list out the
-	# impossible to support features and make them skip.
-	cat <<-EOF >> tests/functions.sh.in || die
-		requires_fuse ()
-		{
-			requires false
-		}
-	EOF
-
-	# Broken under sandbox.
-	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
-	#!/bin/sh
-	:
-	EOF
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable fuse)
-		$(use_enable go golang)
-		$(use_enable ocaml)
-		$(use_enable python)
-		$(use_with gnutls)
-		--with-libxml2
-	)
-
-	export bashcompdir="$(get_bashcompdir)"
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-	use python && python_optimize
-}

diff --git a/sys-libs/libnbd/libnbd-1.18.1.ebuild b/sys-libs/libnbd/libnbd-1.18.1.ebuild
deleted file mode 100644
index f113c5cc6050..000000000000
--- a/sys-libs/libnbd/libnbd-1.18.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit bash-completion-r1 python-single-r1
-
-DESCRIPTION="NBD client library in userspace"
-HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
-SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
-IUSE="fuse gnutls go ocaml python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-# libxml2 - URI support
-RDEPEND="
-	dev-libs/libxml2
-	fuse? ( sys-fs/fuse:3 )
-	gnutls? ( net-libs/gnutls:= )
-	python? ( ${PYTHON_DEPS} )
-	go? ( dev-lang/go )
-	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		sys-block/nbd[gnutls?]
-		sys-block/nbdkit[gnutls?]
-	)
-"
-BDEPEND="dev-lang/perl"
-
-src_prepare() {
-	default
-
-	# Some tests require impossible to provide features, such as fuse.
-	# These are marked by requires_... in the functions.sh shell
-	# library.  Rather than listing these tests, let's list out the
-	# impossible to support features and make them skip.
-	cat <<-EOF >> tests/functions.sh.in || die
-		requires_fuse ()
-		{
-			requires false
-		}
-	EOF
-
-	# Broken under sandbox.
-	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
-	#!/bin/sh
-	:
-	EOF
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable fuse)
-		$(use_enable go golang)
-		$(use_enable ocaml)
-		$(use_enable python)
-		$(use_with gnutls)
-		--disable-rust # TODO(arsen): security bump takes priority
-		--with-libxml2
-	)
-
-	export bashcompdir="$(get_bashcompdir)"
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-	use python && python_optimize
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-03-26 17:40 Mike Gilbert
  0 siblings, 0 replies; 21+ messages in thread
From: Mike Gilbert @ 2025-03-26 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d39c923c77137e0577e1f5a5b4905abc73dd023d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 17:40:06 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 17:40:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c923c

sys-libs/libnbd: add slot-operator for sys-fs/fuse

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-libs/libnbd/{libnbd-1.18.1-r1.ebuild => libnbd-1.18.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
similarity index 98%
rename from sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
rename to sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
index f7da6412c679..fb0dce4f9e00 100644
--- a/sys-libs/libnbd/libnbd-1.18.1-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
@@ -21,7 +21,7 @@ RESTRICT="!test? ( test )"
 # libxml2 - URI support
 RDEPEND="
 	dev-libs/libxml2
-	fuse? ( sys-fs/fuse:3 )
+	fuse? ( sys-fs/fuse:3= )
 	gnutls? ( net-libs/gnutls:= )
 	python? ( ${PYTHON_DEPS} )
 	go? ( dev-lang/go )


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-03-27 17:55 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2025-03-27 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d5f21ea29a3660c05f7be71afc55a8775edda75a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 27 17:53:50 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 17:53:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f21ea2

sys-libs/libnbd: fix UnusedLocalUse [QA]

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

 sys-libs/libnbd/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-libs/libnbd/metadata.xml b/sys-libs/libnbd/metadata.xml
index 33c320226a94..67433ebdc158 100644
--- a/sys-libs/libnbd/metadata.xml
+++ b/sys-libs/libnbd/metadata.xml
@@ -9,9 +9,6 @@
 		<remote-id type="gitlab">nbdkit/libnbd</remote-id>
 	</upstream>
 	<use>
-		<flag name="uri-support">
-			Enable nbd:// URI support via <pkg>dev-libs/libxml2</pkg>.
-		</flag>
 		<flag name="fuse">
 			Install the <pkg>sys-fs/fuse</pkg> powered nbdfuse.
 		</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-05-06  1:08 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-05-06  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4cac74178f7afaeeff68817a1d640c98122a1a49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  6 01:07:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  6 01:07:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cac7417

sys-libs/libnbd: fix pkg_setup w/ USE=-python

Closes: https://bugs.gentoo.org/949324
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.18.1-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild b/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
index fb0dce4f9e00..e447834bda42 100644
--- a/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
+++ b/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
@@ -36,6 +36,10 @@ DEPEND="
 "
 BDEPEND="dev-lang/perl"
 
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
 src_prepare() {
 	default
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-05-11 15:33 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-05-11 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     29e76a4d7b5bd60922385a1f5b438bf59752defe
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat May  3 17:08:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 15:30:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e76a4d

sys-libs/libnbd: add dev-libs/libxml2 subslot op for incoming ABI break

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/{libnbd-1.18.1-r2.ebuild => libnbd-1.18.1-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild b/sys-libs/libnbd/libnbd-1.18.1-r3.ebuild
similarity index 98%
rename from sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
rename to sys-libs/libnbd/libnbd-1.18.1-r3.ebuild
index e447834bda42..a58882285ee3 100644
--- a/sys-libs/libnbd/libnbd-1.18.1-r2.ebuild
+++ b/sys-libs/libnbd/libnbd-1.18.1-r3.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
 
 # libxml2 - URI support
 RDEPEND="
-	dev-libs/libxml2
+	dev-libs/libxml2:=
 	fuse? ( sys-fs/fuse:3= )
 	gnutls? ( net-libs/gnutls:= )
 	python? ( ${PYTHON_DEPS} )


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-06-26 20:07 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-06-26 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     599a07abf91629eb977cef1460d1bd2ec5631cde
Author:     Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Mon May 26 22:33:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 20:01:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599a07ab

sys-libs/libnbd: add 1.23.4

Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/40808
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/Manifest             |  3 +-
 sys-libs/libnbd/libnbd-1.23.4.ebuild | 98 ++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/Manifest b/sys-libs/libnbd/Manifest
index e7d55c4fd950..385a1cde3fb1 100644
--- a/sys-libs/libnbd/Manifest
+++ b/sys-libs/libnbd/Manifest
@@ -1,2 +1,3 @@
 DIST libnbd-1.18.1.tar.gz 1482736 BLAKE2B d3f0b2993fa1392df93b0bbc5d63805489ad1a82cf5bcc5eb5c3b5b7e7e6c40095471ab8fc964cc0e5c7a99affa7150f7be38cc16c42f27fc4cdc16bd0ca0359 SHA512 f4262666be55d580550e053355f14f80d352bf869ae7241e9fa032a9b5cd9e027eb89a536871c1206422413fc7ed745da7d612b3e1413f76ec17168705fbf12c
-DIST libnbd-1.22.1.tar.gz 1565817 BLAKE2B f06ab0002b21a2960614fa2f704f007dc90713994c8a9dd8dd769d8ef02a451e45a84c8ed9b59c8d9334ab8c4ba4fa0339afa88bc0b959ea280d1d8fecd07e0a SHA512 3f265ed59020c394c5e1f46c51d0ae7f3e7e54461739da964ac92b5c4c8bc98ea9813b93342e025f5f770b688d16d155d6e74d715beab482a040115df6be5afa
+DIST libnbd-1.22.2.tar.gz 1567641 BLAKE2B 4758cdb2e85f4b82abf95502ab3a7d687df34ff89e74e69066e2f396218004d5e856a24114558b9cf1d843fc47d0f3499657e749e1837d357080eda63793c1e7 SHA512 5ece4cdc41cafefbe27ddaeafc2b6b390b0cf25f38f80c1b10ec2e17ee1dcda92964891faf4abca4c8aa5827c9eec6e0b38162871e8c72b2af8e769287cd603d
+DIST libnbd-1.23.4.tar.gz 1578765 BLAKE2B 5760ef9270c37a3ec8391183951612ea30becd79df6e4fd33719eadf95c823080770f291abe23c02482bfacee7f4f7097baf343c2bbc6ae797a5eb29cb30f51b SHA512 870615431885f6755808a33d287be57ec4b019199daf40a0643d5c6fe4d00d04424a82c55324106f07c96b4004896121654ab545a7c9e05c64728c2fa853f5d4

diff --git a/sys-libs/libnbd/libnbd-1.23.4.ebuild b/sys-libs/libnbd/libnbd-1.23.4.ebuild
new file mode 100644
index 000000000000..1aa213a6484b
--- /dev/null
+++ b/sys-libs/libnbd/libnbd-1.23.4.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+RUST_OPTIONAL=1
+RUST_REQ_USE="rustfmt"
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit autotools bash-completion-r1 python-single-r1 rust
+
+MY_PV_1="$(ver_cut 1-2)"
+MY_PV_2="$(ver_cut 2)"
+[[ $(( ${MY_PV_2} % 2 )) -eq 0 ]] && SD="stable" || SD="development"
+
+DESCRIPTION="NBD client library in userspace"
+HOMEPAGE="https://gitlab.com/nbdkit/libnbd"
+SRC_URI="https://download.libguestfs.org/libnbd/${MY_PV_1}-${SD}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE="examples fuse gnutls go ocaml python rust test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# libxml2 - URI support
+RDEPEND="
+	dev-libs/libxml2
+	examples? (	dev-libs/glib
+			dev-libs/libev )
+	fuse? ( sys-fs/fuse:3 )
+	gnutls? ( net-libs/gnutls:= )
+	go? ( dev-lang/go )
+	ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
+	python? ( ${PYTHON_DEPS} )
+"
+DEPEND="
+	${RDEPEND}
+	test? (	sys-block/nbdkit[gnutls?]
+		net-libs/gnutls:=[tools]
+		ocaml? ( dev-ml/findlib[ocamlopt] )
+)
+"
+BDEPEND="dev-lang/perl
+	rust? ( ${RUST_DEPEND} )"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.22.2-build-Remove-automagic-compiling-of-examples.patch"
+	"${FILESDIR}/${PN}-1.22.2-Makefile.am-Conditionally-compile-some-SUBDIRS.patch"
+	)
+
+pkg_setup() {
+	if use rust; then
+		rust_pkg_setup
+	fi
+	if use python; then
+		python_setup
+	fi
+}
+
+src_prepare() {
+	default
+
+	# Broken under sandbox.
+	cat <<-EOF > lib/test-fork-safe-execvpe.sh || die
+	#!/bin/sh
+	:
+	EOF
+
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable examples)
+		$(use_enable fuse)
+		$(use_enable go golang)
+		$(use_enable ocaml)
+		$(use_enable python)
+		$(use_enable rust)
+		$(use_with gnutls)
+		--disable-ublk # Not in portage
+		--with-libxml2
+	)
+
+	export bashcompdir="$(get_bashcompdir)"
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+	use python && python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-06-28  2:16 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2025-06-28  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     01b03088b7f2a28ce82bb16c5b8966ea0c8184ba
Author:     Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Sat Jun 28 00:29:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 02:14:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b03088

sys-libs/libnbd: Remove rust bindings

Rust doesn't support native system shared libraries so it can't work

Closes: https://bugs.gentoo.org/959135
Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42782
Closes: https://github.com/gentoo/gentoo/pull/42782
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.22.2.ebuild | 14 ++++----------
 sys-libs/libnbd/libnbd-1.23.4.ebuild | 14 ++++----------
 sys-libs/libnbd/metadata.xml         |  3 ---
 3 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/sys-libs/libnbd/libnbd-1.22.2.ebuild b/sys-libs/libnbd/libnbd-1.22.2.ebuild
index 1aa213a6484b..645dd03f5c77 100644
--- a/sys-libs/libnbd/libnbd-1.22.2.ebuild
+++ b/sys-libs/libnbd/libnbd-1.22.2.ebuild
@@ -3,11 +3,9 @@
 
 EAPI=8
 
-RUST_OPTIONAL=1
-RUST_REQ_USE="rustfmt"
 PYTHON_COMPAT=( python3_{10..13} )
 
-inherit autotools bash-completion-r1 python-single-r1 rust
+inherit autotools bash-completion-r1 python-single-r1
 
 MY_PV_1="$(ver_cut 1-2)"
 MY_PV_2="$(ver_cut 2)"
@@ -20,7 +18,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/${MY_PV_1}-${SD}/${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
-IUSE="examples fuse gnutls go ocaml python rust test"
+IUSE="examples fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
@@ -43,8 +41,7 @@ DEPEND="
 		ocaml? ( dev-ml/findlib[ocamlopt] )
 )
 "
-BDEPEND="dev-lang/perl
-	rust? ( ${RUST_DEPEND} )"
+BDEPEND="dev-lang/perl"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.22.2-build-Remove-automagic-compiling-of-examples.patch"
@@ -52,9 +49,6 @@ PATCHES=(
 	)
 
 pkg_setup() {
-	if use rust; then
-		rust_pkg_setup
-	fi
 	if use python; then
 		python_setup
 	fi
@@ -79,8 +73,8 @@ src_configure() {
 		$(use_enable go golang)
 		$(use_enable ocaml)
 		$(use_enable python)
-		$(use_enable rust)
 		$(use_with gnutls)
+		--disable-rust
 		--disable-ublk # Not in portage
 		--with-libxml2
 	)

diff --git a/sys-libs/libnbd/libnbd-1.23.4.ebuild b/sys-libs/libnbd/libnbd-1.23.4.ebuild
index 1aa213a6484b..645dd03f5c77 100644
--- a/sys-libs/libnbd/libnbd-1.23.4.ebuild
+++ b/sys-libs/libnbd/libnbd-1.23.4.ebuild
@@ -3,11 +3,9 @@
 
 EAPI=8
 
-RUST_OPTIONAL=1
-RUST_REQ_USE="rustfmt"
 PYTHON_COMPAT=( python3_{10..13} )
 
-inherit autotools bash-completion-r1 python-single-r1 rust
+inherit autotools bash-completion-r1 python-single-r1
 
 MY_PV_1="$(ver_cut 1-2)"
 MY_PV_2="$(ver_cut 2)"
@@ -20,7 +18,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/${MY_PV_1}-${SD}/${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
-IUSE="examples fuse gnutls go ocaml python rust test"
+IUSE="examples fuse gnutls go ocaml python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
@@ -43,8 +41,7 @@ DEPEND="
 		ocaml? ( dev-ml/findlib[ocamlopt] )
 )
 "
-BDEPEND="dev-lang/perl
-	rust? ( ${RUST_DEPEND} )"
+BDEPEND="dev-lang/perl"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.22.2-build-Remove-automagic-compiling-of-examples.patch"
@@ -52,9 +49,6 @@ PATCHES=(
 	)
 
 pkg_setup() {
-	if use rust; then
-		rust_pkg_setup
-	fi
 	if use python; then
 		python_setup
 	fi
@@ -79,8 +73,8 @@ src_configure() {
 		$(use_enable go golang)
 		$(use_enable ocaml)
 		$(use_enable python)
-		$(use_enable rust)
 		$(use_with gnutls)
+		--disable-rust
 		--disable-ublk # Not in portage
 		--with-libxml2
 	)

diff --git a/sys-libs/libnbd/metadata.xml b/sys-libs/libnbd/metadata.xml
index 7f4fe7c56247..67433ebdc158 100644
--- a/sys-libs/libnbd/metadata.xml
+++ b/sys-libs/libnbd/metadata.xml
@@ -15,8 +15,5 @@
 		<flag name="go">
 			Build bindings for <pkg>dev-lang/go</pkg>
 		</flag>
-		<flag name="rust">
-			Build bindings for <pkg>dev-lang/rust</pkg>
-		</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/
@ 2025-07-24  4:52 Eli Schwartz
  0 siblings, 0 replies; 21+ messages in thread
From: Eli Schwartz @ 2025-07-24  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     586f38b958a06e1ce3507b29f49d95b2213a655e
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 04:41:37 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 04:50:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586f38b9

sys-libs/libnbd: use dot-a.eclass

... to avoid installing broken static libraries w/ LTO.

It's not clear to me whether this library is a duplicate of a shared
library. Ocaml bindings result in several differently named files being
installed.

Closes: https://bugs.gentoo.org/959772
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sys-libs/libnbd/libnbd-1.23.4-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild b/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild
index 6e8c9f365bd0..ff15dfb96f02 100644
--- a/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild
+++ b/sys-libs/libnbd/libnbd-1.23.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..13} )
 
-inherit autotools bash-completion-r1 python-single-r1
+inherit autotools bash-completion-r1 dot-a python-single-r1
 
 MY_PV_1="$(ver_cut 1-2)"
 MY_PV_2="$(ver_cut 2)"
@@ -68,6 +68,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# /usr/lib64/ocaml/nbd/libmlnbd.a
+	# /usr/lib64/ocaml/stublibs/dllmlnbd.so
+	use ocaml && lto-guarantee-fat
+
 	local myeconfargs=(
 		$(use_enable examples)
 		$(use_enable fuse)
@@ -88,6 +92,8 @@ src_configure() {
 src_install() {
 	default
 
+	use ocaml && strip-lto-bytecode
+
 	find "${ED}" -name '*.la' -delete || die
 	use python && python_optimize
 }


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

end of thread, other threads:[~2025-07-24  4:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-28  2:16 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-07-24  4:52 Eli Schwartz
2025-06-26 20:07 Sam James
2025-05-11 15:33 Sam James
2025-05-06  1:08 Sam James
2025-03-27 17:55 Arthur Zamarin
2025-03-26 17:40 Mike Gilbert
2025-03-26 17:40 Mike Gilbert
2025-01-27 21:27 Sam James
2025-01-27 21:27 Sam James
2024-05-03 21:06 Arsen Arsenović
2023-12-02 10:56 Arthur Zamarin
2023-11-13 11:00 Arsen Arsenović
2023-05-17  0:14 Sam James
2023-05-14 19:06 Arsen Arsenović
2023-05-14 18:56 Arsen Arsenović
2023-05-14 16:42 Arsen Arsenović
2023-04-01 16:30 Arthur Zamarin
2023-02-28  1:30 Sam James
2022-12-05 19:00 Arthur Zamarin
2022-12-03 11:06 Sam James

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