Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/aircrack-ng/
Date: Tue, 04 Jan 2022 03:29:32
Message-Id: 1641266932.6dfe4cb9b97dd5a63e1a4be4e5cd218cf7322fb8.sam@gentoo
1 commit: 6dfe4cb9b97dd5a63e1a4be4e5cd218cf7322fb8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:07:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfe4cb9
7
8 net-wireless/aircrack-ng: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../aircrack-ng/aircrack-ng-1.6_p20200722-r1.ebuild | 19 ++-----------------
14 net-wireless/aircrack-ng/aircrack-ng-9999.ebuild | 19 ++-----------------
15 2 files changed, 4 insertions(+), 34 deletions(-)
16
17 diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722-r1.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722-r1.ebuild
18 index aba4869d9ca4..6fd2c84fb3ae 100644
19 --- a/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722-r1.ebuild
20 +++ b/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -25,7 +25,7 @@ fi
28 LICENSE="GPL-2"
29 SLOT="0"
30
31 -IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD +netlink +pcre +sqlite +experimental"
32 +IUSE="+airdrop-ng +airgraph-ng kernel_linux +netlink +pcre +sqlite +experimental"
33
34 DEPEND="net-libs/libpcap
35 sys-apps/hwloc:0=
36 @@ -104,18 +104,3 @@ src_install() {
37 rm "${ED}"/usr/sbin/airodump-ng-oui-update
38 find "${D}" -xtype f -name '*.la' -delete || die
39 }
40 -
41 -pkg_postinst() {
42 - # Message is (c) FreeBSD
43 - # http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/aircrack-ng/files/pkg-message.in?rev=1.5
44 - if use kernel_FreeBSD ; then
45 - einfo "Contrary to Linux, it is not necessary to use airmon-ng to enable the monitor"
46 - einfo "mode of your wireless card. So do not care about what the manpages say about"
47 - einfo "airmon-ng, airodump-ng sets monitor mode automatically."
48 - echo
49 - einfo "To return from monitor mode, issue the following command:"
50 - einfo " ifconfig \${INTERFACE} -mediaopt monitor"
51 - einfo
52 - einfo "For aireplay-ng you need FreeBSD >= 7.0."
53 - fi
54 -}
55
56 diff --git a/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild b/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
57 index e7aadf29d9b5..19edd296904f 100644
58 --- a/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
59 +++ b/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 +# Copyright 1999-2022 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66 @@ -23,7 +23,7 @@ fi
67 LICENSE="GPL-2"
68 SLOT="0"
69
70 -IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD +netlink +pcre +sqlite +experimental"
71 +IUSE="+airdrop-ng +airgraph-ng kernel_linux +netlink +pcre +sqlite +experimental"
72
73 DEPEND="net-libs/libpcap
74 sys-apps/hwloc:0=
75 @@ -99,18 +99,3 @@ src_install() {
76 rm "${ED}"/usr/sbin/airodump-ng-oui-update
77 find "${D}" -xtype f -name '*.la' -delete || die
78 }
79 -
80 -pkg_postinst() {
81 - # Message is (c) FreeBSD
82 - # http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/aircrack-ng/files/pkg-message.in?rev=1.5
83 - if use kernel_FreeBSD ; then
84 - einfo "Contrary to Linux, it is not necessary to use airmon-ng to enable the monitor"
85 - einfo "mode of your wireless card. So do not care about what the manpages say about"
86 - einfo "airmon-ng, airodump-ng sets monitor mode automatically."
87 - echo
88 - einfo "To return from monitor mode, issue the following command:"
89 - einfo " ifconfig \${INTERFACE} -mediaopt monitor"
90 - einfo
91 - einfo "For aireplay-ng you need FreeBSD >= 7.0."
92 - fi
93 -}