summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-30 17:19:56 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-01-13 21:45:49 +0100
commit4a903b0ebc72f9f8b09efc4a35cde62a81e599e9 (patch)
tree9f4f8acedf6bcb1c308aa3cec54611c6042874f7
parentnet-p2p/gtk-gnutella: EAPI8 bump, various fixes (diff)
downloadgentoo-4a903b0ebc72f9f8b09efc4a35cde62a81e599e9.tar.gz
gentoo-4a903b0ebc72f9f8b09efc4a35cde62a81e599e9.tar.bz2
gentoo-4a903b0ebc72f9f8b09efc4a35cde62a81e599e9.zip
net-misc/ndppd: EAPI8 bump, minor improvements
Signed-off-by: Michael Mair-Keimberger <mmk@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@gentoo.org>
-rw-r--r--net-misc/ndppd/ndppd-0.2.5-r1.ebuild (renamed from net-misc/ndppd/ndppd-0.2.5.ebuild)8
1 files 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
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