diff options
author | 2003-03-07 23:10:19 +0000 | |
---|---|---|
committer | 2003-03-07 23:10:19 +0000 | |
commit | 4cd964e570a7eb33bdd59112d37a0a276768c6ce (patch) | |
tree | d988b70ca52579fb9b66295ec5846a9e07aec61c /net-analyzer/hogwash | |
parent | Fixing the einstall problem introduced by portage 2.0.47. (diff) | |
download | historical-4cd964e570a7eb33bdd59112d37a0a276768c6ce.tar.gz historical-4cd964e570a7eb33bdd59112d37a0a276768c6ce.tar.bz2 historical-4cd964e570a7eb33bdd59112d37a0a276768c6ce.zip |
Marked as stable.
Diffstat (limited to 'net-analyzer/hogwash')
-rw-r--r-- | net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild b/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild index f12c581fb1ce..896d26f0bd3e 100644 --- a/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild +++ b/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild,v 1.2 2003/02/13 13:40:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.4.0_pre1.ebuild,v 1.3 2003/03/07 23:10:19 mholzer Exp $ TGZFILE=hogwash-0.4-pre1.tgz S=${WORKDIR}/devel-0.4 DESCRIPTION="An invisible, layer2 network packet scrubber based on snort" HOMEPAGE="http://hogwash.sourceforge.net" -SRC_URI="mirror://sourceforge/hogwash/${TGZFILE} +SRC_URI="mirror://sourceforge/${PN}/${TGZFILE} http://hogwash.sourceforge.net/rules.2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc" DEPEND=">=net-libs/libpcap-0.6.1 >=net-libs/libnet-1.0.2a" |