diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-06-10 19:17:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-06-10 19:17:53 +0000 |
commit | 678f706a2d3a139a1d7598aba47f5beca0bff976 (patch) | |
tree | f340c85b6f4ce7b4aaddfe942c3d21564a6128ca /net-analyzer/thrulay/thrulay-0.6.ebuild | |
parent | Adding ~amd64, also adding latest version 0.2.7 (diff) | |
download | historical-678f706a2d3a139a1d7598aba47f5beca0bff976.tar.gz historical-678f706a2d3a139a1d7598aba47f5beca0bff976.tar.bz2 historical-678f706a2d3a139a1d7598aba47f5beca0bff976.zip |
Fix HOMEPAGE in SRC_URI.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/thrulay/thrulay-0.6.ebuild')
-rw-r--r-- | net-analyzer/thrulay/thrulay-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/thrulay/thrulay-0.6.ebuild b/net-analyzer/thrulay/thrulay-0.6.ebuild index 4cd74e03106e..425ef25fd863 100644 --- a/net-analyzer/thrulay/thrulay-0.6.ebuild +++ b/net-analyzer/thrulay/thrulay-0.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/thrulay-0.6.ebuild,v 1.3 2005/09/26 04:26:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/thrulay-0.6.ebuild,v 1.4 2007/06/10 19:17:53 robbat2 Exp $ inherit toolchain-funcs DESCRIPTION="Measure the capacity of a network by sending a bulk TCP stream over it." HOMEPAGE="http://www.internet2.edu/~shalunov/thrulay/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" +SRC_URI="http://www.internet2.edu/~shalunov/thrulay/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" |