summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-29 01:50:29 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-29 01:50:29 +0000
commit63173fec2f94f0a9a65622d62c6c5f2487c456ef (patch)
treee126ac22428427eb443066ea873d6a17dbf874b7 /net-analyzer
parentfixed configuration directory path (diff)
downloadhistorical-63173fec2f94f0a9a65622d62c6c5f2487c456ef.tar.gz
historical-63173fec2f94f0a9a65622d62c6c5f2487c456ef.tar.bz2
historical-63173fec2f94f0a9a65622d62c6c5f2487c456ef.zip
moved to net-wireless
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wepattack/ChangeLog8
-rw-r--r--net-analyzer/wepattack/files/digest-wepattack-0.1.31
-rw-r--r--net-analyzer/wepattack/wepattack-0.1.3.ebuild34
3 files changed, 0 insertions, 43 deletions
diff --git a/net-analyzer/wepattack/ChangeLog b/net-analyzer/wepattack/ChangeLog
deleted file mode 100644
index d722930c2121..000000000000
--- a/net-analyzer/wepattack/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for net-analyzer/wepattack
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wepattack/ChangeLog,v 1.1 2002/12/21 07:54:34 vapier Exp $
-
-*wepattack-0.1.3 (21 Dec 2002)
-
- 21 Dec 2002; Mike Frysinger <vapier@gentoo.org> :
- Initial import. Ebuild submitted by me.
diff --git a/net-analyzer/wepattack/files/digest-wepattack-0.1.3 b/net-analyzer/wepattack/files/digest-wepattack-0.1.3
deleted file mode 100644
index 4b33aff94895..000000000000
--- a/net-analyzer/wepattack/files/digest-wepattack-0.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 be5a77902c992096dd95069bdade343b WepAttack-0.1.3.tar.gz 25063
diff --git a/net-analyzer/wepattack/wepattack-0.1.3.ebuild b/net-analyzer/wepattack/wepattack-0.1.3.ebuild
deleted file mode 100644
index 1ac119a7e352..000000000000
--- a/net-analyzer/wepattack/wepattack-0.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wepattack/wepattack-0.1.3.ebuild,v 1.1 2002/12/21 07:54:34 vapier Exp $
-
-MY_P="WepAttack-${PV}"
-DESCRIPTION="WLAN tool for breaking 802.11 WEP keys"
-HOMEPAGE="http://wepattack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wepattack/${MY_P}.tar.gz"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- net-libs/libpcap
- dev-libs/openssl
- net-wireless/kismet"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- cd src
- cp Makefile{,.old}
- sed -e "/^CFLAGS=/s:=:=${CFLAGS} :" Makefile.old > Makefile
- emake || die
-}
-
-src_install() {
- dobin src/wepattack run/wepattack_{inc,word}
- insinto /etc
- doins conf/wepattack.conf
- dodoc README
-}