Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fragroute/
Date: Tue, 01 Sep 2015 19:56:04
Message-Id: 1441136884.ab1c1bd44dc1891b774a2233d0a55c73f4beb165.klausman@gentoo
1 commit: ab1c1bd44dc1891b774a2233d0a55c73f4beb165
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:48:04 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:48:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1c1bd4
7
8 net-analyzer/fragroute: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/fragroute/fragroute-1.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/fragroute/fragroute-1.2.6.ebuild b/net-analyzer/fragroute/fragroute-1.2.6.ebuild
16 index d467c4c..885516d 100644
17 --- a/net-analyzer/fragroute/fragroute-1.2.6.ebuild
18 +++ b/net-analyzer/fragroute/fragroute-1.2.6.ebuild
19 @@ -11,7 +11,7 @@ MY_P="${P}-ipv6"
20 inherit autotools-utils
21
22 DESCRIPTION="Testing of network intrusion detection systems, firewalls and TCP/IP stacks"
23 -HOMEPAGE="https://code.google.com/p/fragroute-ipv6/"
24 +HOMEPAGE="https://github.com/stsi/fragroute-ipv6"
25 SRC_URI="https://fragroute-ipv6.googlecode.com/files/${MY_P}.tar.gz"
26
27 LICENSE="BSD"