Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
Date: Mon, 26 Feb 2018 22:43:39
Message-Id: 1519685012.81599b399c19e6b3b1c9e1ad12fbb66a0fc2275e.monsieurp@gentoo
1 commit: 81599b399c19e6b3b1c9e1ad12fbb66a0fc2275e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 7 18:28:30 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 22:43:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81599b39
7
8 net-analyzer/namebench: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7113
11
12 net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
16 index 2b9d0a2ebfa..147f06b1243 100644
17 --- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
18 +++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
26 inherit distutils-r1
27
28 DESCRIPTION="DNS Benchmark Utility"
29 -HOMEPAGE="https://code.google.com/p/namebench/"
30 +HOMEPAGE="https://github.com/google/namebench"
31 SRC_URI="https://namebench.googlecode.com/files/${P}-source.tgz"
32
33 LICENSE="Apache-2.0"