public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/
Date: Mon, 28 Dec 2020 10:49:24 +0000 (UTC)	[thread overview]
Message-ID: <1609152561.e8237c52407a2e50c5e2d67d1acea4dd278f65d1.polynomial-c@gentoo> (raw)

commit:     e8237c52407a2e50c5e2d67d1acea4dd278f65d1
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 10:48:40 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 10:49:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8237c52

net-libs/ntirpc: Bump to version 3.4

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/ntirpc/Manifest          |  1 +
 net-libs/ntirpc/ntirpc-3.4.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest
index 3e4a27e107e..82d5208808e 100644
--- a/net-libs/ntirpc/Manifest
+++ b/net-libs/ntirpc/Manifest
@@ -2,3 +2,4 @@ DIST ntirpc-1.7.4.tar.gz 373897 BLAKE2B 7354c5d6114947c8d66dcbc4fb933ab38237dd70
 DIST ntirpc-1.8.1.tar.gz 375019 BLAKE2B 3c774dbb762759f920e4159aaf5e4942c13837413bf72ab17298298a15278bc92332f8835701e0895f252596c21ba0d750c5f7f8afcf9104b8118745208fb1ec SHA512 a20749afb6d1f6216d6f5b6c9c29f6d988064d9cda8d3bfd855e62ba0ef88c7b47026d79c77be815c21eb91af0fcc6566af85df2401b5cef20c7ddfa5c5525b1
 DIST ntirpc-3.2.tar.gz 386961 BLAKE2B 920917b7ec08e2d4147785e1753596f035de684ffd92fb55fdf553bb4e19160e40fb829bd867d5a3a43f36568f731f71c31f135b6fe07fea2a6088f27ee3c6ff SHA512 8e9b5b3e607e28c4033c5986dbbc248d0edfeda6138b3ff51cc0760dccfb1cf4a14ff6bbec4330421b1175c3b1b04a34a43f314c97be2758fe0331b775f86021
 DIST ntirpc-3.3.tar.gz 387212 BLAKE2B ee656510cadaa041b4ea389710f667021e07697744dd60ce71f4e856ed91339cc5373bba771ba6bcc09d86e32502339bce7fb1c7e8ae411ec38ebade87cdb735 SHA512 c5586be51960c682f719dc0aae21846cb1af6bab10c1d3b946570508947d281f776595e2f0d12edddd9d0289e737fc2fb823ed5060dba6b6e5c6b01f28c84cde
+DIST ntirpc-3.4.tar.gz 387376 BLAKE2B db4d0fd22f1ea46da6e40a613848f9fd396bd85cf01968f5ab976627ab787e8d1bc2a57a8bb87f2ffcaf63b8e59c6ea41145ed9ccafc66d4ba420a15c9a78901 SHA512 913bc9f3208ddb667a7fab6e06585ba15ac3dd1979a15846f49114f54a270c2174a00afc3009d6158851aed779046743dd1ea704227122079164c07b394c01ad

diff --git a/net-libs/ntirpc/ntirpc-3.4.ebuild b/net-libs/ntirpc/ntirpc-3.4.ebuild
new file mode 100644
index 00000000000..6e63e824706
--- /dev/null
+++ b/net-libs/ntirpc/ntirpc-3.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
+HOMEPAGE="https://github.com/nfs-ganesha/ntirpc"
+SRC_URI="https://github.com/nfs-ganesha/ntirpc/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="
+	dev-libs/userspace-rcu
+	rdma? ( sys-fabric/librdmacm )
+"
+DEPEND="
+	${RDEPEND}
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_GSS="$(usex gssapi)"
+		-DUSE_RPC_RDMA="$(usex rdma)"
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2020-12-28 10:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 10:49 Lars Wendler [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-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
2018-02-25 23:30 Thomas Deutschmann
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=1609152561.e8237c52407a2e50c5e2d67d1acea4dd278f65d1.polynomial-c@gentoo \
    --to=polynomial-c@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