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/ostinato/
Date: Tue, 01 Sep 2015 19:56:07
Message-Id: 1441136913.09a42390765ceea901f8292f73cd01bdcc58a29c.klausman@gentoo
1 commit: 09a42390765ceea901f8292f73cd01bdcc58a29c
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:48:33 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:48:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a42390
7
8 net-analyzer/ostinato: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/ostinato/ostinato-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
16 index 6916930..a9c25bc 100644
17 --- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild
18 +++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 inherit qt4-r2
21
22 DESCRIPTION="A packet generator and analyzer"
23 -HOMEPAGE="https://code.google.com/p/ostinato/"
24 +HOMEPAGE="http://ostinato.org/"
25 SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
26
27 LICENSE="GPL-3"