[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/files/

2023-08-29 Thread Conrad Kostecki
commit: 6224cc9e8fc46385e18d62bd1c5fa96801e13d18
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Aug 28 19:48:12 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 29 07:48:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224cc9e

net-libs/rpcsvc-proto: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32498
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/rpcsvc-proto-1.4.3-lfs64.patch   | 70 --
 1 file changed, 70 deletions(-)

diff --git a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch 
b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch
deleted file mode 100644
index 8d45fac6151b..
--- a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From 
https://github.com/thkukuk/rpcsvc-proto/commit/2527c37f956aa38408e251587556a6c8389af319.patch
 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sun, 11 Dec 2022 21:42:59 -0800
-Subject: [PATCH] Use AC_SYS_LARGEFILE macro to control largefile support
-
-The autoconf macro AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS=64
-where necessary to ensure that off_t and all interfaces using off_t
-are 64bit, even on 32bit systems.
-
-replace stat64 by equivalent stat struct/func
-
-Signed-off-by: Khem Raj 
 a/configure.ac
-+++ b/configure.ac
-@@ -8,6 +8,7 @@ AC_PREFIX_DEFAULT(/usr)
- AC_SUBST(PACKAGE)
- AC_SUBST(VERSION)
- 
-+AC_SYS_LARGEFILE
- AC_PROG_CC
- AC_GNU_SOURCE
- AM_PROG_CC_C_O
 a/rpcgen/rpc_main.c
-+++ b/rpcgen/rpc_main.c
-@@ -62,12 +62,6 @@
- #define EXTEND1   /* alias for TRUE */
- #define DONT_EXTEND   0   /* alias for FALSE */
- 
--#ifdef __APPLE__
--# if __DARWIN_ONLY_64_BIT_INO_T
--#  define stat64 stat
--# endif
--#endif
--
- struct commandline
-   {
- int cflag;/* xdr C routines */
-@@ -337,9 +331,9 @@ clear_args (void)
- static void
- find_cpp (void)
- {
--  struct stat64 buf;
-+  struct stat buf;
- 
--  if (stat64 (CPP, &buf) == 0)
-+  if (stat (CPP, &buf) == 0)
- return;
- 
-   if (cppDefined) /* user specified cpp but it does not exist */
-@@ -1125,17 +1119,17 @@ putarg (int whereto, const char *cp)
- static void
- checkfiles (const char *infile, const char *outfile)
- {
--  struct stat64 buf;
-+  struct stat buf;
- 
-   if (infile) /* infile ! = NULL */
--if (stat64 (infile, &buf) < 0)
-+if (stat (infile, &buf) < 0)
-   {
-   perror (infile);
-   crash ();
-   }
-   if (outfile)
- {
--  if (stat64 (outfile, &buf) < 0)
-+  if (stat (outfile, &buf) < 0)
-   return; /* file does not exist */
-   else
-   {



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-08-25 Thread Andreas K. Hüttel
commit: 5776df302b9e43ba4dd26cbfa4c6279b1a1c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Aug 25 16:59:38 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug 25 17:01:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5776df30

net-libs/rpcsvc-proto: drop 1.4.3-r1, 1.4.3-r2

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 net-libs/rpcsvc-proto/Manifest |  1 -
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild | 41 --
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 50 --
 3 files changed, 92 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index ef23798ce3be..2141468596b2 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,2 +1 @@
-DIST rpcsvc-proto-1.4.3.tar.xz 167964 BLAKE2B 
dc15392fd68b76ffa92c08039076aed293834b047ebea4a418dc767ea13e3a04b19e5108ebda808dfa4356ca426db610847758d69b23cc66981eb4ea844eb218
 SHA512 
e46ba9ccdd6c520128bf3a154db90742f288a4d593b094a630141cdc5aeb834ffebf9b0eb6d5d0aad9faef3c445c75e2355cbc3e1382b50d29f4d2799441c6e9
 DIST rpcsvc-proto-1.4.4.tar.xz 168648 BLAKE2B 
2cba39b0307d773133306c4222e43cc44d4189bb125f993634b2a5e7679e5f5b4d28b05b95db6e694d316b4fdd182cf91c2a01ed1c519a3ca7ced5ebf5da3d10
 SHA512 
0138ac8fb2d8de3cb56f661bd1b6435fa0a35d3bd12c5cb7081c9ae1701e3620f47fe3dd002263db456655b61316749768e9a1a44325a1a6a542beae364a0393

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
deleted file mode 100644
index 480e738d5930..
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="rpcsvc protocol definitions from glibc"
-HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
-SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="!/dev/null; then
-   cpp=${x}
-   break
-   fi
-   done
-   [[ -n ${cpp} ]] || die "Unable to find cpp"
-   sed -i -e "s/CPP = \"cpp\";/CPP = \"${cpp}\";/" rpcgen/rpc_main.c || die
-}
-
-src_install() {
-   default
-
-   # provided by sys-fs/quota[rpc]
-   rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
-}

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
deleted file mode 100644
index 6c79cd5a8ace..
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="rpcsvc protocol definitions from glibc"
-HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
-SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="!/dev/null; then
-   cpp=${x}
-   break
-   fi
-   done
-   [[ -n ${cpp} ]] || die "Unable to find cpp"
-   sed -i -e "s/CPP = \"cpp\";/CPP = \"${cpp}\";/" rpcgen/rpc_main.c || die
-}
-
-src_install() {
-   default
-
-   # provided by sys-fs/quota[rpc]
-   rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: fe1eadf4fc39a3b040ff958f3a6778f72f3588ad
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:29:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:29:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1eadf4

net-libs/rpcsvc-proto: Stabilize 1.4.4 x86, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 2b38cf7dd299..a8c26ec4e97e 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: 9df8c151cb5ee7d6bc31d1c4ddcc4f84ebe22a32
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df8c151

net-libs/rpcsvc-proto: Stabilize 1.4.4 hppa, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 2b6cce5d4af7..2b38cf7dd299 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: eecd544aa4aac85158ef3fffcf084f0528febda1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecd544a

net-libs/rpcsvc-proto: Stabilize 1.4.4 arm64, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index c404ed6d7c89..7563ac178ed6 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: 2325a4c6bae254baf9a7eb50450b0f45c36c9362
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2325a4c6

net-libs/rpcsvc-proto: Stabilize 1.4.4 ppc, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 7563ac178ed6..491eee6d774d 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: 40b0238d147a6c7c1a2b99c6d40107aafc9c5058
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b0238d

net-libs/rpcsvc-proto: Stabilize 1.4.4 sparc, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 491eee6d774d..2b6cce5d4af7 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: 3a819ea3fa1d596676c8984c2af4adcfb9d67845
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a819ea3

net-libs/rpcsvc-proto: Stabilize 1.4.4 arm, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 08939da41efd..78a6ea7cb1be 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: bd81a0507d91a0faa8f0366d9f55ceb23480c0d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd81a050

net-libs/rpcsvc-proto: Stabilize 1.4.4 ppc64, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index d1cd463c1ad5..08939da41efd 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-10 Thread Sam James
commit: e73f0a6b8883bc73c209fcd7431193f6ab2e1c81
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 19:25:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 19:25:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73f0a6b

net-libs/rpcsvc-proto: Stabilize 1.4.4 amd64, #908260

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
index 78a6ea7cb1be..c404ed6d7c89 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Arthur Zamarin
commit: 5d6183bbdd5d44a486c552fae5c801f7dbc72bfa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 17:43:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 17:43:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6183bb

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 amd64, #908117

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 0d85b7b57e41..3325c015d3b1 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Arthur Zamarin
commit: 0c7fb51cd3f09822eec6c57330fd397a47219ad1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 15:33:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 15:33:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7fb51c

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 hppa, #908117

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 17f53ff9c0a9..0d85b7b57e41 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Sam James
commit: 1d1dacdefd477ef09189f5ebd13ce1005e678f03
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 14:16:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 14:16:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1dacde

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 x86, #908117

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 4af94447f1c1..31bbb2d69068 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Sam James
commit: 36d91158ea2478898e9e588db8884c888d32928a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 14:16:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 14:16:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d91158

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 arm64, #908117

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 31bbb2d69068..17f53ff9c0a9 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Sam James
commit: b7d54ad84aa0cb0f4da7fa04772cbe2f431796bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 13:47:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 13:47:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d54ad8

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 ppc64, #908117

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 83f173155f27..4af94447f1c1 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Sam James
commit: eab84e23b9208b0a1ec8e853a970fd828d2bb867
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 13:47:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 13:47:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab84e23

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 arm, #908117

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index a13764aa5d4c..83f173155f27 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-06-09 Thread Arthur Zamarin
commit: a2925b3157324c40f5643e8bffcca768931987f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 13:38:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 13:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2925b31

net-libs/rpcsvc-proto: Stabilize 1.4.3-r2 sparc, #908117

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
index 5905665d8edf..a13764aa5d4c 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2023-05-10 Thread Sam James
commit: 146d7abc157943375069faef5ebbee1b634241ce
Author: Sam James  gentoo  org>
AuthorDate: Wed May 10 19:29:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 10 19:29:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146d7abc

net-libs/rpcsvc-proto: add 1.4.4

Bug: https://bugs.gentoo.org/905985
Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/Manifest  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 47966d531423..ef23798ce3be 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
 DIST rpcsvc-proto-1.4.3.tar.xz 167964 BLAKE2B 
dc15392fd68b76ffa92c08039076aed293834b047ebea4a418dc767ea13e3a04b19e5108ebda808dfa4356ca426db610847758d69b23cc66981eb4ea844eb218
 SHA512 
e46ba9ccdd6c520128bf3a154db90742f288a4d593b094a630141cdc5aeb834ffebf9b0eb6d5d0aad9faef3c445c75e2355cbc3e1382b50d29f4d2799441c6e9
+DIST rpcsvc-proto-1.4.4.tar.xz 168648 BLAKE2B 
2cba39b0307d773133306c4222e43cc44d4189bb125f993634b2a5e7679e5f5b4d28b05b95db6e694d316b4fdd182cf91c2a01ed1c519a3ca7ced5ebf5da3d10
 SHA512 
0138ac8fb2d8de3cb56f661bd1b6435fa0a35d3bd12c5cb7081c9ae1701e3620f47fe3dd002263db456655b61316749768e9a1a44325a1a6a542beae364a0393

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
new file mode 100644
index ..d1cd463c1ad5
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
+SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   !/dev/null; then
+   cpp=${x}
+   break
+   fi
+   done
+   [[ -n ${cpp} ]] || die "Unable to find cpp"
+   sed -i -e "s/CPP = \"cpp\";/CPP = \"${cpp}\";/" rpcgen/rpc_main.c || die
+}
+
+src_install() {
+   default
+
+   # provided by sys-fs/quota[rpc]
+   rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/, net-libs/rpcsvc-proto/files/

2023-05-09 Thread Sam James
commit: 9e5eb81267aa903a742d9e63e5fee668a0b0cbdb
Author: Ian Jordan  gmail  com>
AuthorDate: Tue May  9 20:04:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  9 20:49:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5eb812

net-libs/rpcsvc-proto: LFS64 shim fix

The autoconf macro AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS=64
where necessary to ensure that off_t and all interfaces using off_t
are 64bit, even on 32bit systems.

Replace stat64 by equivalent stat struct/func.

Closes: https://bugs.gentoo.org/905985
Signed-off-by: Ian Jordan  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30960
Signed-off-by: Sam James  gentoo.org>

 .../files/rpcsvc-proto-1.4.3-lfs64.patch   | 70 ++
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild | 50 
 2 files changed, 120 insertions(+)

diff --git a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch 
b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch
new file mode 100644
index ..8d45fac6151b
--- /dev/null
+++ b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4.3-lfs64.patch
@@ -0,0 +1,70 @@
+From 
https://github.com/thkukuk/rpcsvc-proto/commit/2527c37f956aa38408e251587556a6c8389af319.patch
 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Sun, 11 Dec 2022 21:42:59 -0800
+Subject: [PATCH] Use AC_SYS_LARGEFILE macro to control largefile support
+
+The autoconf macro AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS=64
+where necessary to ensure that off_t and all interfaces using off_t
+are 64bit, even on 32bit systems.
+
+replace stat64 by equivalent stat struct/func
+
+Signed-off-by: Khem Raj 
+--- a/configure.ac
 b/configure.ac
+@@ -8,6 +8,7 @@ AC_PREFIX_DEFAULT(/usr)
+ AC_SUBST(PACKAGE)
+ AC_SUBST(VERSION)
+ 
++AC_SYS_LARGEFILE
+ AC_PROG_CC
+ AC_GNU_SOURCE
+ AM_PROG_CC_C_O
+--- a/rpcgen/rpc_main.c
 b/rpcgen/rpc_main.c
+@@ -62,12 +62,6 @@
+ #define EXTEND1   /* alias for TRUE */
+ #define DONT_EXTEND   0   /* alias for FALSE */
+ 
+-#ifdef __APPLE__
+-# if __DARWIN_ONLY_64_BIT_INO_T
+-#  define stat64 stat
+-# endif
+-#endif
+-
+ struct commandline
+   {
+ int cflag;/* xdr C routines */
+@@ -337,9 +331,9 @@ clear_args (void)
+ static void
+ find_cpp (void)
+ {
+-  struct stat64 buf;
++  struct stat buf;
+ 
+-  if (stat64 (CPP, &buf) == 0)
++  if (stat (CPP, &buf) == 0)
+ return;
+ 
+   if (cppDefined) /* user specified cpp but it does not exist */
+@@ -1125,17 +1119,17 @@ putarg (int whereto, const char *cp)
+ static void
+ checkfiles (const char *infile, const char *outfile)
+ {
+-  struct stat64 buf;
++  struct stat buf;
+ 
+   if (infile) /* infile ! = NULL */
+-if (stat64 (infile, &buf) < 0)
++if (stat (infile, &buf) < 0)
+   {
+   perror (infile);
+   crash ();
+   }
+   if (outfile)
+ {
+-  if (stat64 (outfile, &buf) < 0)
++  if (stat (outfile, &buf) < 0)
+   return; /* file does not exist */
+   else
+   {

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
new file mode 100644
index ..5905665d8edf
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
+SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="!/dev/null; then
+   cpp=${x}
+   break
+   fi
+   done
+   [[ -n ${cpp} ]] || die "Unable to find cpp"
+   sed -i -e "s/CPP = \"cpp\";/CPP = \"${cpp}\";/" rpcgen/rpc_main.c || die
+}
+
+src_install() {
+   default
+
+   # provided by sys-fs/quota[rpc]
+   rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-09-14 Thread Mike Gilbert
commit: 71c382f745b42db23de0e3a1e3adb3ba9d4cda3c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 14 23:50:07 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 14 23:53:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c382f7

net-libs/rpcsvc-proto: search for a valid 'cpp' command

Closes: https://bugs.gentoo.org/870061
Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
index f7687c8b7eca..480e738d5930 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-inherit toolchain-funcs
-
 DESCRIPTION="rpcsvc protocol definitions from glibc"
 HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
@@ -21,9 +19,18 @@ BDEPEND="sys-devel/gettext"
 src_prepare() {
default
 
-   # Use ${CHOST}-cpp, not 'cpp': bug #718138
-   # Ideally we should use @CPP@ but rpcgen makes it hard to use 
'${CHOST}-gcc -E'
-   sed -i -s "s/CPP = \"cpp\";/CPP = \"$(tc-getPROG CPP cpp)\";/" 
rpcgen/rpc_main.c || die
+   # Search for a valid 'cpp' command.
+   # The CPP envvar might contain '${CC} -E', which does not work for 
rpcgen.
+   # Bug 718138, 870031, 870061.
+   local x cpp=
+   for x in {${CHOST}-,}{,clang-}cpp; do
+   if type -P "${x}" >/dev/null; then
+   cpp=${x}
+   break
+   fi
+   done
+   [[ -n ${cpp} ]] || die "Unable to find cpp"
+   sed -i -e "s/CPP = \"cpp\";/CPP = \"${cpp}\";/" rpcgen/rpc_main.c || die
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-09-13 Thread Sam James
commit: b00ca1b5fec97e1e8bb837ca7c1ca34a32fb1ddc
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 14 00:13:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 14 00:13:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00ca1b5

net-libs/rpcsvc-proto: fix cpp call

Bug: https://bugs.gentoo.org/718138
Closes: https://bugs.gentoo.org/870031
Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
index 68a3bdb3e02f..f7687c8b7eca 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="rpcsvc protocol definitions from glibc"
 HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
@@ -21,7 +23,7 @@ src_prepare() {
 
# Use ${CHOST}-cpp, not 'cpp': bug #718138
# Ideally we should use @CPP@ but rpcgen makes it hard to use 
'${CHOST}-gcc -E'
-   sed -i -s "s/CPP = \"cpp\";/CPP = \"${CHOST}-cpp\";/" rpcgen/rpc_main.c 
|| die
+   sed -i -s "s/CPP = \"cpp\";/CPP = \"$(tc-getPROG CPP cpp)\";/" 
rpcgen/rpc_main.c || die
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-07-10 Thread Sam James
commit: 7af284a734bfd2728a073a1d1ce4c44ba476eff7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 07:50:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 07:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af284a7

net-libs/rpcsvc-proto: EAPI 8

Signed-off-by: Sam James  gentoo.org>

 .../{rpcsvc-proto-0.ebuild => rpcsvc-proto-0-r1.ebuild}| 7 +++
 .../{rpcsvc-proto-1.4.3.ebuild => rpcsvc-proto-1.4.3-r1.ebuild}| 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild
similarity index 89%
rename from net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
rename to net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild
index 865a87574ece..95113756b22c 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="rpcsvc protocol definitions from glibc"
 HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";
 
 # Fake version to help portage upgrading.
 
-SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
+SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 DEPEND="elibc_glibc? ( sys-libs/glibc[rpc(-)] )"
 RDEPEND="${DEPEND}"

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
similarity index 99%
rename from net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
rename to net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
index 01335e46d021..68a3bdb3e02f 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="rpcsvc protocol definitions from glibc"
 HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto";



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-05-19 Thread WANG Xuerui
commit: b121b77425615585b1f7e3ebb3b00d4185c120ec
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 19 07:11:55 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 19 07:17:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b121b774

net-libs/rpcsvc-proto: keyword 1.4.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index 8e12ead6b244..01335e46d021 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.t
 
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-04-12 Thread Sam James
commit: eaf3dd1988bb8800e0d2e92d3547f79739bb5f50
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 12 10:43:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 12 10:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf3dd19

net-libs/rpcsvc-proto: migrate to xz (official release)

Smaller tarballs.

Previously using github-generated tarball.

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/Manifest  | 2 +-
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 8cea904cb10d..99fb5522f984 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,2 +1,2 @@
 DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B 
e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0
 SHA512 
6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a
-DIST rpcsvc-proto-1.4.3.tar.gz 62786 BLAKE2B 
9f5cd14b2839c9be654bd237d4b8803536127217a684f21146efc94346c7163010bd30fd9a77e2a5ef3cf69655f3c88de99b8497c863968f02081099f174c115
 SHA512 
44afac7626147b7c4166bdd90556172bd5d7655f5837245985db7af3cc610de00e215c84ac6b6a0dd6d0a65d062dc19dab4d1cec0ef45818a7ff709df513
+DIST rpcsvc-proto-1.4.3.tar.xz 167964 BLAKE2B 
dc15392fd68b76ffa92c08039076aed293834b047ebea4a418dc767ea13e3a04b19e5108ebda808dfa4356ca426db610847758d69b23cc66981eb4ea844eb218
 SHA512 
e46ba9ccdd6c520128bf3a154db90742f288a4d593b094a630141cdc5aeb834ffebf9b0eb6d5d0aad9faef3c445c75e2355cbc3e1382b50d29f4d2799441c6e9

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index 50068f37e350..8e12ead6b244 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -3,14 +3,12 @@
 
 EAPI=7
 
-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"
+SRC_URI="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PV}/${P}.tar.xz";
 
-SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
+SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-23 Thread Arthur Zamarin
commit: 8e095dbb0cddd8aef070cf9c1c34abb250fa9908
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 23 20:00:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 23 20:00:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e095dbb

net-libs/rpcsvc-proto: Stabilize 1.4.3 hppa, #833645

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index 491ddb71bc07..50068f37e350 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-19 Thread Arthur Zamarin
commit: bc56d479c64ff791cd8ddc86de7ecedaf35fd700
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 09:28:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 09:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc56d479

net-libs/rpcsvc-proto: Stabilize 1.4.3 arm, #833645

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index b20e91429f26..491ddb71bc07 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-19 Thread Arthur Zamarin
commit: 1016f8ca5b6c3d8001d510acb4238f5652156e2f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 09:20:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 09:20:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1016f8ca

net-libs/rpcsvc-proto: Stabilize 1.4.3 arm64, #833645

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index c6e40c85f660..b20e91429f26 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-18 Thread Sam James
commit: 104057bbf1c0b0959c4d720eb6a42af48c86417e
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:58:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:58:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104057bb

net-libs/rpcsvc-proto: Stabilize 1.4.3 sparc, #833645

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index 0ef07ae96d51..c6e40c85f660 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-18 Thread Sam James
commit: faebce3129bd51beab2180a2276f67f7453c87b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:32:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:32:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faebce31

net-libs/rpcsvc-proto: Stabilize 1.4.3 ppc, #833645

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index ec677e1ed711..0ef07ae96d51 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-18 Thread Sam James
commit: 0d2ca95ac74d8b8dfc6b3b4be33e080a5d71e0ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:25:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:25:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2ca95a

net-libs/rpcsvc-proto: Stabilize 1.4.3 x86, #833645

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index c843f136f084..6c32d793dfc2 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-02-18 Thread Sam James
commit: b37c66afedd028aef70777d54ce4e6f542011254
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:21:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:21:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37c66af

net-libs/rpcsvc-proto: Stabilize 1.4.3 amd64, #833645

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
index 0ce9e567204a..c843f136f084 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2022-01-07 Thread Sam James
commit: d9e7b988a5955df1417fa549635da4a7b0554e87
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  7 13:44:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  7 13:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e7b988

net-libs/rpcsvc-proto: add 1.4.3

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/Manifest  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index e0324f8e649c..8cea904cb10d 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
 DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B 
e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0
 SHA512 
6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a
+DIST rpcsvc-proto-1.4.3.tar.gz 62786 BLAKE2B 
9f5cd14b2839c9be654bd237d4b8803536127217a684f21146efc94346c7163010bd30fd9a77e2a5ef3cf69655f3c88de99b8497c863968f02081099f174c115
 SHA512 
44afac7626147b7c4166bdd90556172bd5d7655f5837245985db7af3cc610de00e215c84ac6b6a0dd6d0a65d062dc19dab4d1cec0ef45818a7ff709df513

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
new file mode 100644
index ..0ce9e567204a
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-09-12 Thread Sergei Trofimovich
commit: 199ebc424ac32b50da895885f639beab3a2022b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 09:00:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 09:00:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199ebc42

net-libs/rpcsvc-proto: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/Manifest |  1 -
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index f85b701b110..e0324f8e649 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,2 +1 @@
-DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 
4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb
 SHA512 
a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
 DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B 
e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0
 SHA512 
6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
deleted file mode 100644
index a07ee40040e..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv s390 
sparc x86"
-IUSE=""
-
-# sys-devel/gettext is only for libintl detection macros.
-DEPEND="sys-devel/gettext"
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-30 Thread Sam James
commit: d4a8caa8bf12a0b1feaf9173015c3ee5273324af
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:31:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:32:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a8caa8

net-libs/rpcsvc-proto: Stabilize 1.4.2 ppc, #736551

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index 1da47c6a5bb..d85094fa3c3 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-11 Thread Sergei Trofimovich
commit: a6e7aaa6ba636634afbe3e94ce4c0c3705e4b40c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Aug 11 18:48:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 11 19:10:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7aaa6

net-libs/rpcsvc-proto: stable 1.4.2 for hppa, bug #736551

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index 09cd119200e..1da47c6a5bb 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-11 Thread Sam James
commit: 620a6d557f7d5416002f7b49d156b4a1e5e10cc0
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 17:43:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 17:43:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a6d55

net-libs/rpcsvc-proto: Stabilize 1.4.2 arm64, #736551

Signed-off-by: Sam James  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index d65ac9bf1da..09cd119200e 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-11 Thread Agostino Sarubbo
commit: b0d342c074472ea6c814a0be41a381d629b01381
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 11 14:22:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 11 14:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d342c0

net-libs/rpcsvc-proto: x86 stable wrt bug #736551

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index 80d44f8e488..d65ac9bf1da 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-11 Thread Agostino Sarubbo
commit: 19d5d4b0d73d100955f1347107c31edcd9b01caf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 11 14:13:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 11 14:13:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d5d4b0

net-libs/rpcsvc-proto: s390 stable wrt bug #736551

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index c32be782c2a..80d44f8e488 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-10 Thread Sergei Trofimovich
commit: dbd10bdb308417d606088316745f9573ec1053f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 12:42:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 18:04:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd10bdb

net-libs/rpcsvc-proto: stable 1.4.2 for sparc, bug #736551

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index ced2ffb3f26..c32be782c2a 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-10 Thread Agostino Sarubbo
commit: 82379192610fbb7a0989552b5b9206c8048237d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82379192

net-libs/rpcsvc-proto: amd64 stable wrt bug #736551

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index 7ffb66420f6..ced2ffb3f26 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-08-10 Thread Agostino Sarubbo
commit: 4d578c4a6421daf1af118e90bd92c45b29479094
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 09:30:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 09:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d578c4a

net-libs/rpcsvc-proto: arm stable wrt bug #736551

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index d7df5d09a44..7ffb66420f6 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-07-01 Thread Sergei Trofimovich
commit: 81db8780b3933a9e282ada2effe9efb7963926d1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  1 21:33:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  1 21:33:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db8780

net-libs/rpcsvc-proto: bump up to 1.4.2

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/Manifest  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 8680cd917c8..f85b701b110 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
 DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 
4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb
 SHA512 
a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
+DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B 
e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0
 SHA512 
6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
new file mode 100644
index 000..d7df5d09a44
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-06-28 Thread Sergei Trofimovich
commit: 9a0f8838d44b478fd4c05f1794257c3679662a99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:33:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0f8838

net-libs/rpcsvc-proto: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 34 -
 1 file changed, 34 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
deleted file mode 100644
index 6898da16fe7..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv s390 
sparc x86"
-IUSE=""
-
-# sys-devel/gettext is only for libintl detection macros.
-DEPEND="sys-devel/gettext"
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-06-06 Thread Mart Raudsepp
commit: a6dcaf16769513c2fdd6d0f85f4c20c7c9c1fd0c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun  6 14:41:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun  6 19:30:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6dcaf16

net-libs/rpcsvc-proto: arm64 stable (bug #725002)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index 9e60b7f9d8f..a07ee40040e 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-28 Thread Agostino Sarubbo
commit: d96c923df101080480b1cc9281e4a9bb29785daf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 28 15:45:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 28 15:45:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96c923d

net-libs/rpcsvc-proto: x86 stable wrt bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index b48aec6a36d..9e60b7f9d8f 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-28 Thread Agostino Sarubbo
commit: cad98e9dbf4f2b4beffbbef0b449cef819a21415
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 28 15:39:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 28 15:39:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad98e9d

net-libs/rpcsvc-proto: arm stable wrt bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index 446e137c9c1..b48aec6a36d 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-28 Thread Agostino Sarubbo
commit: ca5eff0e604b6d91747d9f9cf025201795abd9f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 28 12:31:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 28 12:31:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5eff0e

net-libs/rpcsvc-proto: s390 stable wrt bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index 52bee195aac..446e137c9c1 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-26 Thread Sergei Trofimovich
commit: 78df94c276ac0b23a5a90be9ff380b6b6a4fac05
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 27 06:02:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 27 06:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78df94c2

net-libs/rpcsvc-proto: stable 1.4.1-r1 for hppa, bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index 0df7553716a..52bee195aac 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-25 Thread Sergei Trofimovich
commit: 79ced9e2bb2c375421dce576c7680d88d906d747
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 25 17:14:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 21:33:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ced9e2

net-libs/rpcsvc-proto: stable 1.4.1-r1 for sparc, bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index e3e95fe99f6..0df7553716a 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-25 Thread Mikle Kolyada
commit: 5ff98b59075a078705bf9a8e031830cf24603a0d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:25:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:25:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff98b59

net-libs/rpcsvc-proto: amd64 stable wrt bug #725002

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index d5601d716da..e3e95fe99f6 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-25 Thread Sergei Trofimovich
commit: 043c6e16b2b141cef9e902492d2491ce8fd43459
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 25 09:33:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 09:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043c6e16

net-libs/rpcsvc-proto: stable 1.4.1-r1 for ppc, bug #725002

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index 48f09063a29..d5601d716da 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-25 Thread Sergei Trofimovich
commit: 730bf6b220fa734ad30d930d02f70bc73e03219f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 25 09:26:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 09:26:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730bf6b2

net-libs/rpcsvc-proto: stable 1.4.1-r1 for ppc64, bug #725002

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index d7df5d09a44..48f09063a29 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/files/

2020-05-21 Thread Sergei Trofimovich
commit: 64cd87f5a8fe6e37c9195fa58c487b1e452ab9b9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed May 20 15:34:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 21 08:22:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cd87f5

net-libs/rpcsvc-proto: remove unused patch(es)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/rpcsvc-proto-1.4-external-libintl.patch  | 47 --
 1 file changed, 47 deletions(-)

diff --git 
a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch 
b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch
deleted file mode 100644
index a5088735bbb..000
--- a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 2527c37f956aa38408e251587556a6c8389af319 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Sun, 29 Dec 2019 23:38:28 +
-Subject: [PATCH] configure.ac: autodetect need for external libintl
-
-uclibc-ng and macos standard libraries don't provide libintl
-facilities. As a result build fails as
-(x86_64-gentoo-linux-uclibc example):
-
-```
-...
-gcc  -g -O2   -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o 
rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o
-/usr/lib/gcc/x86_64-gentoo-linux-uclibc/9.2.0/../../../../x86_64-gentoo-linux-uclibc/bin/ld:
 rpc_main.o: in function `usage':
-/root/rpcsvc-proto/rpcgen/rpc_main.c:1403: undefined reference to 
`libintl_gettext'
-/usr/lib/gcc/x86_64-gentoo-linux-uclibc/9.2.0/../../../../x86_64-gentoo-linux-uclibc/bin/ld:
 /root/rpcsvc-proto/rpcgen/rpc_main.c:1404: undefined reference to 
`libintl_gettext'
-...
-```
-
-The change is simple: add gettext m4 macros to detect need
-for libintl and link to an external library if needed.
-
-Tested on x86_64-glibc and x86_64-uclibc-ng.
-
-Reported-by: Anton
-Bug: https://bugs.gentoo.org/637084
-Signed-off-by: Sergei Trofimovich 
-
 a/configure.ac
-+++ b/configure.ac
-@@ -16,4 +16,7 @@ AC_ISC_POSIX
- AC_PROG_INSTALL
- AC_PROG_MAKE_SET
- 
-+AM_GNU_GETTEXT([external])
-+AM_GNU_GETTEXT_VERSION([0.18.1])
-+
- AC_OUTPUT([Makefile rpcgen/Makefile rpcsvc/Makefile])
 a/rpcgen/Makefile.am
-+++ b/rpcgen/Makefile.am
-@@ -10,3 +10,4 @@ noinst_HEADERS = proto.h rpc_parse.h rpc_scan.h rpc_util.h
- rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
-   rpc_parse.c rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c \
-   rpc_util.c
-+rpcgen_LDADD = $(LIBINTL)
--- 
-2.24.1
-



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-05-02 Thread Sergei Trofimovich
commit: 1c0532967a404ccbdc75f4b09fa6d163ff81c583
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May  2 17:37:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May  2 17:51:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c053296

net-libs/rpcsvc-proto: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/Manifest   |  1 -
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 55e8678c04a..8680cd917c8 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,2 +1 @@
 DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 
4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb
 SHA512 
a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
-DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 
484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34
 SHA512 
a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
deleted file mode 100644
index 89770401b6f..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv s390 
sparc x86"
-IUSE=""
-
-# sys-devel/gettext is only for libintl detection macros.
-DEPEND="sys-devel/gettext"
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-19 Thread Sergei Trofimovich
commit: b33a731e18e03cb49560abf4ac4b49011e27140e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 19 10:47:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 19 10:47:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33a731e

net-libs/rpcsvc-proto: for fallback use ${CHOST}-cpp, not 'cpp'

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/718138
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
new file mode 100644
index 000..d7df5d09a44
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-07 Thread Mart Raudsepp
commit: 7a1fe7630f10ef8367b0e856e415a73c0b1e81ea
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Apr  7 23:31:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Apr  8 06:09:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1fe763

net-libs/rpcsvc-proto: arm64 stable (bug #715812)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 5afa59cbabb..6898da16fe7 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-05 Thread Sergei Trofimovich
commit: e553b1eb4a896406ec8a1d04ab6beec36166367e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  5 08:54:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  5 10:06:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e553b1eb

net-libs/rpcsvc-proto: stable 1.4.1 for hppa, bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 24374786f51..5afa59cbabb 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: 440e807ac7e12f1d7610b02d1bbf903fb0fc8103
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 13:11:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 13:11:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440e807a

net-libs/rpcsvc-proto: ppc64 stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 0bd902cb62d..24374786f51 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: c5bb733d53d574792724cb542a119cd7b14b01a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 12:18:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 12:18:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bb733d

net-libs/rpcsvc-proto: x86 stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 4165622d5ec..0bd902cb62d 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: 52281f39296cd08f81198b7e615406f2787a4011
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 12:16:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 12:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52281f39

net-libs/rpcsvc-proto: sparc stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 4479148761f..4165622d5ec 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: a4f57f132bcaf54a8e96dafcd7ba60a2a0118ac4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 12:13:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 12:13:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f57f13

net-libs/rpcsvc-proto: s390 stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 592e510c646..4479148761f 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: 95894ecbed2ad7da11626cfd3cbf3fecf0bb3e87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 12:12:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 12:12:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95894ecb

net-libs/rpcsvc-proto: ppc stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 58ca1b4afed..592e510c646 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: 04a9b111acf6a6e2e5f44b6aeeb637908250e2ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 12:06:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 12:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a9b111

net-libs/rpcsvc-proto: arm stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 29832845226..58ca1b4afed 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-04-03 Thread Agostino Sarubbo
commit: d430f5936797fc36b774b6765c49be5f4f94fa5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  3 09:01:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  3 09:02:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d430f593

net-libs/rpcsvc-proto: amd64 stable wrt bug #715812

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
index 33e92d687c1..29832845226 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-03-24 Thread Sergei Trofimovich
commit: 2687387ee6466a9bca0ec983a72d5ab4bcddfc61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 24 07:07:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 24 07:07:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2687387e

net-libs/rpcsvc-proto: revert "drop old"

This reverts commit 0fce167fe7807642cf1249861be0b711506e80d6.

Dropped latest ebuild by accident.

Reported-by: Mr_Bones_
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
new file mode 100644
index 000..bea100de534
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv s390 
~sh sparc x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-03-24 Thread Sergei Trofimovich
commit: 64c93411a4db5b4725b1ca6fc786aea5d0de59e5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 24 07:09:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 24 07:09:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c93411

net-libs/rpcsvc-proto: drop old

Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 29 ---
 1 file changed, 29 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
deleted file mode 100644
index 30777161fd7..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~riscv s390 
~sh sparc x86"
-IUSE=""
-
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-03-23 Thread Sergei Trofimovich
commit: 0fce167fe7807642cf1249861be0b711506e80d6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 23 23:49:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 23 23:57:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fce167f

net-libs/rpcsvc-proto: drop old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
deleted file mode 100644
index bea100de534..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv s390 
~sh sparc x86"
-IUSE=""
-
-# sys-devel/gettext is only for libintl detection macros.
-DEPEND="sys-devel/gettext"
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-03-21 Thread Mart Raudsepp
commit: 017ed0ac0a309b99d5ea6d12d5df0a4668da2c05
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 21 09:21:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 21 09:24:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017ed0ac

net-libs/rpcsvc-proto: arm64 stable (bug #709428)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 00f529920fd..bea100de534 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-26 Thread Sergei Trofimovich
commit: 891859df9076dbcd2ec0044651bce40f9b476a57
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 26 13:53:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 26 13:53:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891859df

net-libs/rpcsvc-proto: bump up to 1.4.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/Manifest  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index fa54be5fddd..55e8678c04a 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
+DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 
4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb
 SHA512 
a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
 DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 
484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34
 SHA512 
a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
new file mode 100644
index 000..4b863b0cd4d
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Sergei Trofimovich
commit: 8856bc1bf69cb2466d173408737d81eed453903d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 13 17:11:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 13 19:52:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8856bc1b

net-libs/rpcsvc-proto: stable 1.4-r1 for hppa, bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 98375d6383c..a1f53b70ec3 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: c5cc6ea6de0dd034fb400308c1abd3f8f5b0bd68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 13:03:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 13:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc6ea6

net-libs/rpcsvc-proto: s390 stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index a682dd85ef8..98375d6383c 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 38285d72b7564ba1015df2479c13ef07343ca305
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:46:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:46:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38285d72

net-libs/rpcsvc-proto: x86 stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index f617f1a2e77..a682dd85ef8 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 8c81423e3e92953c2d9017150ad706889091263e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:38:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:38:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c81423e

net-libs/rpcsvc-proto: ppc stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 55b6f392042..f617f1a2e77 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: c2e794532d1d31810f717574515575a68692853c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:27:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:27:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e79453

net-libs/rpcsvc-proto: ia64 stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 2bdbca4f22c..55b6f392042 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 961cedb77668706dcdc4b3bd200f3ba99026e1b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:19:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:19:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961cedb7

net-libs/rpcsvc-proto: arm stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 14e4e60c078..2bdbca4f22c 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 56634a86bb238b8ede0dbed916330c1279fe2df1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:09:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56634a86

net-libs/rpcsvc-proto: ppc64 stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 89e90698aa9..14e4e60c078 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 3e0ed4c586f439033135456ba062a8d6f4cd0282
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:03:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:03:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0ed4c5

net-libs/rpcsvc-proto: amd64 stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index a92f29aa6b4..89e90698aa9 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2020-02-13 Thread Agostino Sarubbo
commit: 3dd946cee5487d0dc13442ea5182c96deaeb6838
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 08:57:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 08:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd946ce

net-libs/rpcsvc-proto: sparc stable wrt bug #709428

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
index 7a8ead0d69d..a92f29aa6b4 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/files/, net-libs/rpcsvc-proto/

2020-01-07 Thread Sergei Trofimovich
commit: 81052c9a262f68e6d9898e54fc35678cc8b2e822
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  7 19:52:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  7 19:52:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81052c9a

net-libs/rpcsvc-proto: use external libintl where needed, bug #637084

Reported-by: Anton
Closes: https://bugs.gentoo.org/637084
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/rpcsvc-proto-1.4-external-libintl.patch  | 47 ++
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild   | 36 +
 2 files changed, 83 insertions(+)

diff --git 
a/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch 
b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch
new file mode 100644
index 000..a5088735bbb
--- /dev/null
+++ b/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.4-external-libintl.patch
@@ -0,0 +1,47 @@
+From 2527c37f956aa38408e251587556a6c8389af319 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sun, 29 Dec 2019 23:38:28 +
+Subject: [PATCH] configure.ac: autodetect need for external libintl
+
+uclibc-ng and macos standard libraries don't provide libintl
+facilities. As a result build fails as
+(x86_64-gentoo-linux-uclibc example):
+
+```
+...
+gcc  -g -O2   -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o 
rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o
+/usr/lib/gcc/x86_64-gentoo-linux-uclibc/9.2.0/../../../../x86_64-gentoo-linux-uclibc/bin/ld:
 rpc_main.o: in function `usage':
+/root/rpcsvc-proto/rpcgen/rpc_main.c:1403: undefined reference to 
`libintl_gettext'
+/usr/lib/gcc/x86_64-gentoo-linux-uclibc/9.2.0/../../../../x86_64-gentoo-linux-uclibc/bin/ld:
 /root/rpcsvc-proto/rpcgen/rpc_main.c:1404: undefined reference to 
`libintl_gettext'
+...
+```
+
+The change is simple: add gettext m4 macros to detect need
+for libintl and link to an external library if needed.
+
+Tested on x86_64-glibc and x86_64-uclibc-ng.
+
+Reported-by: Anton
+Bug: https://bugs.gentoo.org/637084
+Signed-off-by: Sergei Trofimovich 
+
+--- a/configure.ac
 b/configure.ac
+@@ -16,4 +16,7 @@ AC_ISC_POSIX
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ 
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION([0.18.1])
++
+ AC_OUTPUT([Makefile rpcgen/Makefile rpcsvc/Makefile])
+--- a/rpcgen/Makefile.am
 b/rpcgen/Makefile.am
+@@ -10,3 +10,4 @@ noinst_HEADERS = proto.h rpc_parse.h rpc_scan.h rpc_util.h
+ rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
+   rpc_parse.c rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c \
+   rpc_util.c
++rpcgen_LDADD = $(LIBINTL)
+-- 
+2.24.1
+

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
new file mode 100644
index 000..7a8ead0d69d
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/, net-libs/rpcsvc-proto/files/

2019-09-28 Thread Matt Turner
commit: be2c1c92db1be3df23b524663e29bad7e37623dd
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 28 18:06:11 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 28 18:27:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c1c92

net-libs/rpcsvc-proto: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/rpcsvc-proto/Manifest |  1 -
 .../rpcsvc-proto-1.3.1-old-preprocessor.patch  | 31 --
 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 30 -
 3 files changed, 62 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index dc231fa6a21..fa54be5fddd 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 5d77786a712..000
--- 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 8a8003bcc44..000
--- 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="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-20 Thread Matt Turner
commit: 1baa951f74340a1681b4191c02283cc9c0715997
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 21 05:15:04 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 21 05:19:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1baa951f

net-libs/rpcsvc-proto-1.4: alpha stable, bug 693310

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index daf57de25be..131ef025b85 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-19 Thread Sergei Trofimovich
commit: 93306943733b1251d36eb505f1854ff1679d84c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93306943

net-libs/rpcsvc-proto: stable 1.4 for hppa, bug #693310

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 15ca0b74ffe..daf57de25be 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-13 Thread Agostino Sarubbo
commit: d9c58b8c8053ba62baee52bc02317d715aa2e79e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 13 12:04:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 13 12:04:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c58b8c

net-libs/rpcsvc-proto: ia64 stable wrt bug #693310

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 6bed4fe75fe..15ca0b74ffe 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Agostino Sarubbo
commit: f9302d8bc844d2f0267662d86bbfe68cfd95e422
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 06:02:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 06:02:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9302d8b

net-libs/rpcsvc-proto: sparc stable wrt bug #693310

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index dc0b7844969..6bed4fe75fe 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Agostino Sarubbo
commit: adb807ebb70e5fa6814ae971281a351a9f03f20e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 05:53:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 05:53:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb807eb

net-libs/rpcsvc-proto: amd64 stable wrt bug #693310

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index c38d8d64cc8..dc0b7844969 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Matt Turner
commit: 89ffa71e94fdf6e157c358e2e243439f2af448db
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep  9 03:59:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep  9 03:59:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ffa71e

net-libs/rpcsvc-proto-1.4: arm stable, bug 693310

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 988081423c5..c38d8d64cc8 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Aaron Bauman
commit: c0582150603fabbbd7f28349df37ba98d8fe6948
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Sep  8 22:28:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Sep  8 22:28:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0582150

net-libs/rpcsvc-proto: arm64 stable (bug #693310)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index fdfda362ad0..988081423c5 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Sergei Trofimovich
commit: d638a75c2898d425048dc02f4ae3505af171d771
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:28:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:28:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d638a75c

net-libs/rpcsvc-proto: stable 1.4 for ppc64, bug #693310

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index f264a8f0d34..fdfda362ad0 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Sergei Trofimovich
commit: cb73e66737a51d92cc2c31e9b5637079ba6e1569
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:24:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:24:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb73e667

net-libs/rpcsvc-proto: stable 1.4 for ppc, bug #693310

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 1fe4e302aa5..f264a8f0d34 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-08 Thread Agostino Sarubbo
commit: 9aad3e0fba2b4420c6431a2d966faac498410d60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  8 10:21:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  8 10:21:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aad3e0f

net-libs/rpcsvc-proto: s390 stable wrt bug #693310

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 8c392087f23..1fe4e302aa5 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-09-07 Thread Thomas Deutschmann
commit: 7b0794630ddff8daa1500e2fc4c9fd0962615725
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 00:48:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 01:13:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b079463

net-libs/rpcsvc-proto: x86 stable (bug #693310)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 353734d0571..8c392087f23 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~riscv 
~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2019-05-05 Thread Mikle Kolyada
commit: 30c419e2ae2fd6a7d7d04b64efa3f25ebb99930d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:31:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:31:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c419e2

net-libs/rpcsvc-proto: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index af9ee8387e5..353734d0571 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-09-05 Thread Anthony G. Basile
commit: e395e2f769adcffb0593a0a2a64a1c2c96dc99e0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 19:30:15 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 19:30:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e395e2f7

net-libs/rpcsvc-proto: version 1.3.1-r1 stable on ppc64, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 314e705dbd3..8a8003bcc44 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-09-05 Thread Anthony G. Basile
commit: a40d8dfa7e99b1c64ae0a19ddb56c56fbdf0c272
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 15:33:50 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 15:36:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40d8dfa

net-libs/rpcsvc-proto: version 1.3.1-r1 stable on ppc, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 4c48b938ef6..314e705dbd3 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-08-27 Thread Jeroen Roovers
commit: fbc35e76ba9b4ba974209dffd160e808e431e3d4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 27 19:13:41 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 27 19:13:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc35e76

net-libs/rpcsvc-proto: Stable for HPPA too.

Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --ignore-arches

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index c3b42dd016e..4c48b938ef6 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-07-02 Thread Markus Meier
commit: f2615b30958d2c723cac55e8376d32f753642e37
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul  2 18:26:47 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul  2 18:26:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2615b30

net-libs/rpcsvc-proto: arm stable, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 5c21d2dc597..c3b42dd016e 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-06-25 Thread Tobias Klausmann
commit: 2900af258ce15f27975630d560f30f76a71ff3a7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 25 15:57:59 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 25 16:05:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2900af25

net-libs/rpcsvc-proto-1.3.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657148

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index d4989038def..5c21d2dc597 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-06-23 Thread Sergei Trofimovich
commit: d161a9bf1c69b9d661997e9108cb67bca6bf0b00
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun 23 08:07:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 23 08:24:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d161a9bf

net-libs/rpcsvc-proto: stable 1.3.1-r1 for sparc

Bug: https://bugs.gentoo.org/657148
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index d2900ad6c89..d4989038def 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
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"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-06-18 Thread Lars Wendler
commit: 9a1751b8b9109ec9ba6038c88a9720cf05697163
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 18 10:08:51 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 18 10:08:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1751b8

net-libs/rpcsvc-proto: Removed old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/Manifest   |  2 --
 net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild | 31 
 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1.ebuild  | 29 --
 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.ebuild| 29 --
 4 files changed, 91 deletions(-)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 6932baf5fa5..dc231fa6a21 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,4 +1,2 @@
-DIST rpcsvc-proto-1.2.tar.gz 59883 BLAKE2B 
178f9f9fced73dc2e4b587f1bd7924c2811f0b96b5efc048e9a6d3cb4abd32a2c34ff0f5b01576f3dc51f07ca6a06266cd7a055f278f7b205cbb9e30563015e4
 SHA512 
59e6ac2c3e551daef584878e8ae8fc2da7cb80a04c20f96de561abc972fcfac1fbb57a5ee0dbe7bf5288a1527c9b87fc3f73a259b30393982a9a642cf4b4deb4
 DIST rpcsvc-proto-1.3.1.tar.gz 59174 BLAKE2B 
d50d958cfad79142d686ae6312cdaa6044f1322bc794dbc95c1b78d088396c5adda292c83d150f3502df859c23d4e370894283ae210e5fe9aa1d0e8ed05553d0
 SHA512 
d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea
-DIST rpcsvc-proto-1.3.tar.gz 59202 BLAKE2B 
88c74806419e097b20fc41bb63ff66401a6c21a2b7100474e55f1b6452a32d669e879248f00349604237e996167b21b9173158e69876f0db3a1394fb922df7af
 SHA512 
5880ea39a750ee1f69dcedfe32afd617e695ee5328d6386977bbd11babb7bd18d8cb50c2d5f8daf35650aa8a94a4f6dda1171c1159917bb596108b1057c5a158
 DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 
484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34
 SHA512 
a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild
deleted file mode 100644
index fa06a5e856c..000
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 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/${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="!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="!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="!

[gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/

2018-06-18 Thread Lars Wendler
commit: 2ac7ea0da9012d1858789d0a45565e283678e81c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 18 10:07:49 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 18 10:07:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac7ea0d

net-libs/rpcsvc-proto: Bump to version 1.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/Manifest|  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 20274ca2a2b..6932baf5fa5 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1,3 +1,4 @@
 DIST rpcsvc-proto-1.2.tar.gz 59883 BLAKE2B 
178f9f9fced73dc2e4b587f1bd7924c2811f0b96b5efc048e9a6d3cb4abd32a2c34ff0f5b01576f3dc51f07ca6a06266cd7a055f278f7b205cbb9e30563015e4
 SHA512 
59e6ac2c3e551daef584878e8ae8fc2da7cb80a04c20f96de561abc972fcfac1fbb57a5ee0dbe7bf5288a1527c9b87fc3f73a259b30393982a9a642cf4b4deb4
 DIST rpcsvc-proto-1.3.1.tar.gz 59174 BLAKE2B 
d50d958cfad79142d686ae6312cdaa6044f1322bc794dbc95c1b78d088396c5adda292c83d150f3502df859c23d4e370894283ae210e5fe9aa1d0e8ed05553d0
 SHA512 
d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea
 DIST rpcsvc-proto-1.3.tar.gz 59202 BLAKE2B 
88c74806419e097b20fc41bb63ff66401a6c21a2b7100474e55f1b6452a32d669e879248f00349604237e996167b21b9173158e69876f0db3a1394fb922df7af
 SHA512 
5880ea39a750ee1f69dcedfe32afd617e695ee5328d6386977bbd11babb7bd18d8cb50c2d5f8daf35650aa8a94a4f6dda1171c1159917bb596108b1057c5a158
+DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 
484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34
 SHA512 
a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
new file mode 100644
index 000..af9ee8387e5
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -0,0 +1,29 @@
+# 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="!

  1   2   >