[gentoo-commits] repo/gentoo:master commit in: net-wireless/madwimax/

2021-10-21 Thread Jakov Smolić
commit: 7eb0d64c0327cd65f27c26639e440664b2c28aef
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Oct 21 17:11:04 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Oct 21 18:22:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb0d64c

net-wireless/madwimax: Port to EAPI 8

Signed-off-by: Jakov Smolić  gentoo.org>

 .../{madwimax-0.1.1-r1.ebuild => madwimax-0.1.1-r2.ebuild}   | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild 
b/net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
similarity index 91%
rename from net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
rename to net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
index 43812bae6df..cfb08defa6d 100644
--- a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
+++ b/net-wireless/madwimax/madwimax-0.1.1-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
+
 inherit autotools linux-info udev
 
 DESCRIPTION="Reverse-engineered driver for WiMAX devices based on Samsung 
CMC-730 chip"
@@ -14,7 +15,8 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
doc? (
app-text/asciidoc
@@ -24,6 +26,7 @@ DEPEND="${RDEPEND}
 CONFIG_CHECK="~TUN"
 
 src_prepare() {
+   default
sed -i -e "s:\(for name in docbook2\)x-man:\1man\.pl:" configure.ac || 
die
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/madwimax/

2017-08-06 Thread Amy Liffey
commit: 804f5b8a0da69bfa42008608ea986ac3085fe9b8
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Aug  6 13:09:11 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug  6 13:41:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f5b8a

net-wireless/madwimax: Shorter DESCRIPTION

 net-wireless/madwimax/madwimax-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild 
b/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
index 86aa5383014..43812bae6df 100644
--- a/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
+++ b/net-wireless/madwimax/madwimax-0.1.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools linux-info udev
 
-DESCRIPTION="A reverse-engineered Linux driver for mobile WiMAX devices based 
on Samsung CMC-730 chip"
+DESCRIPTION="Reverse-engineered driver for WiMAX devices based on Samsung 
CMC-730 chip"
 HOMEPAGE="https://code.google.com/p/madwimax/";
 SRC_URI="https://madwimax.googlecode.com/files/${P}.tar.gz";