public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
Date: Thu,  6 Dec 2018 00:17:56 +0000 (UTC)	[thread overview]
Message-ID: <1544055458.e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb.soap@gentoo> (raw)

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
+}


             reply	other threads:[~2018-12-06  0:18 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-06  0:17 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 19:56 [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/ 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-10-20 11:39 Pacho Ramos
2018-05-20 11:18 Mikle Kolyada
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544055458.e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox