From 34443d4ffe48e1d2ab48eac3b110b106edda811a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 13 Oct 2016 13:33:57 +0200 Subject: net-misc/ndppd: bump Package-Manager: portage-2.3.2 --- net-misc/ndppd/Manifest | 2 +- net-misc/ndppd/ndppd-0.2.3.ebuild | 25 ------------------------- net-misc/ndppd/ndppd-0.2.5.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 net-misc/ndppd/ndppd-0.2.3.ebuild create mode 100644 net-misc/ndppd/ndppd-0.2.5.ebuild (limited to 'net-misc') diff --git a/net-misc/ndppd/Manifest b/net-misc/ndppd/Manifest index f44c7ea3c57a..89974de33b53 100644 --- a/net-misc/ndppd/Manifest +++ b/net-misc/ndppd/Manifest @@ -1 +1 @@ -DIST ndppd-0.2.3.tar.gz 31459 SHA256 047764681c0b6409f9ac011359f83140639d6f62697df2c9f4f2180985017f9c SHA512 3e9a1b84c2aea81c863d384514b528e1944f592ee057a42553d53804899c880519354f8a5049102a7753b30a99fe69dfbd16ef5686c890345160ffb22f3adca0 WHIRLPOOL dc5332dd84b03701b3050e818694de5f017594b2f7e2a0231b6fac437a7f14d74a1388cdbfca9549c2e4eb10894909d9525fd0dc84b4b52528878fe367c540c2 +DIST ndppd-0.2.5.tar.gz 31820 SHA256 ee934167f8357f0bd0015e201a77fbe4d028c59e89dc98113805c6855e1c3992 SHA512 85534594689c38c0203ad5e7c0c6373a705cbd7da7e2b0519689853a003be2fd7c953aa73529ca52d8c88bf0ce98524e39c475ea992669278090cde4a0e4ba2b WHIRLPOOL 0722c127b883c61fa45c54694665d070aec04257cc5d6514db36682f5b6a624d42ab9e9377b0eb2822d2ef690607cf5bfc332bd33d25992ece723642f2ceb7c3 diff --git a/net-misc/ndppd/ndppd-0.2.3.ebuild b/net-misc/ndppd/ndppd-0.2.3.ebuild deleted file mode 100644 index 1452aeee7d5f..000000000000 --- a/net-misc/ndppd/ndppd-0.2.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Proxies NDP messages between interfaces" -HOMEPAGE="http://priv.nu/projects/ndppd/" -SRC_URI="http://priv.nu/projects/ndppd/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() -{ - emake PREFIX=/usr DESTDIR="${D}" install - insinto /etc - newins ndppd.conf-dist ndppd.conf - newinitd "${FILESDIR}"/ndppd.initd ndppd -} diff --git a/net-misc/ndppd/ndppd-0.2.5.ebuild b/net-misc/ndppd/ndppd-0.2.5.ebuild new file mode 100644 index 000000000000..5764a15c7ee6 --- /dev/null +++ b/net-misc/ndppd/ndppd-0.2.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() +{ + emake PREFIX=/usr DESTDIR="${D}" install + insinto /etc + newins ndppd.conf-dist ndppd.conf + newinitd "${FILESDIR}"/ndppd.initd ndppd +} -- cgit v1.2.3-65-gdbad