Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/, net-libs/rpcsvc-proto/files/
Date: Sat, 28 Sep 2019 18:27:32
Message-Id: 1569695232.be2c1c92db1be3df23b524663e29bad7e37623dd.mattst88@gentoo
1 commit: be2c1c92db1be3df23b524663e29bad7e37623dd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 18:06:11 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 18:27:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c1c92
7
8 net-libs/rpcsvc-proto: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/rpcsvc-proto/Manifest | 1 -
13 .../rpcsvc-proto-1.3.1-old-preprocessor.patch | 31 ----------------------
14 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 30 ---------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
18 index dc231fa6a21..fa54be5fddd 100644
19 --- a/net-libs/rpcsvc-proto/Manifest
20 +++ b/net-libs/rpcsvc-proto/Manifest
21 @@ -1,2 +1 @@
22 -DIST rpcsvc-proto-1.3.1.tar.gz 59174 BLAKE2B d50d958cfad79142d686ae6312cdaa6044f1322bc794dbc95c1b78d088396c5adda292c83d150f3502df859c23d4e370894283ae210e5fe9aa1d0e8ed05553d0 SHA512 d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea
23 DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34 SHA512 a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415
24
25 diff --git a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch
26 deleted file mode 100644
27 index 5d77786a712..00000000000
28 --- a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -From ce0ed4f45918f9230db435ee3b733090fa4f9620 Mon Sep 17 00:00:00 2001
32 -From: Florian Weimer <fweimer@××××××.com>
33 -Date: Tue, 27 Mar 2018 12:08:30 +0200
34 -Subject: [PATCH] Remove historic _RPC_THREAD_SAFE_ preprocessor conditional
35 -
36 -When the code was imported from glibc, the -D_RPC_THREAD_SAFE_
37 -build flag was missed.
38 ----
39 - rpcgen/rpc_main.c | 9 ---------
40 - 1 file changed, 9 deletions(-)
41 -
42 -diff --git a/rpcgen/rpc_main.c b/rpcgen/rpc_main.c
43 -index 94bd818..1b26e52 100644
44 ---- a/rpcgen/rpc_main.c
45 -+++ b/rpcgen/rpc_main.c
46 -@@ -1346,15 +1346,6 @@ parseargs (int argc, const char *argv[], struct commandline *cmd)
47 - cmd->Scflag = flag['C'];
48 - cmd->makefileflag = flag['M'];
49 -
50 --#ifndef _RPC_THREAD_SAFE_
51 -- if (mtflag || newstyle)
52 -- {
53 -- /* glibc doesn't support these flags. */
54 -- f_print (stderr,
55 -- _("This implementation doesn't support newstyle or MT-safe code!\n"));
56 -- return (0);
57 -- }
58 --#endif
59 - if (tirpcflag)
60 - {
61 - pmflag = inetdflag ? 0 : 1; /* pmflag or inetdflag is always TRUE */
62
63 diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
64 deleted file mode 100644
65 index 8a8003bcc44..00000000000
66 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -inherit autotools
75 -
76 -DESCRIPTION="rpcsvc protocol definitions from glibc"
77 -HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
78 -SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -SLOT="0"
81 -LICENSE="LGPL-2.1+ BSD"
82 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
83 -IUSE=""
84 -
85 -RDEPEND="!<sys-libs/glibc-2.26"
86 -
87 -src_prepare(){
88 - default
89 - eapply "${FILESDIR}"/${P}-old-preprocessor.patch #650852
90 - eautoreconf
91 -}
92 -
93 -src_install(){
94 - default
95 -
96 - # provided by sys-fs/quota[rpc]
97 - rm "${ED%/}"/usr/include/rpcsvc/rquota.{x,h} || die
98 -}