public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ndisc6/
Date: Tue, 24 May 2016 19:28:09 +0000 (UTC)	[thread overview]
Message-ID: <1464118082.4be5d5a2bea026d64eae4170c4f54a62c15c2075.xmw@gentoo> (raw)

commit:     4be5d5a2bea026d64eae4170c4f54a62c15c2075
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 19:27:05 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May 24 19:28:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be5d5a2

net-misc/ndisc6: remove debug output with USE=-debug (bug 583826, thanks David Klaftenegger).

Package-Manager: portage-2.2.28

 net-misc/ndisc6/ndisc6-1.0.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/net-misc/ndisc6/ndisc6-1.0.2-r1.ebuild b/net-misc/ndisc6/ndisc6-1.0.2-r1.ebuild
new file mode 100644
index 0000000..fe41f0c
--- /dev/null
+++ b/net-misc/ndisc6/ndisc6-1.0.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Recursive DNS Servers discovery Daemon (rdnssd) for IPv6"
+HOMEPAGE="http://www.remlab.net/ndisc6/"
+SRC_URI="http://www.remlab.net/files/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug"
+
+DEPEND="dev-lang/perl
+	sys-devel/gettext"
+RDEPEND=""
+
+src_configure() {
+	econf $(use_enable debug assert)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+	newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd || die
+	newconfd "${FILESDIR}"/rdnssd.conf rdnssd || die
+	exeinto /etc/rdnssd
+	newexe "${FILESDIR}"/resolvconf-1 resolvconf || die
+	dodoc AUTHORS ChangeLog NEWS README || die
+}


             reply	other threads:[~2016-05-24 19:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 19:28 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-24 19:35 [gentoo-commits] repo/gentoo:master commit in: net-misc/ndisc6/ Michael Weber
2018-04-06 11:05 Fabian Groffen
2018-04-15 11:34 David Seifert
2019-02-15  0:18 Thomas Deutschmann
2019-02-17 15:21 Mikle Kolyada
2019-02-17 15:24 Mikle Kolyada
2020-08-19 20:22 Sam James
2021-07-25 20:09 Sam James
2021-09-19  3:45 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:14 Sam James
2021-10-27  4:13 Sam James
2021-10-27  5:30 Jakov Smolić
2022-05-26  5:06 WANG Xuerui
2022-05-27 19:34 Jakov Smolić
2022-12-18 11:36 Sam James
2022-12-18 11:37 Sam James
2023-06-10  0:13 Mike Gilbert
2023-07-14 16:51 Arthur Zamarin
2023-07-14 16:51 Arthur Zamarin
2023-07-15  3:10 Sam James
2023-07-15  3:10 Sam James
2024-03-01 13:56 Arthur Zamarin
2024-03-01 13:56 Arthur Zamarin
2024-11-23 12:24 Arthur Zamarin
2024-11-23 14:15 Michał Górny
2024-11-23 14:51 Sam James
2024-11-23 15:05 Michał Górny
2025-03-15  8:03 Sam James

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=1464118082.4be5d5a2bea026d64eae4170c4f54a62c15c2075.xmw@gentoo \
    --to=xmw@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