diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 17:59:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 17:59:33 +0000 |
commit | 093e35b6abb775cb4c2addb6ba116f2bd234cf28 (patch) | |
tree | 576a925ea29c02cde8868c72c799c902c951e162 /net-analyzer/pathload | |
parent | Version bump. (diff) | |
download | gentoo-2-093e35b6abb775cb4c2addb6ba116f2bd234cf28.tar.gz gentoo-2-093e35b6abb775cb4c2addb6ba116f2bd234cf28.tar.bz2 gentoo-2-093e35b6abb775cb4c2addb6ba116f2bd234cf28.zip |
Move sources to dev space.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/pathload')
-rw-r--r-- | net-analyzer/pathload/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pathload/pathload-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pathload/ChangeLog b/net-analyzer/pathload/ChangeLog index 656c8638193e..170afe9050a6 100644 --- a/net-analyzer/pathload/ChangeLog +++ b/net-analyzer/pathload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pathload # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathload/ChangeLog,v 1.2 2014/07/16 16:08:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathload/ChangeLog,v 1.3 2014/07/16 17:59:33 jer Exp $ + + 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> pathload-1.3.2.ebuild: + Move sources to dev space. 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> pathload-1.3.2.ebuild, +files/pathload-1.3.2-make.patch: diff --git a/net-analyzer/pathload/pathload-1.3.2.ebuild b/net-analyzer/pathload/pathload-1.3.2.ebuild index c4d6b6c397f8..3ecb9c07fa27 100644 --- a/net-analyzer/pathload/pathload-1.3.2.ebuild +++ b/net-analyzer/pathload/pathload-1.3.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathload/pathload-1.3.2.ebuild,v 1.2 2014/07/16 16:08:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathload/pathload-1.3.2.ebuild,v 1.3 2014/07/16 17:59:33 jer Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Non-intrusive utility for estimation of available bandwidth of Internet paths" HOMEPAGE="http://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html" -SRC_URI="http://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |