commit: 4a903b0ebc72f9f8b09efc4a35cde62a81e599e9 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Dec 30 16:19:56 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jan 13 20:45:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a903b0e
net-misc/ndppd: EAPI8 bump, minor improvements Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/466802 Closes: https://bugs.gentoo.org/731682 Closes: https://github.com/gentoo/gentoo/pull/34563 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-misc/ndppd/{ndppd-0.2.5.ebuild => ndppd-0.2.5-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/ndppd/ndppd-0.2.5.ebuild b/net-misc/ndppd/ndppd-0.2.5-r1.ebuild similarity index 85% rename from net-misc/ndppd/ndppd-0.2.5.ebuild rename to net-misc/ndppd/ndppd-0.2.5-r1.ebuild index 8edc69925c53..a29806e1fa68 100644 --- a/net-misc/ndppd/ndppd-0.2.5.ebuild +++ b/net-misc/ndppd/ndppd-0.2.5-r1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Proxies NDP messages between interfaces" HOMEPAGE="https://github.com/DanielAdolfsson/ndppd" SRC_URI="https://github.com/DanielAdolfsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" src_install() { - emake PREFIX=/usr DESTDIR="${D}" install + dosbin ${PN} + doman ${PN}.{1,conf.5} insinto /etc newins ndppd.conf-dist ndppd.conf newinitd "${FILESDIR}"/ndppd.initd ndppd
