From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ndisc6/
Date: Sun, 19 Sep 2021 03:45:43 +0000 (UTC) [thread overview]
Message-ID: <1632023132.a9c49f91ab47ff1701a2ff61828d82f918ead8c0.sam@gentoo> (raw)
commit: a9c49f91ab47ff1701a2ff61828d82f918ead8c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 03:41:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 03:45:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c49f91
net-misc/ndisc6: add 1.0.5
Closes: https://bugs.gentoo.org/725170
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/ndisc6/Manifest | 1 +
net-misc/ndisc6/ndisc6-1.0.5.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/ndisc6/Manifest b/net-misc/ndisc6/Manifest
index 27b4b4883e4..b1ab61eb201 100644
--- a/net-misc/ndisc6/Manifest
+++ b/net-misc/ndisc6/Manifest
@@ -1 +1,2 @@
DIST ndisc6-1.0.3.tar.bz2 260294 BLAKE2B cb9f302bd4d4f15effc8165dfdc686b2eda7543dd745cae43a24fea49086e3b5c58cc5b4eb14bc1a46657a15f6bd11322d5629570461f68743619deb9cd10004 SHA512 11dc9833edfc76650b46977d653686ed800dc1cc1dd069051410570f522d538ea9297b013a8d16b94aac3ebf33043cafdaee9fdccb5c02cc08b4c29ceaa96a54
+DIST ndisc6-1.0.5.tar.bz2 263243 BLAKE2B 638e47e2bb1671a0bdd53edafd65acc774f068442dd6ade398e8bcae5630353f64b753b04237443aa6a6ea27de36206359e93e308fe5e610a4133ed730d71dd1 SHA512 d2742fee8202da988fd6d2b4b811125a4ab786b645b96b3a1fcfe248a3d9a39706055cf499c6cc742decfa5c3dbcbaac28ae01a50b9ad3ec10906dd468fec47e
diff --git a/net-misc/ndisc6/ndisc6-1.0.5.ebuild b/net-misc/ndisc6/ndisc6-1.0.5.ebuild
new file mode 100644
index 00000000000..8304f55956c
--- /dev/null
+++ b/net-misc/ndisc6/ndisc6-1.0.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Recursive DNS Servers discovery Daemon (rdnssd) for IPv6"
+HOMEPAGE="https://www.remlab.net/ndisc6/"
+SRC_URI="https://www.remlab.net/files/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE="debug"
+
+BDEPEND="dev-lang/perl
+ sys-devel/gettext"
+
+src_configure() {
+ econf $(use_enable debug assert)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd
+ newconfd "${FILESDIR}"/rdnssd.conf rdnssd
+
+ exeinto /etc/rdnssd
+ newexe "${FILESDIR}"/resolvconf-1 resolvconf
+ dodoc AUTHORS ChangeLog NEWS README
+
+ keepdir /var/lib/run/rdnssd
+}
next reply other threads:[~2021-09-19 3:45 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-19 3:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 8:03 [gentoo-commits] repo/gentoo:master commit in: net-misc/ndisc6/ Sam James
2024-11-23 15:05 Michał Górny
2024-11-23 14:51 Sam James
2024-11-23 14:15 Michał Górny
2024-11-23 12:24 Arthur Zamarin
2024-03-01 13:56 Arthur Zamarin
2024-03-01 13:56 Arthur Zamarin
2023-07-15 3:10 Sam James
2023-07-15 3:10 Sam James
2023-07-14 16:51 Arthur Zamarin
2023-07-14 16:51 Arthur Zamarin
2023-06-10 0:13 Mike Gilbert
2022-12-18 11:37 Sam James
2022-12-18 11:36 Sam James
2022-05-27 19:34 Jakov Smolić
2022-05-26 5:06 WANG Xuerui
2021-10-27 5:30 Jakov Smolić
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-07-25 20:09 Sam James
2020-08-19 20:22 Sam James
2019-02-17 15:24 Mikle Kolyada
2019-02-17 15:21 Mikle Kolyada
2019-02-15 0:18 Thomas Deutschmann
2018-04-15 11:34 David Seifert
2018-04-06 11:05 Fabian Groffen
2016-05-24 19:35 Michael Weber
2016-05-24 19:28 Michael Weber
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=1632023132.a9c49f91ab47ff1701a2ff61828d82f918ead8c0.sam@gentoo \
--to=sam@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