diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /net-wireless | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2 gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip |
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/airsnort/airsnort-0.2.7e.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/bcm43xx-fwcutter/bcm43xx-fwcutter-006.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-wireless/airsnort/airsnort-0.2.7e.ebuild b/net-wireless/airsnort/airsnort-0.2.7e.ebuild index 855b7c56a43a..c28ca2245ee1 100644 --- a/net-wireless/airsnort/airsnort-0.2.7e.ebuild +++ b/net-wireless/airsnort/airsnort-0.2.7e.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="802.11b Wireless Packet Sniffer/WEP Cracker" HOMEPAGE="http://airsnort.shmoo.com/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/net-wireless/bcm43xx-fwcutter/bcm43xx-fwcutter-006.ebuild b/net-wireless/bcm43xx-fwcutter/bcm43xx-fwcutter-006.ebuild index 6a7b50bbd0a2..0cf29ec49d4a 100644 --- a/net-wireless/bcm43xx-fwcutter/bcm43xx-fwcutter-006.ebuild +++ b/net-wireless/bcm43xx-fwcutter/bcm43xx-fwcutter-006.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit toolchain-funcs DESCRIPTION="Firmware Tool for Broadcom 43xx based wireless network devices" diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild index 9f99e5a9a79c..89f3c439742e 100644 --- a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild +++ b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities" HOMEPAGE="http://www.nongnu.org/orinoco/" SRC_URI="mirror://sourceforge/orinoco/${P}.tar.gz" |