Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 243164

Summary: net-wireless/aircrack-ng-0.9.3 should "IUSE=+wifi"
Product: Gentoo Linux Reporter: Jeremy Olexa (darkside) (RETIRED) <darkside>
Component: New packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: crypto+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-22 00:59:38 UTC
Hello netmon team,
May I recommend to default to the USE=wifi. It seems that this would be a better user experience due to the fact that it adds some executables that are pretty handy.

Index: aircrack-ng-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-0.9.3.ebu
ild,v
retrieving revision 1.5
diff -u -r1.5 aircrack-ng-0.9.3.ebuild
--- aircrack-ng-0.9.3.ebuild    27 Sep 2008 16:20:57 -0000      1.5
+++ aircrack-ng-0.9.3.ebuild    22 Oct 2008 00:57:33 -0000
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-0.9.3.e
build,v 1.5 2008/09/27 16:20:57 armin76 Exp $
 
+EAPI="1"
+
 inherit toolchain-funcs
 
 DESCRIPTION="WLAN tools for breaking 802.11 WEP/WPA keys"
@@ -11,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ppc x86 ~x86-fbsd"
-IUSE="wifi"
+IUSE="+wifi"
 
 DEPEND="wifi? ( net-libs/libpcap )"

Additional files with USE=wifi:
%% diff /tmp/aircrack{,2}.txt 
1,4d0
< /usr/sbin/aireplay-ng
< /usr/sbin/airodump-ng
< /usr/sbin/airtun-ng
< /usr/sbin/airmon-ng

Thanks for your consideration.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-28 19:23:42 UTC
=net-wireless/aircrack-ng-1* doesn't have "wifi" USE flag.