summaryrefslogtreecommitdiff
path: root/net-misc/ndisc6/ndisc6-1.0.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-01 17:41:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-01 17:41:24 +0000
commit5d5b0e27ed33330cca5636eb792368fbbf46774c (patch)
tree9df5f4721779bac4fe92c830c1c5d2786f274b88 /net-misc/ndisc6/ndisc6-1.0.6.ebuild
parentfd1824e9b1fd180f410170bf2d02e1f098f53db9 (diff)
gentoo auto-resync : 01:03:2024 - 17:41:24
Diffstat (limited to 'net-misc/ndisc6/ndisc6-1.0.6.ebuild')
-rw-r--r--net-misc/ndisc6/ndisc6-1.0.6.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-misc/ndisc6/ndisc6-1.0.6.ebuild b/net-misc/ndisc6/ndisc6-1.0.6.ebuild
deleted file mode 100644
index ca2f9f669509..000000000000
--- a/net-misc/ndisc6/ndisc6-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="IPv6 diagnostic tools"
-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 ~loong ~riscv 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
-}