[gentoo-commits] repo/gentoo:master commit in: net-libs/libnfsidmap/files/, profiles/, net-libs/libnfsidmap/

2022-03-28 Thread Jakov Smolić
commit: 3954cc683747c38ef3ba6e9f94df777889214740
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:31:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:31:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3954cc68

net-libs/libnfsidmap: treeclean

Closes: https://bugs.gentoo.org/806755
Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/libnfsidmap/Manifest  |   1 -
 .../files/libnfsidmap-0.21-headers.patch   |  22 
 .../files/libnfsidmap-0.27-getgrouplist.patch  | 115 -
 net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild|  56 --
 net-libs/libnfsidmap/metadata.xml  |   8 --
 profiles/package.mask  |   6 --
 6 files changed, 208 deletions(-)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
deleted file mode 100644
index 5c73486bf1a9..
--- a/net-libs/libnfsidmap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libnfsidmap-0.27.tar.bz2 303900 BLAKE2B 
c6cb8d81042426552fd3cde9dfd26f805d3c92281a65c3ca2d12671477eb697f3cd51a6d8313a658eb70232136e5615e0cb9ad090a92e747e245f49e60cfcf8a
 SHA512 
0698079abb4bb9ebeaccbcabca725b022c1daaa3d287944d9c4c2a2134489b649b44fcbcd9916e91dd6d91cdc67d267adf5741c5404150c66cc8243b9f15970d

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch
deleted file mode 100644
index 6ef12d44e44f..
--- a/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-for toupper and such
-
 a/nss.c
-+++ b/nss.c
-@@ -34,6 +34,7 @@
-  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include 
- #include 
- #include 
- #include 
 a/libnfsidmap.c
-+++ b/libnfsidmap.c
-@@ -37,6 +37,7 @@
-  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include 
- #include 
- #include 
- #include 

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
deleted file mode 100644
index 9a8f0a487ae3..
--- a/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-http://bugs.gentoo.org/169909
-
 libnfsidmap-0.27/configure.ac
-+++ libnfsidmap-0.27/configure.ac
-@@ -63,7 +63,7 @@
- 
- # Checks for library functions.
- AC_FUNC_MALLOC
--AC_CHECK_FUNCS([strchr strdup])
-+AC_CHECK_FUNCS([strchr strdup getgrouplist])
- 
- AC_CONFIG_FILES([Makefile])
- AC_CONFIG_FILES([libnfsidmap.pc])
 libnfsidmap-0.27/getgrouplist.c
