From 2f6caac6019e3182486965f7f09baed7e93e1be9 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 11 Jun 2017 08:41:26 +0000 Subject: The New Plan ebuild branch has old ebuilds. profiles dir still has CFLAGS. Everything else is removed or modified for changing of upstream to Alpine. --- .../files/librpc-20151104-fix-throw-decls.patch | 27 ---------------------- sys-libs/librpc/files/librpc-20151104-perror.patch | 11 --------- .../librpc/files/librpc-20151104-sys-types.patch | 14 ----------- 3 files changed, 52 deletions(-) delete mode 100644 sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch delete mode 100644 sys-libs/librpc/files/librpc-20151104-perror.patch delete mode 100644 sys-libs/librpc/files/librpc-20151104-sys-types.patch (limited to 'sys-libs/librpc/files') diff --git a/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch b/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch deleted file mode 100644 index fb97933ff..000000000 --- a/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- librpc-uclibc-a921e3d/rpc/compat.h.old 2015-11-04 19:33:16.000000000 +0100 -+++ librpc-uclibc-a921e3d/rpc/compat.h 2016-08-30 10:01:17.226733271 +0100 -@@ -4,6 +4,24 @@ - #define _XOPEN_SOURCE - #define _GNU_SOURCE - -+#if !defined(__THROW) -+# if defined(__cplusplus) -+# define __THROW throw() -+# else -+# define __THROW -+# endif -+#endif -+ -+#if !defined(__BEGIN_DECLS) && !defined(__END_DECLS) -+# if defined(__cplusplus) -+# define __BEGIN_DECLS extern "C" { -+# define __END_DECLS } -+# else -+# define __BEGIN_DECLS -+# define __END_DECLS -+# endif -+#endif -+ - #include - #include - diff --git a/sys-libs/librpc/files/librpc-20151104-perror.patch b/sys-libs/librpc/files/librpc-20151104-perror.patch deleted file mode 100644 index c5f0fc2c0..000000000 --- a/sys-libs/librpc/files/librpc-20151104-perror.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- librpc-uclibc-a921e3d/clnt_perror.c.old 2015-11-04 19:33:16.000000000 +0100 -+++ librpc-uclibc-a921e3d/clnt_perror.c 2016-08-30 10:11:16.410813772 +0100 -@@ -428,7 +428,7 @@ - } - - --static void __attribute_used__ -+static void __attribute__((used)) - free_mem (void) - { - free (buf); diff --git a/sys-libs/librpc/files/librpc-20151104-sys-types.patch b/sys-libs/librpc/files/librpc-20151104-sys-types.patch deleted file mode 100644 index 197f5e0e6..000000000 --- a/sys-libs/librpc/files/librpc-20151104-sys-types.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- librpc-uclibc-a921e3d/rpc/types.h.old 2015-11-04 19:33:16.000000000 +0100 -+++ librpc-uclibc-a921e3d/rpc/types.h 2016-08-30 10:08:22.426289916 +0100 -@@ -79,6 +79,11 @@ - #include - #endif - -+#if !defined(__GLIBC__) && !defined(__UCLIBC__) -+typedef gid_t __gid_t; -+typedef uid_t __uid_t; -+#endif -+ - #include - #include - -- cgit v1.2.3-60-g2f50