public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/quagga/
Date: Thu,  9 Mar 2017 11:03:31 +0000 (UTC)	[thread overview]
Message-ID: <1489057406.13a33723626228677ade476fdd039830ebb78e59.pinkbyte@gentoo> (raw)

commit:     13a33723626228677ade476fdd039830ebb78e59
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 11:02:37 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 11:03:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a33723

net-misc/quagga: revision bump

Build nhrpd conditionally, add missing dependency on net-dns/c-ares.
Drop old revision.

Gentoo-Bug: 611828
Reported-by: Sorah Fukumori <her <AT> sorah.jp>

Package-Manager: portage-2.3.3

 net-misc/quagga/metadata.xml                                    | 3 +++
 net-misc/quagga/{quagga-1.2.0.ebuild => quagga-1.2.0-r1.ebuild} | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-misc/quagga/metadata.xml b/net-misc/quagga/metadata.xml
index 2d6b042da25..ec2a74e8dc3 100644
--- a/net-misc/quagga/metadata.xml
+++ b/net-misc/quagga/metadata.xml
@@ -28,6 +28,9 @@
 		<flag name="multipath">
 			Enable multipath routes support for any number of routes
 		</flag>
+		<flag name="nhrpd">
+			Build Next Hop Resolution Protocol daemon
+		</flag>
 		<flag name="ospfapi">
 			Enable OSPFAPI support for client applications accessing the OSPF link state database
 		</flag>

diff --git a/net-misc/quagga/quagga-1.2.0.ebuild b/net-misc/quagga/quagga-1.2.0-r1.ebuild
similarity index 95%
rename from net-misc/quagga/quagga-1.2.0.ebuild
rename to net-misc/quagga/quagga-1.2.0-r1.ebuild
index 89d2095ccc7..3875ea7a9ce 100644
--- a/net-misc/quagga/quagga-1.2.0.ebuild
+++ b/net-misc/quagga/quagga-1.2.0-r1.ebuild
@@ -16,10 +16,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
 
-IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath ospfapi pam protobuf +readline snmp tcp-zebra"
+IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra"
 
 COMMON_DEPEND="
 	caps? ( sys-libs/libcap )
+	nhrpd? ( net-dns/c-ares:0= )
 	protobuf? ( dev-libs/protobuf-c:0= )
 	readline? (
 		sys-libs/readline:0=
@@ -91,6 +92,7 @@ src_configure() {
 		$(usex ospfapi '--enable-opaque-lsa --enable-ospf-te --enable-ospfclient' '' '' '') \
 		$(use_enable readline vtysh) \
 		$(use_with pam libpam) \
+		$(use_enable nhrpd) \
 		$(use_enable protobuf) \
 		$(use_enable ipv6 ripngd) \
 		$(use_enable ipv6 ospf6d) \


             reply	other threads:[~2017-03-09 11:03 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 11:03 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-02  7:40 [gentoo-commits] repo/gentoo:master commit in: net-misc/quagga/ Sam James
2020-03-08 16:37 Sergey Popov
2020-03-08 16:32 Sergey Popov
2018-05-17 11:09 Sergey Popov
2018-04-22 22:40 Aaron Bauman
2018-04-20  6:57 Sergei Trofimovich
2018-03-06 19:40 Markus Meier
2018-03-05 13:57 Tobias Klausmann
2018-02-26  7:17 Sergei Trofimovich
2018-02-23 10:15 Sergei Trofimovich
2018-02-21  3:01 Thomas Deutschmann
2018-02-20 11:24 Sergey Popov
2018-02-20 11:22 Sergey Popov
2018-02-20 11:22 Sergey Popov
2018-01-28 18:23 Tobias Klausmann
2018-01-27 22:31 Sergei Trofimovich
2018-01-09 14:57 Sergey Popov
2017-12-12 18:41 Markus Meier
2017-12-04 22:07 Sergei Trofimovich
2017-12-01 11:20 Agostino Sarubbo
2017-11-30 10:21 Sergey Popov
2017-11-30  9:14 Sergey Popov
2017-10-13 11:11 Sergei Trofimovich
2017-09-15 15:38 Tobias Klausmann
2017-09-14  9:56 Sergey Popov
2017-09-09 10:27 Markus Meier
2017-09-08 22:24 Sergei Trofimovich
2017-04-06 11:41 Sergey Popov
2017-03-09 11:06 Sergey Popov
2017-02-17 10:56 Agostino Sarubbo
2017-02-15 13:49 Tobias Klausmann
2017-02-12 20:09 Markus Meier
2017-02-12 15:44 Agostino Sarubbo
2017-02-04 15:21 Agostino Sarubbo
2017-02-03 22:00 Jeroen Roovers
2017-02-02 14:40 Sergey Popov
2017-01-14 12:32 Jeroen Roovers
2017-01-08 18:28 Markus Meier
2016-12-23  0:30 Thomas Deutschmann
2016-12-22  8:11 Sergey Popov
2016-12-21 19:43 Tobias Klausmann
2016-12-21 19:35 Tobias Klausmann
2016-12-15 10:30 Sergey Popov
2016-12-15 10:19 Sergey Popov
2016-10-26 16:36 Markus Meier
2016-10-22  9:58 Jeroen Roovers
2016-10-21 13:04 Tobias Klausmann
2016-10-19 10:28 Agostino Sarubbo
2016-10-19 10:26 Agostino Sarubbo
2016-10-06 11:57 Sergey Popov
2016-06-20 21:45 Sergey Popov
2016-04-11 10:39 Agostino Sarubbo
2016-03-27 10:16 Agostino Sarubbo
2016-03-24  6:05 Markus Meier
2016-03-19  7:23 Jeroen Roovers
2016-03-17 19:04 Tobias Klausmann
2016-03-17 11:56 Agostino Sarubbo
2016-03-16 14:17 Sergey Popov
2015-08-25 11:03 Sergey Popov

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=1489057406.13a33723626228677ade476fdd039830ebb78e59.pinkbyte@gentoo \
    --to=pinkbyte@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