diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
commit | 20a107748317091d1ac003f1cbb045928d07e684 (patch) | |
tree | bb7c9d0d400d06cf3abc0ba06830d587655c9c85 /net-wireless/wifitap/wifitap-0.4.0-r4.ebuild | |
parent | 377b452f12024d39dd04b33d4376bf311607f806 (diff) |
No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments
Diffstat (limited to 'net-wireless/wifitap/wifitap-0.4.0-r4.ebuild')
-rw-r--r-- | net-wireless/wifitap/wifitap-0.4.0-r4.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-wireless/wifitap/wifitap-0.4.0-r4.ebuild b/net-wireless/wifitap/wifitap-0.4.0-r4.ebuild deleted file mode 100644 index 9894af10..00000000 --- a/net-wireless/wifitap/wifitap-0.4.0-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /root/portage/net-wireless/wifitap/wifitap-0.3.7.ebuild,v 1.1.1.1 2006/03/29 19:41:59 grimmlin Exp $ - -inherit python - -DESCRIPTION="A wireless tool to do direct connection to client without passing through an AP" -HOMEPAGE="http://sid.rstack.org/index.php/Wifitap_EN" -SRC_URI="http://sid.rstack.org/code/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="<net-analyzer/scapy-2.0 - dev-python/gnuplot-py - dev-python/pyx" - -S=${WORKDIR}/${PN} - -src_install() { - exeinto /usr/bin - newexe wifitap.py wifitap - newexe wifidns.py wifidns - newexe wifiping.py wifiping - - # also install scapy as a importable python module - insinto /usr/$(get_libdir)/python$(python_get_version)/site-packages - rm scapy.py - doins *.py - - dodoc AUTHORS README Changelog BUGS TODO -} - -pkg_postinst() { - python_mod_optimize -} - -pkg_postrm() { - python_mod_cleanup -} |