commit:     392511c99c140da065584f6e07eca8c2f4318fa3
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 18:57:49 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:45:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392511c9

net-wireless/gr-paint: fix for gr-3.8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild | 9 ++++++++-
 net-wireless/gr-paint/gr-paint-9999.ebuild          | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild 
b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
index d1f2bf7295e..132442bd9f3 100644
--- a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
+++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
 else
        COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
        SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
+       S="${WORKDIR}/${PN}38-${COMMIT}"
        KEYWORDS="~amd64"
 fi
 inherit cmake-utils python-single-r1
@@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
        ')
+       dev-libs/gmp
+       sci-libs/volk
        =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
 "
 RDEPEND="${DEPEND}
@@ -50,3 +52,8 @@ src_configure() {
        )
        cmake-utils_src_configure
 }
+
+src_install() {
+       cmake-utils_src_install
+       python_optimize
+}

diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild 
b/net-wireless/gr-paint/gr-paint-9999.ebuild
index d1f2bf7295e..132442bd9f3 100644
--- a/net-wireless/gr-paint/gr-paint-9999.ebuild
+++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
 else
        COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e"
        SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
+       S="${WORKDIR}/${PN}38-${COMMIT}"
        KEYWORDS="~amd64"
 fi
 inherit cmake-utils python-single-r1
@@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
        ')
+       dev-libs/gmp
+       sci-libs/volk
        =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}]
 "
 RDEPEND="${DEPEND}
@@ -50,3 +52,8 @@ src_configure() {
        )
        cmake-utils_src_configure
 }
+
+src_install() {
+       cmake-utils_src_install
+       python_optimize
+}

Reply via email to