From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05F89138334 for ; Thu, 6 Dec 2018 00:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A04E08EB; Thu, 6 Dec 2018 00:17:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E8DEE08EB for ; Thu, 6 Dec 2018 00:17:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9E2A335C8C for ; Thu, 6 Dec 2018 00:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E3DE44B for ; Thu, 6 Dec 2018 00:17:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1544055458.e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/yp-tools/Manifest net-nds/yp-tools/yp-tools-4.2.3.ebuild X-VCS-Directories: net-nds/yp-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb X-VCS-Branch: master Date: Thu, 6 Dec 2018 00:17:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb21b34b-0796-41d1-85d7-95a1421d0f87 X-Archives-Hash: f751b2cbb4fa57a38997717e4c6eded6 commit: e5b8e55366a2ea91ac13142a9a21a7db1e77dbeb Author: David Seifert gentoo org> AuthorDate: Thu Dec 6 00:16:40 2018 +0000 Commit: David Seifert gentoo 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 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 +}