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/horst | |
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/horst')
-rw-r--r-- | net-wireless/horst/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/horst/horst-3.0.ebuild | 31 |
2 files changed, 0 insertions, 33 deletions
diff --git a/net-wireless/horst/Manifest b/net-wireless/horst/Manifest deleted file mode 100644 index aaf44c9d..00000000 --- a/net-wireless/horst/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST horst-3.0.tar.gz 63179 RMD160 9fb84a68baef5a09a5bb6f7a433ddc967fb3ae90 SHA1 b7bf94f819285c3d0e79d0fba921ab8221cc6e47 SHA256 7d8de85ff8715f3bea7ccecc0382e2d3c48bccce4be6dee5f1d0d15447776cc8 -EBUILD horst-3.0.ebuild 553 RMD160 4d677bd11488714f238cc405e5bcb4909285ab78 SHA1 46c27db06a6bec346b7103b9764d634714b6ec70 SHA256 b7e358ace47d2c4f7685240b9843ad211af3b70cfdd6dffdfbb191c8bcfc07f6 diff --git a/net-wireless/horst/horst-3.0.ebuild b/net-wireless/horst/horst-3.0.ebuild deleted file mode 100644 index 6a990ab6..00000000 --- a/net-wireless/horst/horst-3.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Small 802.11 wireless LAN analyzer" -HOMEPAGE="http://br1.einfach.org/tech/horst/" -SRC_URI="http://br1.einfach.org/horst_dl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+pcap" - -DEPEND="sys-libs/ncurses - pcap? ( net-libs/libpcap )" -RDEPEND="${DEPEND}" - -src_compile() { - if use pcap; then - emake PCAP=1 - else - emake - fi -} - -src_install() { - dosbin horst - dodoc ChangeLog README TODO -} |