public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-07-19  8:30 Pacho Ramos
  0 siblings, 0 replies; 33+ messages in thread
From: Pacho Ramos @ 2017-07-19  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     03aa8b3f6fbe71aaa05b545d7073f3a92db28688
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 08:29:12 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 08:30:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03aa8b3f

net-nds/yp-tools: Fix keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-nds/yp-tools/yp-tools-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2.ebuild
index b208acb3659..a566743bf7c 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 src_configure () {


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-07-19  8:30 Pacho Ramos
  0 siblings, 0 replies; 33+ messages in thread
From: Pacho Ramos @ 2017-07-19  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ffd3db0f2a142486ceec87e1b27c0298f4fb3fc1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 08:28:32 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 08:30:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd3db0f

net-nds/yp-tools: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-nds/yp-tools/Manifest              |  1 +
 net-nds/yp-tools/yp-tools-4.2.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
index 3f60c045fc6..56de8c4eed1 100644
--- a/net-nds/yp-tools/Manifest
+++ b/net-nds/yp-tools/Manifest
@@ -1 +1,2 @@
 DIST yp-tools-2.12.tar.bz2 204228 SHA256 6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063 SHA512 0b62f63d65c7a53e715fb5749c4a7e71cf85e4006fa5e1ec39290e740301d5a8d321007461bb7a6b3bd1aaac283d8b028fa07814e77bd75e13dfd761f74c9218 WHIRLPOOL b4b89857024cc2aa42e6e9dabea25ea81da641d00fbeb3202cd53e81065384d9b1a685e8e0eed547622f4a0649d625cf3ea35217deef7c19536e120813d5b1c4
+DIST yp-tools-4.2.2.tar.bz2 368673 SHA256 137f19a986382b275bf4a2b1a69eb26689d6f4ac056ddaa21784d6b80eb98faa SHA512 e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9 WHIRLPOOL 9a63839f8d4070e9d7885c3bffab9bebf3557f5d09c9ab0bc0981850239bf3a191aaf7e174a7bc33432d35c8602fffe202c61d63458f1253934f01e3225bc028

diff --git a/net-nds/yp-tools/yp-tools-4.2.2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2.ebuild
new file mode 100644
index 00000000000..b208acb3659
--- /dev/null
+++ b/net-nds/yp-tools/yp-tools-4.2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit systemd
+
+DESCRIPTION="Network Information Service tools"
+HOMEPAGE="http://www.linux-nis.org/nis/"
+SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+src_configure () {
+	econf \
+		--disable-static \
+		--sysconfdir=/etc/yp \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+
+	insinto /etc/yp
+	doins etc/nicknames
+
+	systemd_dounit "${FILESDIR}/domainname.service"
+	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-01 18:59 Andreas Hüttel
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Hüttel @ 2017-11-01 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a40cbd88c042002320f2166469046a29b883457b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 18:58:38 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:58:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40cbd88

net-nds/yp-tools: Add missing dependencies for the glibc-2.26 case, bug 630246

Closes: https://bugs.gentoo.org/630246
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../yp-tools/{yp-tools-4.2.2.ebuild => yp-tools-4.2.2-r1.ebuild}   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
similarity index 83%
rename from net-nds/yp-tools/yp-tools-4.2.2.ebuild
rename to net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index a566743bf7c..85e54c36ba5 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -13,6 +13,13 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
+DEPEND="
+	|| ( <sys-libs/glibc-2.26[rpc] net-libs/libtirpc )
+	net-libs/libnsl:0=
+"
+RDEPEND=${DEPEND}
+# uses always libtirpc if present
+
 src_configure () {
 	econf \
 		--disable-static \


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-04 17:43 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2017-11-04 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     44859d2b40b6b86a0da50a1bb80accea6b703a72
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 17:43:02 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 17:43:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44859d2b

net-nds/yp-tools: disable tests, bug #636328

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/636328
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index 85e54c36ba5..6e487a1c826 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -20,6 +20,8 @@ DEPEND="
 RDEPEND=${DEPEND}
 # uses always libtirpc if present
 
+RESTRICT=test # do not compile
+
 src_configure () {
 	econf \
 		--disable-static \


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-04 19:37 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2017-11-04 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa0363ad5ca1d6e188f0d305ecf794e4e9027b5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 19:37:41 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 19:37:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa0363a

net-nds/yp-tools: stable 4.2.2-r1 for ia64, bug #635886

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index 6e487a1c826..976ca0b5512 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-07 13:16 Manuel Rüger
  0 siblings, 0 replies; 33+ messages in thread
From: Manuel Rüger @ 2017-11-07 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5a7c6c5bcd4aca2801699f15d14854a0d5a84d59
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 13:13:40 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 13:13:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7c6c5b

net-nds/yp-tools: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index 976ca0b5512..c2dd5ed3f2b 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-07 18:22 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2017-11-07 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4812e76f7efcd69a84f51800a357e80d7501be48
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 18:13:17 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 18:22:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4812e76f

net-nds/yp-tools: x86 stable (bug #635886)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index c2dd5ed3f2b..0bc1286be89 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-08 12:51 Tobias Klausmann
  0 siblings, 0 replies; 33+ messages in thread
From: Tobias Klausmann @ 2017-11-08 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4665bac70fa33465ac453334b646389dc6848cba
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  8 12:50:36 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 12:50:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4665bac7

net-nds/yp-tools-4.2.2-r1: alpha stable

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

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index 0bc1286be89..f22492fb387 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-14  8:25 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2017-11-14  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8b7b27b1d5c890d032e2fa952d108d29d0e81423
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 08:24:58 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 08:25:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7b27b1

net-nds/yp-tools: stable 4.2.2-r1 for ppc64, bug #635886

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc64"

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index f22492fb387..31649f2414d 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-14 20:25 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2017-11-14 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4dedd15867740ac25d8a9726904ac0bde905474b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 20:25:10 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 20:25:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dedd158

net-nds/yp-tools: stable 4.2.2-r1 for hppa, bug #635886

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index 31649f2414d..175357ffc1b 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2017-11-19  0:55 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-11-19  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8590b44bd9906f11daad26e670ad6234816fe7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 00:55:38 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 00:55:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8590b4

net-nds/yp-tools: remove 2.12-r1

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-nds/yp-tools/Manifest                |  1 -
 net-nds/yp-tools/yp-tools-2.12-r1.ebuild | 41 --------------------------------
 2 files changed, 42 deletions(-)

diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
index 56de8c4eed1..a1f6261171a 100644
--- a/net-nds/yp-tools/Manifest
+++ b/net-nds/yp-tools/Manifest
@@ -1,2 +1 @@
-DIST yp-tools-2.12.tar.bz2 204228 SHA256 6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063 SHA512 0b62f63d65c7a53e715fb5749c4a7e71cf85e4006fa5e1ec39290e740301d5a8d321007461bb7a6b3bd1aaac283d8b028fa07814e77bd75e13dfd761f74c9218 WHIRLPOOL b4b89857024cc2aa42e6e9dabea25ea81da641d00fbeb3202cd53e81065384d9b1a685e8e0eed547622f4a0649d625cf3ea35217deef7c19536e120813d5b1c4
 DIST yp-tools-4.2.2.tar.bz2 368673 SHA256 137f19a986382b275bf4a2b1a69eb26689d6f4ac056ddaa21784d6b80eb98faa SHA512 e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9 WHIRLPOOL 9a63839f8d4070e9d7885c3bffab9bebf3557f5d09c9ab0bc0981850239bf3a191aaf7e174a7bc33432d35c8602fffe202c61d63458f1253934f01e3225bc028

diff --git a/net-nds/yp-tools/yp-tools-2.12-r1.ebuild b/net-nds/yp-tools/yp-tools-2.12-r1.ebuild
deleted file mode 100644
index 802461d811e..00000000000
--- a/net-nds/yp-tools/yp-tools-2.12-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="nls"
-
-src_configure() {
-	local myconf="--sysconfdir=/etc/yp"
-	if ! use nls
-	then
-		myconf="${myconf} --disable-nls"
-		mkdir intl
-		touch intl/libintl.h
-		export CPPFLAGS="${CPPFLAGS} -I${S}"
-
-		for i in lib/nicknames.c src/*.c
-		do
-			cp ${i} ${i}.orig
-			sed 's:<libintl.h>:<intl/libintl.h>:' \
-				${i}.orig > ${i}
-		done
-	fi
-	econf ${myconf}
-}
-
-src_install() {
-	default
-	insinto /etc/yp ; doins etc/nicknames
-	systemd_dounit "${FILESDIR}/domainname.service"
-	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-03-03 22:36 Andreas Hüttel
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Hüttel @ 2018-03-03 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2d3f3423b5a8c8c808209abafd62e8fab2523401
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 22:35:56 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 22:36:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f3423

net-nds/yp-tools: Always use libtirpc, should fix bug 630246

Closes: https://bugs.gentoo.org/630246
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 40 +++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
new file mode 100644
index 00000000000..314678603f5
--- /dev/null
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit systemd
+
+DESCRIPTION="Network Information Service tools"
+HOMEPAGE="http://www.linux-nis.org/nis/"
+SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+DEPEND="
+	net-libs/libtirpc
+	net-libs/libnsl:0=
+"
+RDEPEND=${DEPEND}
+# uses always libtirpc if present
+
+RESTRICT=test # do not compile
+
+src_configure () {
+	econf \
+		--disable-static \
+		--sysconfdir=/etc/yp \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+
+	insinto /etc/yp
+	doins etc/nicknames
+
+	systemd_dounit "${FILESDIR}/domainname.service"
+	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-04-23  0:26 Aaron Bauman
  0 siblings, 0 replies; 33+ messages in thread
From: Aaron Bauman @ 2018-04-23  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7875865780e93199678a2badb8ff1451a9f36def
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 00:26:36 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 00:26:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78758657

net-nds/yp-tools: amd64 stable wrt bug #653818

Bug: https://bugs.gentoo.org/653818
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index 314678603f5..f5f19c362b8 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-04-25 19:27 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2018-04-25 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ad0d015045abc300f5a4e5f8afc28334c8efb9cd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 19:08:10 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 19:24:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0d0150

net-nds/yp-tools: x86 stable (bug #653818)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index f5f19c362b8..a862e1e113e 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-04-26  5:09 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2018-04-26  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     508732531bca8f1baa41edba86c21b58e34d2561
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 05:08:31 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 05:08:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50873253

net-nds/yp-tools-4.2.2-r2: ppc stable, bug 653818

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index a862e1e113e..a7138173609 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-04-26  5:09 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2018-04-26  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0e3d452dff32a467a56fea10a64b0d09e8ebfb6f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 05:08:35 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 05:08:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3d452d

net-nds/yp-tools-4.2.2-r2: ppc64 stable, bug 653818

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index a7138173609..099f1afb14a 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-04-26  6:41 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2018-04-26  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     09eda6389d89b24d8bbb5dfcb7d2750f2252152a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 06:40:32 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 06:40:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eda638

net-nds/yp-tools: stable 4.2.2-r2 for ia64, bug #653818

Bug: https://bugs.gentoo.org/653818
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index 099f1afb14a..9c420a04e53 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-05-14  8:15 Tobias Klausmann
  0 siblings, 0 replies; 33+ messages in thread
From: Tobias Klausmann @ 2018-05-14  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     eb22b92ddf26fab62a624b67118319a7b9934f78
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 08:15:15 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 08:15:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb22b92d

net-nds/yp-tools-4.2.2-r2: alpha stable

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

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index 9c420a04e53..d94e1bf5ae6 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-05-20 11:17 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2018-05-20 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c428eb7b25986225d54a84f3239d836ee699164d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 11:17:12 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 20 11:17:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c428eb7b

net-nds/yp-tools: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 40 -------------------------------
 1 file changed, 40 deletions(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
deleted file mode 100644
index 4cd838a241e..00000000000
--- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit systemd
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="nls"
-
-DEPEND="
-	|| ( <sys-libs/glibc-2.26[rpc] net-libs/libtirpc )
-	net-libs/libnsl:0=
-"
-RDEPEND=${DEPEND}
-# uses always libtirpc if present
-
-RESTRICT=test # do not compile
-
-src_configure () {
-	econf \
-		--disable-static \
-		--sysconfdir=/etc/yp \
-		$(use_enable nls)
-}
-
-src_install() {
-	default
-
-	insinto /etc/yp
-	doins etc/nicknames
-
-	systemd_dounit "${FILESDIR}/domainname.service"
-	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-05-20 11:18 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2018-05-20 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     83218d444158c3a5df0d967e2c396439deac9f42
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 11:18:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 20 11:18:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83218d44

net-nds/yp-tools: Dekeyword hppa

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index d94e1bf5ae6..a4e1ae7b214 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-10-20 11:39 Pacho Ramos
  0 siblings, 0 replies; 33+ messages in thread
From: Pacho Ramos @ 2018-10-20 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa31a6ddf3efaddca26f0349c0836888c032039
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 10:57:51 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 11:38:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa31a6d

net-nds/yp-tools: Pull in new enough libnsl

Closes: https://bugs.gentoo.org/630246
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
index a4e1ae7b214..1e03726249c 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE="nls"
 
 DEPEND="
 	net-libs/libtirpc
-	net-libs/libnsl:0=
+	>=net-libs/libnsl-1.2.0:0=
 "
 RDEPEND=${DEPEND}
 # uses always libtirpc if present


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2018-12-06  0:17 David Seifert
  0 siblings, 0 replies; 33+ messages in thread
From: David Seifert @ 2018-12-06  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 00:16:40 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 00:17:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b8e553

net-nds/yp-tools: Bump to 4.2.3

* EAPI 7
* Fix for building with GCC 8

Closes: https://bugs.gentoo.org/664208
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-nds/yp-tools/Manifest              |  1 +
 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 43 ++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
index 730b14b6cf9..d6858d41f5a 100644
--- a/net-nds/yp-tools/Manifest
+++ b/net-nds/yp-tools/Manifest
@@ -1 +1,2 @@
 DIST yp-tools-4.2.2.tar.bz2 368673 BLAKE2B ddc0e6ff81042a632713afc201e8195f42346dd557e44770f8e0d48d2d510a5df1b51d9229912214cb6840a6cc97c6bbf8bbbfcac2eac5dbe06596a4fbd875be SHA512 e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9
+DIST yp-tools-4.2.3.tar.gz 195247 BLAKE2B 5e068f6856876dbf55c25030730195222fd331a06b8d57aa8a797a42c90538289a61ea8de1a2fee2d173e3444f76f82d111fc1120c287f90b7dbad1a2be23313 SHA512 2fcdaaeb8af4c3f62aa571a488c04561356681fc18b919ef728cfc1941578870cce74b136959f49e4ab04f988a79252163c1abe30b357788cb0b5faca7b5d147

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
new file mode 100644
index 00000000000..25fa5017266
--- /dev/null
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="Network Information Service tools"
+HOMEPAGE="https://www.thkukuk.de/nis/"
+SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+DEPEND="
+	net-libs/libtirpc:=
+	>=net-libs/libnsl-1.2.0:0="
+RDEPEND="${DEPEND}"
+# always uses libtirpc if present
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure () {
+	econf \
+		--disable-static \
+		--sysconfdir="${EPREFIX}"/etc/yp \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+
+	insinto /etc/yp
+	doins etc/nicknames
+
+	systemd_dounit "${FILESDIR}"/domainname.service
+	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-01 14:55 Tobias Klausmann
  0 siblings, 0 replies; 33+ messages in thread
From: Tobias Klausmann @ 2019-02-01 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ed8fcd2e73ab9a5646815978384bed9b8800adb0
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  1 14:54:25 2019 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Feb  1 14:54:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8fcd2e

net-nds/yp-tools-4.2.3-r0: alpha stable

Bug: http://bugs.gentoo.org/676746
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 25fa5017266..6865dcb40c8 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-02 19:18 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2019-02-02 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9a6b1033bfcef8855019d1c9bd830e4642b78cec
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 19:12:55 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 19:12:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6b1033

net-nds/yp-tools: stable 4.2.3 for ia64, bug #676746

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 6865dcb40c8..d9af95bbdc9 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-02 20:44 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2019-02-02 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     280f0264a9ca85d7a38dbe2dd199ea8e61fbf9fc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 20:19:52 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 20:44:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280f0264

net-nds/yp-tools: stable 4.2.3 for ppc, bug #676746

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index d9af95bbdc9..15d29844175 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-02 21:17 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2019-02-02 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     48e957ca65b38f3b73f6acfe336def18cd2f395a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 21:14:32 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 21:14:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e957ca

net-nds/yp-tools: stable 4.2.3 for ppc64, bug #676746

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 15d29844175..59739482c4a 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-07 13:15 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2019-02-07 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8ceb0b875b876c46dd9c6a697bd3fad001301ddb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 13:14:52 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 13:15:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ceb0b87

net-nds/yp-tools: amd64 stable wrt bug #676746

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 59739482c4a..ba91972ac78 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-09 18:36 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2019-02-09 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     14a692d9f9c783eca258b4085340a93f14e0dc29
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 18:30:49 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 18:36:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a692d9

net-nds/yp-tools: x86 stable (bug #676746)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index ba91972ac78..e44183604d8 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-02-16  8:55 Pacho Ramos
  0 siblings, 0 replies; 33+ messages in thread
From: Pacho Ramos @ 2019-02-16  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     df3a6555ff76b6720d6b9848eeb3035ff13747f8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 08:39:57 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 08:55:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3a6555

net-nds/yp-tools: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-nds/yp-tools/Manifest                 |  1 -
 net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 40 -------------------------------
 2 files changed, 41 deletions(-)

diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
index d6858d41f5a..8dd0677a751 100644
--- a/net-nds/yp-tools/Manifest
+++ b/net-nds/yp-tools/Manifest
@@ -1,2 +1 @@
-DIST yp-tools-4.2.2.tar.bz2 368673 BLAKE2B ddc0e6ff81042a632713afc201e8195f42346dd557e44770f8e0d48d2d510a5df1b51d9229912214cb6840a6cc97c6bbf8bbbfcac2eac5dbe06596a4fbd875be SHA512 e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9
 DIST yp-tools-4.2.3.tar.gz 195247 BLAKE2B 5e068f6856876dbf55c25030730195222fd331a06b8d57aa8a797a42c90538289a61ea8de1a2fee2d173e3444f76f82d111fc1120c287f90b7dbad1a2be23313 SHA512 2fcdaaeb8af4c3f62aa571a488c04561356681fc18b919ef728cfc1941578870cce74b136959f49e4ab04f988a79252163c1abe30b357788cb0b5faca7b5d147

diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
deleted file mode 100644
index 1e03726249c..00000000000
--- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit systemd
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="http://www.linux-nis.org/download/yp-tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="nls"
-
-DEPEND="
-	net-libs/libtirpc
-	>=net-libs/libnsl-1.2.0:0=
-"
-RDEPEND=${DEPEND}
-# uses always libtirpc if present
-
-RESTRICT=test # do not compile
-
-src_configure () {
-	econf \
-		--disable-static \
-		--sysconfdir=/etc/yp \
-		$(use_enable nls)
-}
-
-src_install() {
-	default
-
-	insinto /etc/yp
-	doins etc/nicknames
-
-	systemd_dounit "${FILESDIR}/domainname.service"
-	systemd_install_serviced "${FILESDIR}"/domainname.service.conf
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2019-07-05 21:16 Andreas K. Hüttel
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas K. Hüttel @ 2019-07-05 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a8594f1efa64cbf27f66299823fa431a27f23f39
Author:     Marcus Comstedt <marcus <AT> mc <DOT> pp <DOT> se>
AuthorDate: Thu Jul  4 14:41:37 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 21:12:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8594f1e

net-nds/yp-tools: keyworded 4.2.3 for riscv, bug #689272

Closes: https://bugs.gentoo.org/689272
Signed-off-by: Marcus Comstedt <marcus <AT> mc.pp.se>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index e44183604d8..d518cdc7a73 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/yp-tools/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
 IUSE="nls"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2021-05-29 19:03 David Seifert
  0 siblings, 0 replies; 33+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d64efec9acacc313a88f1ea5756e7f37c6cacd42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:03:06 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:03:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64efec9

net-nds/yp-tools: add missing NLS dependencies

* Calls gettext at build time
* Links against libintl

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
index 0f601865215..029b6b4d144 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,11 +14,13 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
 IUSE="nls"
 
+# Always uses libtirpc if present
 DEPEND="
 	net-libs/libtirpc:=
-	>=net-libs/libnsl-1.2.0:0="
+	>=net-libs/libnsl-1.2.0:0=
+	nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}"
-# always uses libtirpc if present
+BDEPEND="nls? ( sys-devel/gettext )"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2022-12-20 18:54 Mike Gilbert
  0 siblings, 0 replies; 33+ messages in thread
From: Mike Gilbert @ 2022-12-20 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     08a3952fc7da31cc55e3f9593526edc32bd8d21d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 18:47:29 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 18:54:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a3952f

net-nds/yp-tools: block sys-apps/net-tools[nis]

Closes: https://bugs.gentoo.org/887267
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-nds/yp-tools/yp-tools-4.2.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-nds/yp-tools/yp-tools-4.2.3-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.3-r1.ebuild
index ad99f5637bd4..b3b55f59117f 100644
--- a/net-nds/yp-tools/yp-tools-4.2.3-r1.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.3-r1.ebuild
@@ -20,7 +20,8 @@ DEPEND="
 	>=net-libs/libnsl-1.2.0:0=
 	virtual/libcrypt:=
 	nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!sys-apps/net-tools[nis(-)]"
 BDEPEND="virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a165948b22150bd43d97369d48d0a3c6d4206c47
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a165948b

net-nds/yp-tools: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/yp-tools/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-nds/yp-tools/metadata.xml b/net-nds/yp-tools/metadata.xml
index 115e9d64a669..cc1fd5240346 100644
--- a/net-nds/yp-tools/metadata.xml
+++ b/net-nds/yp-tools/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">thkukuk/yp-tools</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2023-02-22 19:56 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 11:18 [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 19:56 Sam James
2022-12-20 18:54 Mike Gilbert
2021-05-29 19:03 David Seifert
2019-07-05 21:16 Andreas K. Hüttel
2019-02-16  8:55 Pacho Ramos
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 13:15 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-01 14:55 Tobias Klausmann
2018-12-06  0:17 David Seifert
2018-10-20 11:39 Pacho Ramos
2018-05-20 11:17 Mikle Kolyada
2018-05-14  8:15 Tobias Klausmann
2018-04-26  6:41 Sergei Trofimovich
2018-04-26  5:09 Matt Turner
2018-04-26  5:09 Matt Turner
2018-04-25 19:27 Thomas Deutschmann
2018-04-23  0:26 Aaron Bauman
2018-03-03 22:36 Andreas Hüttel
2017-11-19  0:55 Michael Palimaka
2017-11-14 20:25 Sergei Trofimovich
2017-11-14  8:25 Sergei Trofimovich
2017-11-08 12:51 Tobias Klausmann
2017-11-07 18:22 Thomas Deutschmann
2017-11-07 13:16 Manuel Rüger
2017-11-04 19:37 Sergei Trofimovich
2017-11-04 17:43 Sergei Trofimovich
2017-11-01 18:59 Andreas Hüttel
2017-07-19  8:30 Pacho Ramos
2017-07-19  8:30 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox