diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:44:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:44:39 +0000 |
commit | a70b0e301e578052eeaedf7c5df14af0eedd722c (patch) | |
tree | f74eb2ba82a6db04346daa821b0aa28d82cf4f25 /net-analyzer/iptraf | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-a70b0e301e578052eeaedf7c5df14af0eedd722c.tar.gz historical-a70b0e301e578052eeaedf7c5df14af0eedd722c.tar.bz2 historical-a70b0e301e578052eeaedf7c5df14af0eedd722c.zip |
fix double IUSE
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/iptraf/Manifest b/net-analyzer/iptraf/Manifest index 5a3c3c117265..68fbf8420ca6 100644 --- a/net-analyzer/iptraf/Manifest +++ b/net-analyzer/iptraf/Manifest @@ -1,4 +1,4 @@ -MD5 31e226627b76f3a39dd585407f69695c iptraf-2.7.0-r1.ebuild 1192 +MD5 ba48bb804ddeea477a817751870ff201 iptraf-2.7.0-r1.ebuild 1187 MD5 c5ecdc4b72b927cc51cff03c1b70ca26 iptraf-2.7.0.ebuild 841 MD5 3f1ca43c894d7e42d2c8c71ee4ad287a ChangeLog 2578 MD5 a94566c6927ccaeca24681c25540624d metadata.xml 236 diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild index 49f1ff8fac7f..4f39265fcfa5 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild @@ -1,19 +1,18 @@ # 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.10 2004/07/09 20:18:05 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.11 2004/07/15 03:44:39 agriffis Exp $ V6PATCH_LEVEL=alpha11 DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz http://dev.gentoo.org/~gmsoft/${P}-ipv6-${V6PATCH_LEVEL}.diff" HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" -IUSE="ipv6" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 mips" +IUSE="ipv6" DEPEND=">=sys-libs/ncurses-5.2-r1" -IUSE="" src_unpack() { unpack ${P}.tar.gz |