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 EAE45139694 for ; Thu, 9 Mar 2017 11:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13AE4E0C04; Thu, 9 Mar 2017 11:06:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E11C9E0C04 for ; Thu, 9 Mar 2017 11:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE205341661 for ; Thu, 9 Mar 2017 11:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5638E621A for ; Thu, 9 Mar 2017 11:06:29 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1489057571.42228e33c2fee6ce813054fdf70a3884bfc1b305.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/quagga/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/quagga/quagga-1.2.0-r1.ebuild net-misc/quagga/quagga-1.2.0-r2.ebuild X-VCS-Directories: net-misc/quagga/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 42228e33c2fee6ce813054fdf70a3884bfc1b305 X-VCS-Branch: master Date: Thu, 9 Mar 2017 11:06:29 +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-Archives-Salt: b91c940f-974a-41ce-853b-b94a588baaba X-Archives-Hash: 5ec5b11b7a6d79682d519198ed24a276 commit: 42228e33c2fee6ce813054fdf70a3884bfc1b305 Author: Sergey Popov gentoo org> AuthorDate: Thu Mar 9 11:06:11 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Mar 9 11:06:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42228e33 net-misc/quagga: revision bump Install nhrpd initscript and systemd files conditionally. Drop old revision. Package-Manager: portage-2.3.3 net-misc/quagga/{quagga-1.2.0-r1.ebuild => quagga-1.2.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/quagga/quagga-1.2.0-r1.ebuild b/net-misc/quagga/quagga-1.2.0-r2.ebuild similarity index 97% rename from net-misc/quagga/quagga-1.2.0-r1.ebuild rename to net-misc/quagga/quagga-1.2.0-r2.ebuild index 3875ea7a9ce..6897c5f9eac 100644 --- a/net-misc/quagga/quagga-1.2.0-r1.ebuild +++ b/net-misc/quagga/quagga-1.2.0-r2.ebuild @@ -120,7 +120,7 @@ src_install() { # install zebra as a file, symlink the rest newinitd "${FILESDIR}"/quagga-services.init.3 zebra - for service in bgpd isisd nhrpd ospfd pimd ripd $(use ipv6 && echo ospf6d ripngd); do + for service in bgpd isisd ospfd pimd ripd $(use ipv6 && echo ospf6d ripngd) $(use nhrpd && echo nhrpd); do dosym zebra /etc/init.d/${service} systemd_dounit "${FILESDIR}/systemd/${service}.service" done