Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ndppd/
Date: Thu, 13 Oct 2016 11:34:35
Message-Id: 1476358467.34443d4ffe48e1d2ab48eac3b110b106edda811a.zx2c4@gentoo
1 commit: 34443d4ffe48e1d2ab48eac3b110b106edda811a
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 11:33:57 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 11:34:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34443d4f
7
8 net-misc/ndppd: bump
9
10 Package-Manager: portage-2.3.2
11
12 net-misc/ndppd/Manifest | 2 +-
13 net-misc/ndppd/{ndppd-0.2.3.ebuild => ndppd-0.2.5.ebuild} | 8 ++++----
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/ndppd/Manifest b/net-misc/ndppd/Manifest
17 index f44c7ea..89974de 100644
18 --- a/net-misc/ndppd/Manifest
19 +++ b/net-misc/ndppd/Manifest
20 @@ -1 +1 @@
21 -DIST ndppd-0.2.3.tar.gz 31459 SHA256 047764681c0b6409f9ac011359f83140639d6f62697df2c9f4f2180985017f9c SHA512 3e9a1b84c2aea81c863d384514b528e1944f592ee057a42553d53804899c880519354f8a5049102a7753b30a99fe69dfbd16ef5686c890345160ffb22f3adca0 WHIRLPOOL dc5332dd84b03701b3050e818694de5f017594b2f7e2a0231b6fac437a7f14d74a1388cdbfca9549c2e4eb10894909d9525fd0dc84b4b52528878fe367c540c2
22 +DIST ndppd-0.2.5.tar.gz 31820 SHA256 ee934167f8357f0bd0015e201a77fbe4d028c59e89dc98113805c6855e1c3992 SHA512 85534594689c38c0203ad5e7c0c6373a705cbd7da7e2b0519689853a003be2fd7c953aa73529ca52d8c88bf0ce98524e39c475ea992669278090cde4a0e4ba2b WHIRLPOOL 0722c127b883c61fa45c54694665d070aec04257cc5d6514db36682f5b6a624d42ab9e9377b0eb2822d2ef690607cf5bfc332bd33d25992ece723642f2ceb7c3
23
24 diff --git a/net-misc/ndppd/ndppd-0.2.3.ebuild b/net-misc/ndppd/ndppd-0.2.5.ebuild
25 similarity index 66%
26 rename from net-misc/ndppd/ndppd-0.2.3.ebuild
27 rename to net-misc/ndppd/ndppd-0.2.5.ebuild
28 index 1452aee..5764a15 100644
29 --- a/net-misc/ndppd/ndppd-0.2.3.ebuild
30 +++ b/net-misc/ndppd/ndppd-0.2.5.ebuild
31 @@ -1,12 +1,12 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 +# Copyright 1999-2016 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Id$
36
37 -EAPI=5
38 +EAPI=6
39
40 DESCRIPTION="Proxies NDP messages between interfaces"
41 -HOMEPAGE="http://priv.nu/projects/ndppd/"
42 -SRC_URI="http://priv.nu/projects/ndppd/files/${P}.tar.gz"
43 +HOMEPAGE="https://github.com/DanielAdolfsson/ndppd"
44 +SRC_URI="https://github.com/DanielAdolfsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45
46 LICENSE="GPL-3"
47 SLOT="0"