net-wireless/hostap-utils: port to EAPI=7
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 29 Apr 2020 16:03:17 +0000 (19:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 29 Apr 2020 16:04:39 +0000 (19:04 +0300)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch
net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild

index 366a878b7b62e9be48dc0a1f1044188a8b89a809..e6838ba27c2fb6c70aa7c29c8851aa21dcf557b1 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile.orig      2012-11-20 12:16:39.747881769 +0400
-+++ Makefile   2012-11-20 12:17:39.248881307 +0400
+--- a/Makefile 2012-11-20 12:16:39.747881769 +0400
++++ b/Makefile 2012-11-20 12:17:39.248881307 +0400
 @@ -1,7 +1,3 @@
 -ifndef CFLAGS
 -CFLAGS = -O2 -Wall
index 8b830e0fbecbf65440cfd99001a250ad35645fba..81d045aa4f29656e98ed84b7354622cb6ce9eac1 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit base toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Utilities for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products"
 HOMEPAGE="http://hostap.epitest.fi/"
@@ -13,11 +13,6 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
 
 src_compile() {