diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-23 11:32:43 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-23 11:32:43 +0000 |
commit | 1c7b975d9d4394bdd76039192b978770817c6e4c (patch) | |
tree | d4522d3b242624c98efec541b7798a7fc3ff1f5e /net-analyzer/iptraf | |
parent | Added to macos, closing bug #57947 (Manifest recommit) (diff) | |
download | gentoo-2-1c7b975d9d4394bdd76039192b978770817c6e4c.tar.gz gentoo-2-1c7b975d9d4394bdd76039192b978770817c6e4c.tar.bz2 gentoo-2-1c7b975d9d4394bdd76039192b978770817c6e4c.zip |
Fixed URL location of ipv6 patch. Closes #58021.
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog index 91a6f602ab2d..f4d22aa66bf7 100644 --- a/net-analyzer/iptraf/ChangeLog +++ b/net-analyzer/iptraf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iptraf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.22 2004/07/09 20:18:05 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.23 2004/07/23 11:32:43 eldad Exp $ + + 23 Jul 2004; Eldad Zack <eldad@gentoo.org> iptraf-2.7.0-r1.ebuild: + Fixed URL location of ipv6 patch. Closes #58021. 09 Jul 2004; Eldad Zack <eldad@gentoo.org> iptraf-2.7.0-r1.ebuild, iptraf-2.7.0.ebuild: diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild index ff0a4646b9cc..c090bb96a250 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.12 2004/07/21 13:31:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.13 2004/07/23 11:32:43 eldad Exp $ inherit eutils @@ -8,7 +8,7 @@ V6PATCH_LEVEL=alpha11 DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz - http://dev.gentoo.org/~gmsoft/${P}-ipv6-${V6PATCH_LEVEL}.diff" + http://dev.gentoo.org/~gmsoft/patches/${P}-ipv6-${V6PATCH_LEVEL}.diff" LICENSE="GPL-2" SLOT="0" |