diff options
author | David Seifert <soap@gentoo.org> | 2021-05-15 00:12:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-15 00:12:34 +0200 |
commit | b3f1d2c3a40e040fa2cbd9e5ae3d5cd1c4bf92eb (patch) | |
tree | 802d7cbbb8de1798c6e8aeee966f466f606b50f7 /net-libs | |
parent | net-libs/libnftnl: drop 1.1.7, 1.1.8 (diff) | |
download | gentoo-b3f1d2c3a40e040fa2cbd9e5ae3d5cd1c4bf92eb.tar.gz gentoo-b3f1d2c3a40e040fa2cbd9e5ae3d5cd1c4bf92eb.tar.bz2 gentoo-b3f1d2c3a40e040fa2cbd9e5ae3d5cd1c4bf92eb.zip |
net-libs/ntirpc: drop 3.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ntirpc/Manifest | 1 | ||||
-rw-r--r-- | net-libs/ntirpc/ntirpc-3.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest index d5ab7fb1e907..a777910ea00d 100644 --- a/net-libs/ntirpc/Manifest +++ b/net-libs/ntirpc/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/net-libs/ntirpc/ntirpc-3.3.ebuild deleted file mode 100644 index 6e63e824706b..000000000000 --- a/net-libs/ntirpc/ntirpc-3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -} |