From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/
Date: Sun, 3 Dec 2017 01:38:06 +0000 (UTC) [thread overview]
Message-ID: <1512265080.4cb11ed6fb51c28451e953d884732c783431ad9b.whissi@gentoo> (raw)
commit: 4cb11ed6fb51c28451e953d884732c783431ad9b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 01:35:38 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 01:38:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb11ed6
sys-block/open-isns: Bump to v0.98
Package-Manager: Portage-2.3.16, Repoman-2.3.6
sys-block/open-isns/Manifest | 1 +
sys-block/open-isns/open-isns-0.98.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sys-block/open-isns/Manifest b/sys-block/open-isns/Manifest
index 769f69f60c5..1956e6a87e0 100644
--- a/sys-block/open-isns/Manifest
+++ b/sys-block/open-isns/Manifest
@@ -1 +1,2 @@
DIST open-isns-0.97.tar.gz 278317 SHA256 c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9 SHA512 78c934162d5a1d093bccd49449d4ef369b896d34309d76b4963d643a699640617c4fe064388c481c35b9be26e012f19713f3aad378af9ad88fa94c3d300e919d WHIRLPOOL b69d99e883bfcc2b4f8c2cd8aeb0b3bc113eb0d7163de0b6d614815d6979de059d3ea8bc709590a211faf7c4cdbeefe823bd6c9bb077889c201f8c044a5bb832
+DIST open-isns-0.98.tar.gz 278410 BLAKE2B f90df85de4d5fd2abdcd267e3c873dff62fcac523ee280e21def057eca366bbba21c2b3bfbf5cc0798b8d0f3b0d5028ebb49000cccc850abdfb85142a7b66c34 SHA512 04263b9ace9d272f4e3776c4e1a034815475590d4b4864217a6200fcd5baea391cd788723db3c17fe0d764efc9769a70a3d2167b00e5998fb4bcb8d5fe2547ed
diff --git a/sys-block/open-isns/open-isns-0.98.ebuild b/sys-block/open-isns/open-isns-0.98.ebuild
new file mode 100644
index 00000000000..a392ec70ea1
--- /dev/null
+++ b/sys-block/open-isns/open-isns-0.98.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="iSNS server and client for Linux"
+HOMEPAGE="https://github.com/open-iscsi/open-isns"
+SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug slp ssl static"
+
+DEPEND="
+ ssl? ( dev-libs/openssl:= )
+ slp? ( net-libs/openslp )"
+RDEPEND="${DEPEND}"
+
+PATCHES=()
+
+src_configure() {
+ use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI
+ append-lfs-flags
+ econf $(use_with slp) \
+ $(use_with ssl security) \
+ $(use_enable !static shared)
+}
+
+src_install() {
+ default
+ emake DESTDIR="${D}" install_hdrs
+ emake DESTDIR="${D}" install_lib
+}
next reply other threads:[~2017-12-03 1:38 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-03 1:38 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 9:45 [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/ Sam James
2025-04-23 15:58 Sam James
2025-04-23 8:59 Arthur Zamarin
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-03-08 1:37 Sam James
2023-04-29 8:48 Sam James
2023-04-23 22:34 Sam James
2023-04-23 21:12 Jakov Smolić
2023-04-23 20:32 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:10 Sam James
2023-04-23 19:53 Sam James
2023-03-23 8:59 Sam James
2022-04-07 20:58 Jakov Smolić
2021-09-04 17:35 David Seifert
2021-08-13 21:54 Sam James
2021-08-11 0:24 Sam James
2021-08-11 0:12 Sam James
2021-08-11 0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-05-02 16:12 Mikle Kolyada
2021-03-26 18:36 Sam James
2021-03-15 12:32 Lars Wendler
2021-02-10 22:21 Thomas Deutschmann
2020-08-13 3:09 Matthew Thode
2019-05-06 12:54 Lars Wendler
2018-04-23 0:24 Aaron Bauman
2018-04-04 22:26 Sergei Trofimovich
2018-03-23 0:02 Sergei Trofimovich
2018-03-18 23:19 Sergei Trofimovich
2018-02-20 8:18 Sergei Trofimovich
2017-07-30 8:36 Michał Górny
2017-06-19 18:12 Alexis Ballier
2017-01-02 18:50 Matt Thode
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=1512265080.4cb11ed6fb51c28451e953d884732c783431ad9b.whissi@gentoo \
--to=whissi@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