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-paint/
Date: Mon, 01 Jun 2020 20:46:08
Message-Id: 1591044347.392511c99c140da065584f6e07eca8c2f4318fa3.zerochaos@gentoo
1 commit: 392511c99c140da065584f6e07eca8c2f4318fa3
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 18:57:49 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:45:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392511c9
7
8 net-wireless/gr-paint: fix for gr-3.8
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-paint/gr-paint-0.0_p20200517.ebuild | 9 ++++++++-
14 net-wireless/gr-paint/gr-paint-9999.ebuild | 9 ++++++++-
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
18 index d1f2bf7295e..132442bd9f3 100644
19 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
20 +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
22 else
23 COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
24 SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
25 - S="${WORKDIR}/${PN}-${COMMIT}"
26 + S="${WORKDIR}/${PN}38-${COMMIT}"
27 KEYWORDS="~amd64"
28 fi
29 inherit cmake-utils python-single-r1
30 @@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS}
31 $(python_gen_cond_dep '
32 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
33 ')
34 + dev-libs/gmp
35 + sci-libs/volk
36 =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
37 "
38 RDEPEND="${DEPEND}
39 @@ -50,3 +52,8 @@ src_configure() {
40 )
41 cmake-utils_src_configure
42 }
43 +
44 +src_install() {
45 + cmake-utils_src_install
46 + python_optimize
47 +}
48
49 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild
50 index d1f2bf7295e..132442bd9f3 100644
51 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
52 +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
53 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
54 else
55 COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
56 SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
57 - S="${WORKDIR}/${PN}-${COMMIT}"
58 + S="${WORKDIR}/${PN}38-${COMMIT}"
59 KEYWORDS="~amd64"
60 fi
61 inherit cmake-utils python-single-r1
62 @@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS}
63 $(python_gen_cond_dep '
64 dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
65 ')
66 + dev-libs/gmp
67 + sci-libs/volk
68 =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
69 "
70 RDEPEND="${DEPEND}
71 @@ -50,3 +52,8 @@ src_configure() {
72 )
73 cmake-utils_src_configure
74 }
75 +
76 +src_install() {
77 + cmake-utils_src_install
78 + python_optimize
79 +}