From 029e1035dd55e6bd85c1e36d8f7b61763701e638 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Fri, 18 Dec 2020 14:45:23 -0500 Subject: net-wireless/gr-paint: volk subslot dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Rick Farina --- .../gr-paint/gr-paint-0.0_p20200517-r1.ebuild | 59 ++++++++++++++++++++++ .../gr-paint/gr-paint-0.0_p20200517.ebuild | 59 ---------------------- net-wireless/gr-paint/gr-paint-9999.ebuild | 2 +- 3 files changed, 60 insertions(+), 60 deletions(-) create mode 100644 net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild delete mode 100644 net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild (limited to 'net-wireless') diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild new file mode 100644 index 000000000000..b96da1e6659c --- /dev/null +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/drmpeg/gr-paint38.git" +else + COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e" + SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}38-${COMMIT}" + KEYWORDS="~amd64" +fi +inherit cmake-utils python-single-r1 + +DESCRIPTION="Paints monochrome images into the waterfall of a receiver" +HOMEPAGE="https://github.com/drmpeg/gr-paint" + +LICENSE="GPL-3+" +SLOT="0" +IUSE="doc" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +#< drmpeg> What tests? +RESTRICT="test" + +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} + media-gfx/imagemagick +" +BDEPEND=" + dev-lang/swig + dev-util/cppunit + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + local mycmakeargs=( + -DENABLE_DOXYGEN=$(usex doc) + -DPYTHON_EXECUTABLE="${PYTHON}" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + python_optimize +} diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild deleted file mode 100644 index 132442bd9f33..000000000000 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/drmpeg/gr-paint38.git" -else - COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e" - SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}38-${COMMIT}" - KEYWORDS="~amd64" -fi -inherit cmake-utils python-single-r1 - -DESCRIPTION="Paints monochrome images into the waterfall of a receiver" -HOMEPAGE="https://github.com/drmpeg/gr-paint" - -LICENSE="GPL-3+" -SLOT="0" -IUSE="doc" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -#< drmpeg> What tests? -RESTRICT="test" - -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} - media-gfx/imagemagick -" -BDEPEND=" - dev-lang/swig - dev-util/cppunit - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - local mycmakeargs=( - -DENABLE_DOXYGEN=$(usex doc) - -DPYTHON_EXECUTABLE="${PYTHON}" - ) - 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 132442bd9f33..b96da1e6659c 100644 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild @@ -32,7 +32,7 @@ DEPEND="${PYTHON_DEPS} dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] ') dev-libs/gmp - sci-libs/volk + sci-libs/volk:= =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}] " RDEPEND="${DEPEND} -- cgit v1.2.3-65-gdbad