diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-20 14:06:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-20 14:06:32 +0000 |
commit | 9a152d23e2cb59ebc019c15c13b52c2c31f100b0 (patch) | |
tree | 46d6d3df3c5c27101a104fb8134559564587fe9a /net-analyzer/iftop | |
parent | Version bump, as requested by Mike DeSimone in bug #498644. (diff) | |
download | gentoo-2-9a152d23e2cb59ebc019c15c13b52c2c31f100b0.tar.gz gentoo-2-9a152d23e2cb59ebc019c15c13b52c2c31f100b0.tar.bz2 gentoo-2-9a152d23e2cb59ebc019c15c13b52c2c31f100b0.zip |
net-analyzer/iftop: Fix HOMPAGE
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.17.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre2.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre3.ebuild | 6 |
4 files changed, 16 insertions, 12 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index fb88ea69686f..25780ddafb3c 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iftop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.56 2014/01/13 01:49:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.57 2014/01/20 14:06:32 jlec Exp $ + + 20 Jan 2014; Justin Lecher <jlec@gentoo.org> iftop-0.17.ebuild, + iftop-1.0_pre2.ebuild, iftop-1.0_pre3.ebuild: + Fix HOMPAGE 13 Jan 2014; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre3.ebuild: Set RDEPEND, DEPEND on virtual/pkgconfig by cyberbat (bug #497926). diff --git a/net-analyzer/iftop/iftop-0.17.ebuild b/net-analyzer/iftop/iftop-0.17.ebuild index bb6fdbb3525f..798483df6c7d 100644 --- a/net-analyzer/iftop/iftop-0.17.ebuild +++ b/net-analyzer/iftop/iftop-0.17.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.17.ebuild,v 1.12 2010/01/01 17:36:43 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.17.ebuild,v 1.13 2014/01/20 14:06:32 jlec Exp $ inherit eutils DESCRIPTION="display bandwidth usage on an interface" -SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz" -HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" +SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/iftop/iftop-1.0_pre2.ebuild b/net-analyzer/iftop/iftop-1.0_pre2.ebuild index 8fa6c7d99fd5..2b1eb3cd8e90 100644 --- a/net-analyzer/iftop/iftop-1.0_pre2.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.11 2013/12/13 07:31:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.12 2014/01/20 14:06:32 jlec Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="display bandwidth usage on an interface" -SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P/_/}.tar.gz" -HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" +SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/iftop/iftop-1.0_pre3.ebuild b/net-analyzer/iftop/iftop-1.0_pre3.ebuild index 1c28afcf7bdf..3e093db8ce11 100644 --- a/net-analyzer/iftop/iftop-1.0_pre3.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre3.ebuild,v 1.2 2014/01/13 01:31:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre3.ebuild,v 1.3 2014/01/20 14:06:32 jlec Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="display bandwidth usage on an interface" -SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P/_/}.tar.gz" -HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" +SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" +HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/" LICENSE="GPL-2" SLOT="0" |