-+++ libnfsidmap-0.27/getgrouplist.c
-@@ -0,0 +1,88 @@
-+/*
-+ *  getgrouplist.c
-+ *
-+ *  if system does not provide the non-standard getgrouplist, we will emulate
-+ *  it via POSIX standard functions
-+ *
-+ * Copyright (c) 1991, 1993
-+ *The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *notice, this list of conditions and the following disclaimer in the
-+ *documentation and/or other materials provided with the distribution.
-+ * 4. Neither the name of the University nor the names of its contributors
-+ *may be used to endorse or promote products derived from this software
-+ *without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ */
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#ifndef HAVE_GETGROUPLIST
-+static
-+int
-+getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
-+{
-+  const struct group *grp;
-+  int i, maxgroups, ngroups, ret;
-+
-+  ret = 0;
-+  ngroups = 0;
-+  maxgroups = *grpcnt;
-+  /*
-+   * When installing primary group, duplicate it;
-+   * the first elem

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

2022-03-22 Thread Sam James
commit: d36aea6aa4041d7b5163a549dd433305b722c468
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 23 00:00:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 23 00:00:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36aea6a

net-libs/libnfsidmap: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

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

 .../{libnfsidmap-0.27.ebuild => libnfsidmap-0.27-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild
similarity index 94%
rename from net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
rename to net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild
index e93e96fb27fb..2d736e7faf37 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="ldap static-libs"
 
-DEPEND="ldap? ( net-nds/openldap )"
+DEPEND="ldap? ( net-nds/openldap:= )"
 RDEPEND="
${DEPEND}
!

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

2021-04-16 Thread David Seifert
commit: adea27c37efbb532336589165c995bf8f15f0a51
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 10:13:09 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 16 10:13:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adea27c3

net-libs/libnfsidmap: multilib--

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index af55e3a7b0e..e93e96fb27f 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools multilib
+inherit autotools
 
 DESCRIPTION="NFSv4 ID <-> name mapping library"
 HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/";



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

2020-03-21 Thread Mikle Kolyada
commit: fbc21556f92c80b32cf5824bbfa1948dab55cebe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:14:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:14:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc21556

net-libs/libnfsidmap: m68k stable wrt bug #700444

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="m68k"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 6783845b369..36ce538d051 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2020-03-21 Thread Mikle Kolyada
commit: 65820b8fcfdcb737e766b52da15347f30d0bab87
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 21 10:13:47 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 21 10:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65820b8f

net-libs/libnfsidmap: sh stable wrt bug #700444

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 6e45de21ade..6783845b369 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2020-02-09 Thread David Seifert
commit: 97dfca109b5c0adc2d824c05e891b9aca1bcb2e0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 18:49:51 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 18:49:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dfca10

net-libs/libnfsidmap: Remove old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 net-libs/libnfsidmap/Manifest  |   1 -
 .../files/libnfsidmap-0.19-getgrouplist.patch  | 115 -
 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild|  48 -
 3 files changed, 164 deletions(-)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
index a1269755bcc..5c73486bf1a 100644
--- a/net-libs/libnfsidmap/Manifest
+++ b/net-libs/libnfsidmap/Manifest
@@ -1,2 +1 @@
-DIST libnfsidmap-0.25.tar.gz 346587 BLAKE2B 
dbf31779371ba29737ed7a5901cf46f17e4a1b2ac444c2959d3ae76f41815e9a15a2ee892e417c5b7f97cf5f8396024071430fed028a8cd583aeed1a95e350df
 SHA512 
8acf30790cdd19341c75cb8a4f7ee4dbc9f688c8514258046e55c8f4245df213709ccb7d5327a11b146b0e3b7266d3d4da018699c6be47fbedcc4cd384b54557
 DIST libnfsidmap-0.27.tar.bz2 303900 BLAKE2B 
c6cb8d81042426552fd3cde9dfd26f805d3c92281a65c3ca2d12671477eb697f3cd51a6d8313a658eb70232136e5615e0cb9ad090a92e747e245f49e60cfcf8a
 SHA512 
0698079abb4bb9ebeaccbcabca725b022c1daaa3d287944d9c4c2a2134489b649b44fcbcd9916e91dd6d91cdc67d267adf5741c5404150c66cc8243b9f15970d

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch
deleted file mode 100644
index 0d5d367b95b..000
--- a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-http://bugs.gentoo.org/169909
-
 libnfsidmap-0.19/configure.in
-+++ libnfsidmap-0.19/configure.in
-@@ -38,7 +38,7 @@
- 
- # Checks for library functions.
- AC_FUNC_MALLOC
--AC_CHECK_FUNCS([strchr strdup])
-+AC_CHECK_FUNCS([strchr strdup getgrouplist])
- 
- AC_CONFIG_FILES([Makefile])
- AC_OUTPUT(libnfsidmap.pc)
 libnfsidmap-0.19/nss.c
-+++ libnfsidmap-0.19/nss.c
-@@ -49,6 +49,8 @@
- #include "cfg.h"
- #include 
- 
-+#include "getgrouplist.c"
-+
- /*
-  * NSS Translation Methods
-  *
 libnfsidmap-0.19/getgrouplist.c
-+++ libnfsidmap-0.19/getgrouplist.c
-@@ -0,0 +1,88 @@
-+/*
-+ *  getgrouplist.c
-+ *
-+ *  if system does not provide the non-standard getgrouplist, we will emulate
-+ *  it via POSIX standard functions
-+ *
-+ * Copyright (c) 1991, 1993
-+ *The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *notice, this list of conditions and the following disclaimer in the
-+ *documentation and/or other materials provided with the distribution.
-+ * 4. Neither the name of the University nor the names of its contributors
-+ *may be used to endorse or promote products derived from this software
-+ *without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ */
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#ifndef HAVE_GETGROUPLIST
-+static
-+int
-+getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
-+{
-+  const struct group *grp;
-+  int i, maxgroups, ngroups, ret;
-+
-+  ret = 0;
-+  ngroups = 0;
-+  maxgroups = *grpcnt;
-+  /*
-+   * When installing primary group, duplicate it;
-+   * the first element of groups is the effective gid
-+   * and will be overwritten when a setgid file is executed.
-+   */
-+  groups[ngroups++] = agroup;
-+  if (maxgroups > 1)
-+  groups[ngroups++] = agroup;
-+  /*
-+   * Scan the group file to find additional groups.
-+   */
-+  setgrent();
-+  while ((grp = getgrent(

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

2019-12-07 Thread Matt Turner
commit: c129f37e66e06cf16a01aae4315a60526d6905de
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  7 22:44:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  8 04:49:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129f37e

net-libs/libnfsidmap-0.27: arm stable, bug 700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 919a9dcdc3e..77bda5dce31 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-24 Thread Sergei Trofimovich
commit: 0706e98347009929347b69c7c1ca80e8adbda2cf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 25 06:54:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 25 07:30:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0706e983

net-libs/libnfsidmap: stable 0.27 for hppa, bug #700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 068307d3e3e..919a9dcdc3e 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-22 Thread Matt Turner
commit: ac7a25c4da083e6b8ffd3b69d4d9709ec2f3c7dd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 22 13:44:16 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 22 13:44:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7a25c4

net-libs/libnfsidmap-0.27: alpha stable, bug 700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 0ac819ee8e5..068307d3e3e 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-20 Thread Agostino Sarubbo
commit: 0a478e7db8599ca23297163f0bc9ec1ccfbf21dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:49:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a478e7d

net-libs/libnfsidmap: s390 stable wrt bug #700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 9894eb0139a..0ac819ee8e5 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-19 Thread Sergei Trofimovich
commit: 9bd01db22d0a437915c15127b4307dc2c51fef33
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov 19 18:01:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 19 19:45:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd01db2

net-libs/libnfsidmap: stable 0.27 for sparc, bug #700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index f30818f7232..9c218a2124e 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-18 Thread Aaron Bauman
commit: 06c5ea1007d8897a049ae9a1ea10109343c0f249
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Nov 19 02:01:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Nov 19 02:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c5ea10

net-libs/libnfsidmap: arm64 stable (bug #700444)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 4662e8c50c4..6f3c5d0ab2a 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-18 Thread Agostino Sarubbo
commit: f6a71daea3e4f7ee53956832eb23507171e2a269
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a71dae

net-libs/libnfsidmap: amd64 stable wrt bug #700444

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

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 1cfe1e97001..4662e8c50c4 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-05-09 Thread Mikle Kolyada
commit: 1a70f92081a3e7cd112085b6b2cf835aae102817
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  9 15:10:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  9 15:10:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a70f920

net-libs/libnfsidmap: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libnfsidmap/Manifest|  1 -
 net-libs/libnfsidmap/libnfsidmap-0.24.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
index 5ebc397e543..a1269755bcc 100644
--- a/net-libs/libnfsidmap/Manifest
+++ b/net-libs/libnfsidmap/Manifest
@@ -1,3 +1,2 @@
-DIST libnfsidmap-0.24.tar.gz 328720 BLAKE2B 
4b33a589b9d4b47530d2044a0912481dfda770de86f7aa90e80771f2df4b555857535a7f162a485b68c9b1d48be563d246e128fa3ca1e3c79d9bf0af69b8401d
 SHA512 
1283a4af1bcf3c6f941ab294acc0b2b4bd9ca947f2d3c2e866717478ba2e7a2190a5467b71d7e9136c5c83de564c4892f9e3304323ae17e3988af2e40c43982b
 DIST libnfsidmap-0.25.tar.gz 346587 BLAKE2B 
dbf31779371ba29737ed7a5901cf46f17e4a1b2ac444c2959d3ae76f41815e9a15a2ee892e417c5b7f97cf5f8396024071430fed028a8cd583aeed1a95e350df
 SHA512 
8acf30790cdd19341c75cb8a4f7ee4dbc9f688c8514258046e55c8f4245df213709ccb7d5327a11b146b0e3b7266d3d4da018699c6be47fbedcc4cd384b54557
 DIST libnfsidmap-0.27.tar.bz2 303900 BLAKE2B 
c6cb8d81042426552fd3cde9dfd26f805d3c92281a65c3ca2d12671477eb697f3cd51a6d8313a658eb70232136e5615e0cb9ad090a92e747e245f49e60cfcf8a
 SHA512 
0698079abb4bb9ebeaccbcabca725b022c1daaa3d287944d9c4c2a2134489b649b44fcbcd9916e91dd6d91cdc67d267adf5741c5404150c66cc8243b9f15970d

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.24.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.24.ebuild
deleted file mode 100644
index 6cf4e36fb64..000
--- a/net-libs/libnfsidmap/libnfsidmap-0.24.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="NFSv4 ID <-> name mapping library"
-HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/";
-SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="ldap static-libs"
-
-DEPEND="ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
-   !

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

2018-05-09 Thread Mikle Kolyada
commit: da266ed177746c709756f00fd9a9eebd6557efbe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  9 15:09:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  9 15:09:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da266ed1

net-libs/libnfsidmap: arm/m68k/s390/sh stable wrt bug #648400

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index e4e6136dd05..97ca93fae28 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-05-02 Thread Mart Raudsepp
commit: 24905f92f6d25200e7e4d2e4736225d624a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu May  3 06:15:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu May  3 06:16:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24905f92

net-libs/libnfsidmap-0.25-r1: arm64 stable (bug #648400)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index c87adfee89a..e4e6136dd05 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-04-07 Thread Sergei Trofimovich
commit: d9b6c9d77873c092b6b339d5adc20308c0415440
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b6c9d7

net-libs/libnfsidmap: stable 0.25-r1 for ppc64, bug #648400

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index bc8a5da211d..c87adfee89a 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-21 Thread Lars Wendler
commit: 6b53b8d47f8ac626278f5de39c96aa5d1d3b17bb
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 21 08:15:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 21 08:15:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b53b8d4

net-libs/libnfsidmap: Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libnfsidmap/libnfsidmap-0.25.ebuild | 44 
 1 file changed, 44 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild
deleted file mode 100644
index bba515a1955..000
--- a/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils multilib
-
-DESCRIPTION="NFSv4 ID <-> name mapping library"
-HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/";
-SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="ldap static-libs"
-
-DEPEND="ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
-   !

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

2018-03-21 Thread Lars Wendler
commit: 43f2e7c459fc2ff7c3bc41728898c48532203005
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 21 08:15:28 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 21 08:15:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f2e7c4

net-libs/libnfsidmap: Bump to version 0.27

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libnfsidmap/Manifest  |   1 +
 .../files/libnfsidmap-0.27-getgrouplist.patch  | 115 +
 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild   |  57 ++
 3 files changed, 173 insertions(+)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
index f8bd1fdf50c..5ebc397e543 100644
--- a/net-libs/libnfsidmap/Manifest
+++ b/net-libs/libnfsidmap/Manifest
@@ -1,2 +1,3 @@
 DIST libnfsidmap-0.24.tar.gz 328720 BLAKE2B 
4b33a589b9d4b47530d2044a0912481dfda770de86f7aa90e80771f2df4b555857535a7f162a485b68c9b1d48be563d246e128fa3ca1e3c79d9bf0af69b8401d
 SHA512 
1283a4af1bcf3c6f941ab294acc0b2b4bd9ca947f2d3c2e866717478ba2e7a2190a5467b71d7e9136c5c83de564c4892f9e3304323ae17e3988af2e40c43982b
 DIST libnfsidmap-0.25.tar.gz 346587 BLAKE2B 
dbf31779371ba29737ed7a5901cf46f17e4a1b2ac444c2959d3ae76f41815e9a15a2ee892e417c5b7f97cf5f8396024071430fed028a8cd583aeed1a95e350df
 SHA512 
8acf30790cdd19341c75cb8a4f7ee4dbc9f688c8514258046e55c8f4245df213709ccb7d5327a11b146b0e3b7266d3d4da018699c6be47fbedcc4cd384b54557
+DIST libnfsidmap-0.27.tar.bz2 303900 BLAKE2B 
c6cb8d81042426552fd3cde9dfd26f805d3c92281a65c3ca2d12671477eb697f3cd51a6d8313a658eb70232136e5615e0cb9ad090a92e747e245f49e60cfcf8a
 SHA512 
0698079abb4bb9ebeaccbcabca725b022c1daaa3d287944d9c4c2a2134489b649b44fcbcd9916e91dd6d91cdc67d267adf5741c5404150c66cc8243b9f15970d

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
new file mode 100644
index 000..9a8f0a487ae
--- /dev/null
+++ b/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
@@ -0,0 +1,115 @@
+http://bugs.gentoo.org/169909
+
+--- libnfsidmap-0.27/configure.ac
 libnfsidmap-0.27/configure.ac
+@@ -63,7 +63,7 @@
+ 
+ # Checks for library functions.
+ AC_FUNC_MALLOC
+-AC_CHECK_FUNCS([strchr strdup])
++AC_CHECK_FUNCS([strchr strdup getgrouplist])
+ 
+ AC_CONFIG_FILES([Makefile])
+ AC_CONFIG_FILES([libnfsidmap.pc])
+--- libnfsidmap-0.27/getgrouplist.c
 libnfsidmap-0.27/getgrouplist.c
+@@ -0,0 +1,88 @@
++/*
++ *  getgrouplist.c
++ *
++ *  if system does not provide the non-standard getgrouplist, we will emulate
++ *  it via POSIX standard functions
++ *
++ * Copyright (c) 1991, 1993
++ *The Regents of the University of California.  All rights reserved.
++ *
++ * Redistribution and use in source and binary forms, with or without
++ * modification, are permitted provided that the following conditions
++ * are met:
++ * 1. Redistributions of source code must retain the above copyright
++ *notice, this list of conditions and the following disclaimer.
++ * 2. Redistributions in binary form must reproduce the above copyright
++ *notice, this list of conditions and the following disclaimer in the
++ *documentation and/or other materials provided with the distribution.
++ * 4. Neither the name of the University nor the names of its contributors
++ *may be used to endorse or promote products derived from this software
++ *without specific prior written permission.
++ *
++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
++ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
++ * SUCH DAMAGE.
++ */
++
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++#include 
++#include 
++#include 
++#include 
++
++#ifndef HAVE_GETGROUPLIST
++static
++int
++getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
++{
++  const struct group *grp;
++  int i, maxgroups, ngroups, ret;
++
++  ret = 0;
++  ngroups = 0;
++  maxgroups = *grpcnt;
++  /*
++   * When installing primary group, duplicate it;
++   * the first element of groups is the effective gid
++   * and will be overwritten when a setgid file is executed.
++   */
++  groups[ngroups++] = agroup;
++  if (maxgroups > 1)
++  groups[ngroups++] = agroup;
++  /*
++   * Sca

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

2018-03-11 Thread Sergei Trofimovich
commit: 62279dde8cc911ffd5e89b5fd2baed7356c336c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 11 12:31:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 11 12:31:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62279dde

net-libs/libnfsidmap: stable 0.25-r1 for ppc, bug #648400 (thanks to 
ernsteiswuerfel)

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 5096ef44480..b9e744395d7 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-10 Thread Matt Turner
commit: f67df3eaed6783f77ab7e5768457e31a3ddbbc04
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:19:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:19:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67df3ea

net-libs/libnfsidmap-0.25-r1: hppa stable, bug 648400

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 57fc3127c9b..5096ef44480 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-07 Thread Sergei Trofimovich
commit: b4d42f9f4a21ee1663f10d72baed0092bd146368
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar  7 19:22:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar  7 20:09:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d42f9f

net-libs/libnfsidmap: stable 0.25-r1 for sparc, bug #648400

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index c8474fbe95c..57fc3127c9b 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-06 Thread Sergei Trofimovich
commit: da8225d12afd098c1cb6f0d33cf73f1c447467d0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar  6 22:58:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar  6 23:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8225d1

net-libs/libnfsidmap: stable 0.25-r1 for ia64, bug #648400

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 5c5e891191a..c55ca5c642f 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-05 Thread Tobias Klausmann
commit: 98b83308883dac6bbed9ea915c85fc8478627f3a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:30:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b83308

net-libs/libnfsidmap-0.25-r1: alpha stable

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

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 594bed9aaf5..5c5e891191a 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-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="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2016-01-22 Thread Michael Palimaka
commit: ad042417f30f3a9f5a81467dfe4411ab851099d0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jan 22 08:52:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jan 22 08:55:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad042417

net-libs/libnfsidmap: add base-system as a maintainer

Package-Manager: portage-2.2.27

 net-libs/libnfsidmap/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/metadata.xml 
b/net-libs/libnfsidmap/metadata.xml
index ca66751..96a2d58 100644
--- a/net-libs/libnfsidmap/metadata.xml
+++ b/net-libs/libnfsidmap/metadata.xml
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-net-fs
+base-system