From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DD38138335 for ; Tue, 25 Sep 2018 08:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0524BE0960; Tue, 25 Sep 2018 08:06:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBE46E0960 for ; Tue, 25 Sep 2018 08:06:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39DEE335C7F for ; Tue, 25 Sep 2018 08:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583E53F2 for ; Tue, 25 Sep 2018 08:06:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1537862777.a5866943d09d09ee5b6561d5e2f44c8bb0e80afb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ntirpc/Manifest net-libs/ntirpc/ntirpc-1.7.0.ebuild X-VCS-Directories: net-libs/ntirpc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a5866943d09d09ee5b6561d5e2f44c8bb0e80afb X-VCS-Branch: master Date: Tue, 25 Sep 2018 08:06:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a4c9c14-a9c8-4c4d-be35-fc7bca1e6ca2 X-Archives-Hash: 786a172f47d416a5bddaf4b9c3a068e9 commit: a5866943d09d09ee5b6561d5e2f44c8bb0e80afb Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 25 08:05:57 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 25 08:06:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5866943 net-libs/ntirpc: Bump to version 1.7.0 Package-Manager: Portage-2.3.50, Repoman-2.3.11 net-libs/ntirpc/Manifest | 1 + net-libs/ntirpc/ntirpc-1.7.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest index c8e476b8921..a8116621fa1 100644 --- a/net-libs/ntirpc/Manifest +++ b/net-libs/ntirpc/Manifest @@ -1 +1,2 @@ DIST ntirpc-1.6.1.tar.gz 397485 BLAKE2B 2dcc4c3a14eff55b4db52f297b65a48d5dff46ef4b1659912c65ca9104958cca02d542bb3b72f2ce63993414c5d53bb9716b1b1d4ce4b335735ee99da77f3770 SHA512 d176fbe71f1f66e5ee477c1ec2722b77742d36d67856eb4029f1b01474b08349171779a9943c0039d2a30e05debc9ab389d92ea137eabb4d7737fc91e47b0b24 +DIST ntirpc-1.7.0.tar.gz 373195 BLAKE2B 5cfb6c16d1fa3569d37a6b8f51990dd18e713aaaf0f6e6309c36fb8b0bdb6fa0dfcfa81f0e9e185c18dac5b6d422bd9d1b796b245b3dfa519b0f53300ce5c725 SHA512 84fdf62b8a72bcf1b90854536df3c1e3f06c58858d7a2403ee6c085f8585a5d389921a2feb9e0f27ef238dea3a36a9c94b66ea582f290168a8ed21405a452723 diff --git a/net-libs/ntirpc/ntirpc-1.7.0.ebuild b/net-libs/ntirpc/ntirpc-1.7.0.ebuild new file mode 100644 index 00000000000..07720adb249 --- /dev/null +++ b/net-libs/ntirpc/ntirpc-1.7.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# 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 +}