public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/
Date: Sun, 25 Feb 2018 23:30:05 +0000 (UTC)	[thread overview]
Message-ID: <1519601382.15f5b932e915280dd97a24f266947446d7088af0.whissi@gentoo> (raw)

commit:     15f5b932e915280dd97a24f266947446d7088af0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 23:19:48 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 23:29:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5b932

net-libs/ntirpc: Bump to v1.6.1

Ebuild changes:
===============
- New upstream.

- Added missing dependency on net-libs/libnsl. [Bug 647040]

- Fixed "rdma" USE flag usage (USE_RPC_RDMA had a typo).

Closes: https://bugs.gentoo.org/647040
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/ntirpc/Manifest            |  1 +
 net-libs/ntirpc/ntirpc-1.6.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest
index e09806e6706..737c2dc2546 100644
--- a/net-libs/ntirpc/Manifest
+++ b/net-libs/ntirpc/Manifest
@@ -1,3 +1,4 @@
 DIST ntirpc-1.4.1.tar.gz 446025 BLAKE2B 07966a9411b7919b14c318b5427c0f69b151a42c1e2137902bae9287be76dd681270b9e7baae415f4ce9acfda1007af490a6dabbd996dda0c6e7286278ea9418 SHA512 49a27dbd68b3e292437392acf2c010cc968b4d29b82b6e1a84e6c81a0c3979d3b38338212b391294b543ccd321073a33b16d7231ab68d797ead414d1b919137c
 DIST ntirpc-1.5.2.tar.gz 433706 BLAKE2B ea531472f418d66fc1f530236eddef4c92ac1092150c68f19764af41e9b10e016b38073b98dc7b4a4991542977aa63b3b4330604ea5866f304fe41ac2fd85d12 SHA512 5bbc48ab5bf2aba7e4c473a6faf586c1aef27a2009bf92082495456c436c707dfdcfc5e16a56c3e31ba3fb68afc3d2d47e8d27ed03be5c0be44e22e24a0cb68e
 DIST ntirpc-1.5.3.tar.gz 434096 BLAKE2B c39eaa48e4a9e648a8ce6c34e749f766bee0b9235747138a3d7535b9e07eb2dee5e85076b0dfc30907a931d8145c014938d40e65cb142ae3256eaf408b410bd2 SHA512 bc879e5cb9c16bf76b173f09fac50475ed7616837a625abd433175610cc16399abba2294a8657aadc71d4f45b4b53c97414a77bd52b1f81df3dd990407957363
+DIST ntirpc-1.6.1.tar.gz 397485 BLAKE2B 2dcc4c3a14eff55b4db52f297b65a48d5dff46ef4b1659912c65ca9104958cca02d542bb3b72f2ce63993414c5d53bb9716b1b1d4ce4b335735ee99da77f3770 SHA512 d176fbe71f1f66e5ee477c1ec2722b77742d36d67856eb4029f1b01474b08349171779a9943c0039d2a30e05debc9ab389d92ea137eabb4d7737fc91e47b0b24

diff --git a/net-libs/ntirpc/ntirpc-1.6.1.ebuild b/net-libs/ntirpc/ntirpc-1.6.1.ebuild
new file mode 100644
index 00000000000..c78565d8363
--- /dev/null
+++ b/net-libs/ntirpc/ntirpc-1.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-multilib
+
+DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
+HOMEPAGE="https://github.com/nfs-ganesha/ntirpc"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gssapi rdma"
+
+# Since the GSS option only controls some extra files to be enabled,
+# there's nothing to list in the depend string for it.
+RDEPEND="app-crypt/mit-krb5
+	net-libs/libnsl
+	rdma? ( sys-fabric/librdmacm )"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		-DUSE_GSS="$(usex gssapi)"
+		-DUSE_RPC_RDMA="$(usex rdma)"
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2018-02-25 23:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 23:30 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29  2:10 [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/ Sam James
2023-08-28 12:41 David Seifert
2023-03-23  9:08 Sam James
2022-12-24  9:16 Andreas Sturmlechner
2022-11-24  5:00 Sam James
2022-01-24  8:42 David Seifert
2022-01-14 17:36 Jakov Smolić
2022-01-04 10:30 Lars Wendler
2020-12-28 10:49 Lars Wendler
2020-12-28 10:49 Lars Wendler
2020-08-13 18:33 Mike Gilbert
2020-08-06 18:35 Lars Wendler
2020-08-06 18:35 Lars Wendler
2020-03-09 12:52 Lars Wendler
2019-12-16 12:15 Lars Wendler
2019-12-16  9:47 Michał Górny
2019-12-13 11:04 Lars Wendler
2019-06-12 12:40 Lars Wendler
2019-06-12 12:40 Lars Wendler
2018-10-26 13:10 Lars Wendler
2018-09-25  8:06 Lars Wendler
2017-09-13 21:58 Lars Wendler
2017-08-14 13:36 Lars Wendler

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=1519601382.15f5b932e915280dd97a24f266947446d7088af0.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