From 0571e5927877aeed56ec4d9f0088df9694c403d2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 21 Oct 2020 08:32:46 +0200 Subject: net-wireless/gr-baz: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-wireless/gr-baz/gr-baz-9999.ebuild | 49 ---------------------------------- net-wireless/gr-baz/metadata.xml | 17 ------------ profiles/package.mask | 6 ----- 3 files changed, 72 deletions(-) delete mode 100644 net-wireless/gr-baz/gr-baz-9999.ebuild delete mode 100644 net-wireless/gr-baz/metadata.xml diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild deleted file mode 100644 index 36f890e014d4..000000000000 --- a/net-wireless/gr-baz/gr-baz-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/balint256/gr-baz.git" -else - KEYWORDS="" -fi -inherit cmake-utils python-single-r1 - -DESCRIPTION="Gnuradio baz" -HOMEPAGE="https://wiki.spench.net/wiki/Gr-baz" - -LICENSE="GPL-3" -SLOT="0" -IUSE="armadillo doc rtlsdr uhd" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/boost:=[threads,${PYTHON_MULTI_USEDEP}] - ') - >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}] - armadillo? ( sci-libs/armadillo ) - rtlsdr? ( virtual/libusb:1 ) - uhd? ( net-wireless/uhd[${PYTHON_SINGLE_USEDEP}] ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - local mycmakeargs=( - -DPYTHON_EXECUTABLE="${PYTHON}" - ) - cmake-utils_src_configure -} -src_install() { - cmake-utils_src_install - insinto /usr/share/${PN} - doins -r samples/* -} diff --git a/net-wireless/gr-baz/metadata.xml b/net-wireless/gr-baz/metadata.xml deleted file mode 100644 index db954afee0e3..000000000000 --- a/net-wireless/gr-baz/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - radio@gentoo.org - Radio - - - install MUSIC DOA estimator block - install rtlsdr source block - install UHD aware blocks - - diff --git a/profiles/package.mask b/profiles/package.mask index fb09f51697e2..c2c513aa778d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -184,12 +184,6 @@ sys-apps/lcdtest # Removal in 30 days. Bug #737412. sci-libs/shogun -# Aaron Bauman (2020-09-22) -# Fails to build with new Python or at all. -# QA issues (byte compiling etc). All live ebuilds. -# Removal in 30 days -net-wireless/gr-baz - # Michał Górny (2020-09-09) # These packages (or package versions) still require Python 2.7. # They are either dead upstream, their Python 3 porting efforts are -- cgit v1.2.3-65-gdbad