Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/
Date: Mon, 28 Dec 2020 10:49:28
Message-Id: 1609152562.4d1700dbe9c306dae885ab8a9b356f8d329dc764.polynomial-c@gentoo
1 commit: 4d1700dbe9c306dae885ab8a9b356f8d329dc764
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 10:49:08 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 10:49:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1700db
7
8 net-libs/ntirpc: Removed old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/ntirpc/Manifest | 3 ---
14 net-libs/ntirpc/ntirpc-1.7.4.ebuild | 30 ------------------------------
15 net-libs/ntirpc/ntirpc-1.8.1.ebuild | 29 -----------------------------
16 net-libs/ntirpc/ntirpc-3.2.ebuild | 35 -----------------------------------
17 4 files changed, 97 deletions(-)
18
19 diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest
20 index 82d5208808e..d5ab7fb1e90 100644
21 --- a/net-libs/ntirpc/Manifest
22 +++ b/net-libs/ntirpc/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST ntirpc-1.7.4.tar.gz 373897 BLAKE2B 7354c5d6114947c8d66dcbc4fb933ab38237dd70eeb318278a658946fa4ec354bcaf7e90ac210f39f76b6d8e60f865c0c63ecbf7cbd8ee1e8defa0d7622cfb51 SHA512 076d789edc3fdf0ddb75437196b72b1aef78780d579ae4db0bcc116a1a92ac861fc77e1611070f2d3df003bfec7883ab20653a3c2f2255c685aaed8e7c22ce0f
25 -DIST ntirpc-1.8.1.tar.gz 375019 BLAKE2B 3c774dbb762759f920e4159aaf5e4942c13837413bf72ab17298298a15278bc92332f8835701e0895f252596c21ba0d750c5f7f8afcf9104b8118745208fb1ec SHA512 a20749afb6d1f6216d6f5b6c9c29f6d988064d9cda8d3bfd855e62ba0ef88c7b47026d79c77be815c21eb91af0fcc6566af85df2401b5cef20c7ddfa5c5525b1
26 -DIST ntirpc-3.2.tar.gz 386961 BLAKE2B 920917b7ec08e2d4147785e1753596f035de684ffd92fb55fdf553bb4e19160e40fb829bd867d5a3a43f36568f731f71c31f135b6fe07fea2a6088f27ee3c6ff SHA512 8e9b5b3e607e28c4033c5986dbbc248d0edfeda6138b3ff51cc0760dccfb1cf4a14ff6bbec4330421b1175c3b1b04a34a43f314c97be2758fe0331b775f86021
27 DIST ntirpc-3.3.tar.gz 387212 BLAKE2B ee656510cadaa041b4ea389710f667021e07697744dd60ce71f4e856ed91339cc5373bba771ba6bcc09d86e32502339bce7fb1c7e8ae411ec38ebade87cdb735 SHA512 c5586be51960c682f719dc0aae21846cb1af6bab10c1d3b946570508947d281f776595e2f0d12edddd9d0289e737fc2fb823ed5060dba6b6e5c6b01f28c84cde
28 DIST ntirpc-3.4.tar.gz 387376 BLAKE2B db4d0fd22f1ea46da6e40a613848f9fd396bd85cf01968f5ab976627ab787e8d1bc2a57a8bb87f2ffcaf63b8e59c6ea41145ed9ccafc66d4ba420a15c9a78901 SHA512 913bc9f3208ddb667a7fab6e06585ba15ac3dd1979a15846f49114f54a270c2174a00afc3009d6158851aed779046743dd1ea704227122079164c07b394c01ad
29
30 diff --git a/net-libs/ntirpc/ntirpc-1.7.4.ebuild b/net-libs/ntirpc/ntirpc-1.7.4.ebuild
31 deleted file mode 100644
32 index bded25ea259..00000000000
33 --- a/net-libs/ntirpc/ntirpc-1.7.4.ebuild
34 +++ /dev/null
35 @@ -1,30 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit cmake
42 -
43 -DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
44 -HOMEPAGE="https://github.com/nfs-ganesha/ntirpc"
45 -SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="gssapi rdma"
51 -
52 -# Since the GSS option only controls some extra files to be enabled,
53 -# there's nothing to list in the depend string for it.
54 -RDEPEND="app-crypt/mit-krb5
55 - net-libs/libnsl
56 - rdma? ( sys-fabric/librdmacm )"
57 -DEPEND="${RDEPEND}"
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - -DUSE_GSS="$(usex gssapi)"
62 - -DUSE_RPC_RDMA="$(usex rdma)"
63 - )
64 - cmake_src_configure
65 -}
66
67 diff --git a/net-libs/ntirpc/ntirpc-1.8.1.ebuild b/net-libs/ntirpc/ntirpc-1.8.1.ebuild
68 deleted file mode 100644
69 index 7ec7709e46d..00000000000
70 --- a/net-libs/ntirpc/ntirpc-1.8.1.ebuild
71 +++ /dev/null
72 @@ -1,29 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -inherit cmake
79 -
80 -DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
81 -HOMEPAGE="https://github.com/nfs-ganesha/ntirpc"
82 -SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE="gssapi rdma"
88 -
89 -# Since the GSS option only controls some extra files to be enabled,
90 -# there's nothing to list in the depend string for it.
91 -RDEPEND="dev-libs/userspace-rcu
92 - rdma? ( sys-fabric/librdmacm )"
93 -DEPEND="${RDEPEND}"
94 -
95 -src_configure() {
96 - local mycmakeargs=(
97 - -DUSE_GSS="$(usex gssapi)"
98 - -DUSE_RPC_RDMA="$(usex rdma)"
99 - )
100 - cmake_src_configure
101 -}
102
103 diff --git a/net-libs/ntirpc/ntirpc-3.2.ebuild b/net-libs/ntirpc/ntirpc-3.2.ebuild
104 deleted file mode 100644
105 index 7027d1cf5ed..00000000000
106 --- a/net-libs/ntirpc/ntirpc-3.2.ebuild
107 +++ /dev/null
108 @@ -1,35 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -inherit cmake
115 -
116 -DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
117 -HOMEPAGE="https://github.com/nfs-ganesha/ntirpc"
118 -SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
119 -
120 -LICENSE="BSD"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE="gssapi rdma"
124 -
125 -# Since the GSS option only controls some extra files to be enabled,
126 -# there's nothing to list in the depend string for it.
127 -RDEPEND="
128 - app-crypt/mit-krb5
129 - dev-libs/userspace-rcu
130 - net-libs/libnsl
131 - rdma? ( sys-fabric/librdmacm )
132 -"
133 -DEPEND="
134 - ${RDEPEND}
135 -"
136 -
137 -src_configure() {
138 - local mycmakeargs=(
139 - -DUSE_GSS="$(usex gssapi)"
140 - -DUSE_RPC_RDMA="$(usex rdma)"
141 - )
142 - cmake_src_configure
143 -}