From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiscsi/
Date: Mon, 7 Oct 2024 12:58:26 +0000 (UTC) [thread overview]
Message-ID: <1728305774.8f49ba73db7230533df1ff9086049726f22a4156.juippis@gentoo> (raw)
commit: 8f49ba73db7230533df1ff9086049726f22a4156
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Sep 5 18:28:20 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 12:56:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f49ba73
net-libs/libiscsi: add 1.20.0
https://bugs.gentoo.org/936975 persists
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38460
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-libs/libiscsi/Manifest | 1 +
net-libs/libiscsi/libiscsi-1.20.0.ebuild | 73 ++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
diff --git a/net-libs/libiscsi/Manifest b/net-libs/libiscsi/Manifest
index f5cd486396a8..642d8967544e 100644
--- a/net-libs/libiscsi/Manifest
+++ b/net-libs/libiscsi/Manifest
@@ -1 +1,2 @@
DIST libiscsi-1.19.0_p20230208.tar.gz 293283 BLAKE2B 8dafcdd87d66c8addea8734af264b1ce70ec7cbb7925becf1946b616821a94a0d22ed9a903f5f24c03d9b647353fc76a708cafed0f6482199a45cb628c143fff SHA512 d6416833b4e1352e91d869ae753fdc01968e303d5ce7de52f27692ce7f8d7ca4f648931d54f0ebfa1323f8b43531bfc81771ea0468af4dc9ad53df02c8bad55f
+DIST libiscsi-1.20.0.tar.gz 302381 BLAKE2B 36d2d80ff51ece0a5577e43f3bfefa7160e2a6a9d026ad5587b64f87dc8c96957cd89251229ae7cab00236e1276c1dae5413b7b9192ce1cf3219c2629f542442 SHA512 f614f701671da1b1e7beda052886eb2d6a965482a5b7ae656cb6b5449a387d89302397fb8b6e3579307f98274d66b13d8b2a5d423826683185e5df0d9417d737
diff --git a/net-libs/libiscsi/libiscsi-1.20.0.ebuild b/net-libs/libiscsi/libiscsi-1.20.0.ebuild
new file mode 100644
index 000000000000..0c4f828655c5
--- /dev/null
+++ b/net-libs/libiscsi/libiscsi-1.20.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+if [[ ${PV} == *9999 ]]; then
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
+ inherit git-r3
+else
+ if [[ ${PV} == *_p* ]]; then
+ # The S path is too long for the test suite otherwise.
+ inherit vcs-snapshot
+
+ MY_COMMIT=""
+ SRC_URI="https://github.com/sahlberg/libiscsi/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ else
+ SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ fi
+
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="iscsi client library and utilities"
+HOMEPAGE="https://github.com/sahlberg/libiscsi"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+IUSE="rdma test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/libgcrypt:=
+ rdma? ( sys-cluster/rdma-core )
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-util/cunit )
+"
+BDEPEND="test? ( >=sys-block/tgt-1.0.58 )"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.19.0_p20230208-fix-rdma-automagic.patch
+)
+
+src_prepare() {
+ default
+
+ # bug #906063
+ rm tests/test_0600_ipv6.sh || die
+
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --enable-manpages
+ --disable-werror
+ $(use_with rdma)
+ $(use_enable test tests)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_test() {
+ emake -C tests test
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-10-07 12:58 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 12:58 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 11:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/libiscsi/ Petr Vaněk
2024-11-23 14:33 Sam James
2024-11-23 14:33 Sam James
2024-11-23 14:20 Michał Górny
2024-11-23 14:20 Michał Górny
2023-12-08 17:15 Arthur Zamarin
2023-12-08 17:10 Sam James
2023-12-08 17:10 Sam James
2023-12-08 17:10 Sam James
2023-06-12 6:01 Arthur Zamarin
2023-06-03 6:02 WANG Xuerui
2023-05-11 7:15 Jakov Smolić
2023-05-10 16:08 Sam James
2023-05-10 16:08 Sam James
2023-05-10 12:19 Sam James
2023-05-10 11:50 Sam James
2023-05-10 11:29 Sam James
2022-12-04 9:23 WANG Xuerui
2022-02-15 9:24 Jakov Smolić
2021-12-31 3:42 Yixun Lan
2021-05-18 20:40 Ulrich Müller
2021-05-18 20:05 Ulrich Müller
2021-05-18 17:16 Sam James
2021-03-29 7:38 Sergei Trofimovich
2021-01-07 10:08 David Seifert
2020-11-07 3:49 Georgy Yakovlev
2020-08-19 22:40 Sam James
2018-03-17 9:24 Pacho Ramos
2017-12-10 0:28 Sergei Trofimovich
2017-07-01 9:17 Sergei Trofimovich
2017-04-05 10:04 Michael Weber
2017-04-05 9:51 Michael Weber
2017-04-05 9:02 Michael Weber
2017-03-29 2:53 Richard Yao
2016-12-13 19:07 David Seifert
2016-06-07 13:22 Tobias Klausmann
2016-06-07 13:10 Tobias Klausmann
2016-02-11 13:29 Justin Lecher
2016-02-11 13:29 Justin Lecher
2016-02-06 8:07 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728305774.8f49ba73db7230533df1ff9086049726f22a4156.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox