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: Mon, 01 Jun 2020 20:46:08
Message-Id: 1591044348.80fb182ab0d48b0720b6ae101557b5ef256b2662.zerochaos@gentoo
1 commit: 80fb182ab0d48b0720b6ae101557b5ef256b2662
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:38:02 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:45:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb182a
7
8 net-wireless/gr-iqbal: qa and cleanup
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild | 14 +++++++++++++-
14 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 14 +++++++++++++-
15 2 files changed, 26 insertions(+), 2 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 718058c0050..716aaa6176f 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 @@ -19,7 +19,7 @@ fi
22
23 LICENSE="GPL-3"
24 SLOT="0/${PV}"
25 -IUSE=""
26 +IUSE="doc"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29 RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
30 @@ -27,3 +27,15 @@ RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
31 dev-libs/boost:=
32 ${PYTHON_DEPS}"
33 DEPEND="${RDEPEND}"
34 +
35 +src_configure() {
36 + local mycmakeargs=(
37 + -DENABLE_DOXYGEN="$(usex doc)"
38 + )
39 + cmake-utils_src_configure
40 +}
41 +
42 +src_install() {
43 + cmake-utils_src_install
44 + python_optimize "${ED}/$(python_get_sitedir)"
45 +}
46
47 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
48 index 718058c0050..716aaa6176f 100644
49 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
50 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
51 @@ -19,7 +19,7 @@ fi
52
53 LICENSE="GPL-3"
54 SLOT="0/${PV}"
55 -IUSE=""
56 +IUSE="doc"
57
58 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59 RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
60 @@ -27,3 +27,15 @@ RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
61 dev-libs/boost:=
62 ${PYTHON_DEPS}"
63 DEPEND="${RDEPEND}"
64 +
65 +src_configure() {
66 + local mycmakeargs=(
67 + -DENABLE_DOXYGEN="$(usex doc)"
68 + )
69 + cmake-utils_src_configure
70 +}
71 +
72 +src_install() {
73 + cmake-utils_src_install
74 + python_optimize "${ED}/$(python_get_sitedir)"
75 +}