Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostap-utils/files/, net-wireless/hostap-utils/
Date: Wed, 29 Apr 2020 16:04:47
Message-Id: 1588176279.b39192875e8240533f89b71415630a29bbb08ea9.zlogene@gentoo
1 commit: b39192875e8240533f89b71415630a29bbb08ea9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 16:03:17 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 16:04:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3919287
7
8 net-wireless/hostap-utils: port to EAPI=7
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../hostap-utils/files/hostap-utils-0.4.7-makefile.patch | 4 ++--
14 net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild | 11 +++--------
15 2 files changed, 5 insertions(+), 10 deletions(-)
16
17 diff --git a/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch
18 index 366a878b7b6..e6838ba27c2 100644
19 --- a/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch
20 +++ b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch
21 @@ -1,5 +1,5 @@
22 ---- Makefile.orig 2012-11-20 12:16:39.747881769 +0400
23 -+++ Makefile 2012-11-20 12:17:39.248881307 +0400
24 +--- a/Makefile 2012-11-20 12:16:39.747881769 +0400
25 ++++ b/Makefile 2012-11-20 12:17:39.248881307 +0400
26 @@ -1,7 +1,3 @@
27 -ifndef CFLAGS
28 -CFLAGS = -O2 -Wall
29
30 diff --git a/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild
31 index 8b830e0fbec..81d045aa4f2 100644
32 --- a/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild
33 +++ b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=4
40 +EAPI=7
41
42 -inherit base toolchain-funcs
43 +inherit toolchain-funcs
44
45 DESCRIPTION="Utilities for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products"
46 HOMEPAGE="http://hostap.epitest.fi/"
47 @@ -13,11 +13,6 @@ LICENSE="GPL-2"
48 SLOT="0"
49 KEYWORDS="amd64 ppc x86"
50
51 -IUSE=""
52 -
53 -DEPEND=""
54 -RDEPEND=""
55 -
56 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
57
58 src_compile() {