diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-30 17:19:56 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-13 21:45:49 +0100 |
commit | 4a903b0ebc72f9f8b09efc4a35cde62a81e599e9 (patch) | |
tree | 9f4f8acedf6bcb1c308aa3cec54611c6042874f7 /net-misc/ndppd/ndppd-0.2.5.ebuild | |
parent | net-p2p/gtk-gnutella: EAPI8 bump, various fixes (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-misc/ndppd/ndppd-0.2.5.ebuild')
-rw-r--r-- | net-misc/ndppd/ndppd-0.2.5.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/ndppd/ndppd-0.2.5.ebuild b/net-misc/ndppd/ndppd-0.2.5.ebuild deleted file mode 100644 index 8edc69925c53..000000000000 --- a/net-misc/ndppd/ndppd-0.2.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install - insinto /etc - newins ndppd.conf-dist ndppd.conf - newinitd "${FILESDIR}"/ndppd.initd ndppd -} |