public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiscsi/
Date: Tue, 18 May 2021 20:40:18 +0000 (UTC)	[thread overview]
Message-ID: <1621370410.0c6e55a42ccd46d50978a7578da4ccbd067c3672.ulm@gentoo> (raw)

commit:     0c6e55a42ccd46d50978a7578da4ccbd067c3672
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 20:39:05 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 18 20:40:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6e55a4

Revert "Revert "net-libs/libiscsi: Don't build ld_iscsi code""

This reverts commit f4ad028f1127130b0756df902b673eb10648439a.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-libs/libiscsi/Manifest               | 1 +
 net-libs/libiscsi/libiscsi-1.19.0.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/libiscsi/Manifest b/net-libs/libiscsi/Manifest
index 81e3d2d600d..62c299d99f6 100644
--- a/net-libs/libiscsi/Manifest
+++ b/net-libs/libiscsi/Manifest
@@ -1,2 +1,3 @@
 DIST libiscsi-1.18.0.tar.gz 271603 BLAKE2B 9e059d57ce231ba1699927c54ee7d7bda69274c6361fc0870e8a46eb032d46a5029080eab8061f2e1d06b41f0e98606aeb2444d3deb6da2a188dd6882196512c SHA512 9869fd86f8ba237d71256b16d0f94ef69fb67fac315bb7a596c4d8d6ed3abba710edf9b5f5a27f5777f7b5d2feb33c09764c27a4e6c56e38dd2566836cffe36e
+DIST libiscsi-1.19.0-remove-ld-iscsi.patch.bz2 6104 BLAKE2B 611202ca0ec046caf5cbd1adaeafb42a7d7d00fcea51e61df6c251576ea276cfe9a2168a9c3f1d4c7aa585d7ff9e90a95d8da03d86ceee2971a84c2bce8d7a5c SHA512 e826883b50e04c6dc3340b51d7b3d3f3fc2bb91cf4e5c13367341449d5a57618d5918946416994f6acbf3e13ab38bafe435fb9ad4542d5e3bb1dfb08f202adf4
 DIST libiscsi-1.19.0.tar.gz 284969 BLAKE2B 4e5dc37ba3393076dfc0ed8df0cf969771b16deeeffaf0b65741d1466103bf32b45c22566a6ccb43a5f8740a7681b78f8374ef041a96a59ac1b67ee7fc781cf3 SHA512 2c0e70b7ecf66204524e57edf557a014b5141a8819e5d663b6e50cb2e756fd634ae1db0b1ca6915444d80a9babd54a82619bdd98726d16d4eeaf7b3c89cf3d53

diff --git a/net-libs/libiscsi/libiscsi-1.19.0.ebuild b/net-libs/libiscsi/libiscsi-1.19.0.ebuild
index ac0e12e20dd..bbf7c504a2c 100644
--- a/net-libs/libiscsi/libiscsi-1.19.0.ebuild
+++ b/net-libs/libiscsi/libiscsi-1.19.0.ebuild
@@ -10,14 +10,15 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-remove-ld-iscsi.patch.bz2"
 	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi"
 
-SLOT="0"
 LICENSE="GPL-2 LGPL-2"
+SLOT="0"
 
 RDEPEND="dev-libs/libgcrypt:0="
 DEPEND="${RDEPEND}"
@@ -26,6 +27,7 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-1.18.0-fno-common.patch
 	"${FILESDIR}"/${PN}-1.18.0-fno-common-2.patch
 	"${FILESDIR}"/${PN}-1.18.0-fno-common-3.patch
+	"${WORKDIR}"/${P}-remove-ld-iscsi.patch
 )
 
 src_prepare() {
@@ -43,5 +45,4 @@ src_configure() {
 src_install() {
 	default
 	find "${ED}" -name '*.la' -delete || die
-	rm "${ED}"/usr/bin/ld_iscsi.so || die
 }


             reply	other threads:[~2021-05-18 20:40 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 20:40 Ulrich Müller [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
2024-10-07 12:58 Joonas Niilola
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: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=1621370410.0c6e55a42ccd46d50978a7578da4ccbd067c3672.ulm@gentoo \
    --to=ulm@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