diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-21 05:01:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-21 05:01:40 +0000 |
commit | 5f13ed9f319285d54ad420cce5db22d482bb4f92 (patch) | |
tree | ed345a9d3956f015a1c958a268fdabad51c93e48 /net-analyzer/flowgrind | |
parent | Fix bug #408513 (error converting PS to PDF with ghostscript). (diff) | |
download | gentoo-2-5f13ed9f319285d54ad420cce5db22d482bb4f92.tar.gz gentoo-2-5f13ed9f319285d54ad420cce5db22d482bb4f92.tar.bz2 gentoo-2-5f13ed9f319285d54ad420cce5db22d482bb4f92.zip |
Update HOMEPAGE and SRC_URI.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/flowgrind')
-rw-r--r-- | net-analyzer/flowgrind/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/flowgrind/flowgrind-0.5.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/flowgrind/ChangeLog b/net-analyzer/flowgrind/ChangeLog index a1dbbadb87a7..88a8fb69ebaf 100644 --- a/net-analyzer/flowgrind/ChangeLog +++ b/net-analyzer/flowgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/flowgrind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.2 2012/03/18 22:46:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.3 2012/03/21 05:01:40 radhermit Exp $ + + 21 Mar 2012; Tim Harder <radhermit@gentoo.org> flowgrind-0.5.8.ebuild: + Update HOMEPAGE and SRC_URI. 18 Mar 2012; Tim Harder <radhermit@gentoo.org> flowgrind-0.5.8.ebuild: Use correct dep. diff --git a/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild b/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild index ec9628644f78..8d2eb5b04023 100644 --- a/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild +++ b/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v 1.2 2012/03/18 22:46:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v 1.3 2012/03/21 05:01:40 radhermit Exp $ EAPI="4" inherit eutils autotools DESCRIPTION="Network performance measurement tool" -HOMEPAGE="http://www.umic-mesh.net/research/flowgrind" -SRC_URI="http://www.umic-mesh.net/downloads/files/${P}.tar.bz2" +HOMEPAGE="https://launchpad.net/flowgrind" +SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |