Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/
Date: Fri, 14 Aug 2020 18:42:48
Message-Id: 1597430563.0f83c6364d17a554e424109d5ff9511ade25c3cc.zerochaos@gentoo
1 commit: 0f83c6364d17a554e424109d5ff9511ade25c3cc
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 18:42:36 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 18:42:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f83c636
7
8 net-wireless/gr-iqbal: update eclass use
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild | 6 +++---
14 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
18 index 716aaa6176f..d8b2cae1cdd 100644
19 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
20 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 PYTHON_COMPAT=( python3_{6,7,8})
24
25 -inherit cmake-utils python-single-r1
26 +inherit cmake python-single-r1
27
28 DESCRIPTION="gnuradio I/Q balancing"
29 HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
30 @@ -32,10 +32,10 @@ src_configure() {
31 local mycmakeargs=(
32 -DENABLE_DOXYGEN="$(usex doc)"
33 )
34 - cmake-utils_src_configure
35 + cmake_src_configure
36 }
37
38 src_install() {
39 - cmake-utils_src_install
40 + cmake_src_install
41 python_optimize "${ED}/$(python_get_sitedir)"
42 }
43
44 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
45 index 716aaa6176f..d8b2cae1cdd 100644
46 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
47 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
48 @@ -4,7 +4,7 @@
49 EAPI=7
50 PYTHON_COMPAT=( python3_{6,7,8})
51
52 -inherit cmake-utils python-single-r1
53 +inherit cmake python-single-r1
54
55 DESCRIPTION="gnuradio I/Q balancing"
56 HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
57 @@ -32,10 +32,10 @@ src_configure() {
58 local mycmakeargs=(
59 -DENABLE_DOXYGEN="$(usex doc)"
60 )
61 - cmake-utils_src_configure
62 + cmake_src_configure
63 }
64
65 src_install() {
66 - cmake-utils_src_install
67 + cmake_src_install
68 python_optimize "${ED}/$(python_get_sitedir)"
69 }