From be2c1c92db1be3df23b524663e29bad7e37623dd Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 28 Sep 2019 11:06:11 -0700 Subject: [PATCH] net-libs/rpcsvc-proto: Drop old versions Signed-off-by: Matt Turner --- net-libs/rpcsvc-proto/Manifest | 1 - .../rpcsvc-proto-1.3.1-old-preprocessor.patch | 31 ------------------- .../rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 30 ------------------ 3 files changed, 62 deletions(-) delete mode 100644 net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch delete mode 100644 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest index dc231fa6a219..fa54be5fddd8 100644 --- a/net-libs/rpcsvc-proto/Manifest +++ b/net-libs/rpcsvc-proto/Manifest @@ -1,2 +1 @@ -DIST rpcsvc-proto-1.3.1.tar.gz 59174 BLAKE2B d50d958cfad79142d686ae6312cdaa6044f1322bc794dbc95c1b78d088396c5adda292c83d150f3502df859c23d4e370894283ae210e5fe9aa1d0e8ed05553d0 SHA512 d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34 SHA512 a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415 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 deleted file mode 100644 index 5d77786a7129..000000000000 --- a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch +++ /dev/null @@ -1,31 +0,0 @@ -From ce0ed4f45918f9230db435ee3b733090fa4f9620 Mon Sep 17 00:00:00 2001 -From: Florian Weimer -Date: Tue, 27 Mar 2018 12:08:30 +0200 -Subject: [PATCH] Remove historic _RPC_THREAD_SAFE_ preprocessor conditional - -When the code was imported from glibc, the -D_RPC_THREAD_SAFE_ -build flag was missed. ---- - rpcgen/rpc_main.c | 9 --------- - 1 file changed, 9 deletions(-) - -diff --git a/rpcgen/rpc_main.c b/rpcgen/rpc_main.c -index 94bd818..1b26e52 100644 ---- a/rpcgen/rpc_main.c -+++ b/rpcgen/rpc_main.c -@@ -1346,15 +1346,6 @@ parseargs (int argc, const char *argv[], struct commandline *cmd) - cmd->Scflag = flag['C']; - cmd->makefileflag = flag['M']; - --#ifndef _RPC_THREAD_SAFE_ -- if (mtflag || newstyle) -- { -- /* glibc doesn't support these flags. */ -- f_print (stderr, -- _("This implementation doesn't support newstyle or MT-safe code!\n")); -- return (0); -- } --#endif - if (tirpcflag) - { - pmflag = inetdflag ? 0 : 1; /* pmflag or inetdflag is always TRUE */ 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 deleted file mode 100644 index 8a8003bcc44e..000000000000 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="rpcsvc protocol definitions from glibc" -HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto" -SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1+ BSD" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="!