diff options
author | 2024-01-03 14:10:42 -0500 | |
---|---|---|
committer | 2024-01-03 14:31:55 -0500 | |
commit | 93f4a27eac174d7f2e8cc7fe3b25d781cbb4273b (patch) | |
tree | 4a666c413d0aacb3b4e7d34d85b9afa0c5af3d94 /net-wireless | |
parent | net-wireless/gr-osmosdr: drop 0.2.3_p20210128-r1 (diff) | |
download | gentoo-93f4a27eac174d7f2e8cc7fe3b25d781cbb4273b.tar.gz gentoo-93f4a27eac174d7f2e8cc7fe3b25d781cbb4273b.tar.bz2 gentoo-93f4a27eac174d7f2e8cc7fe3b25d781cbb4273b.zip |
net-wireless/gr-osmosdr: drop 0.2.4
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-osmosdr/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | 91 |
2 files changed, 0 insertions, 92 deletions
diff --git a/net-wireless/gr-osmosdr/Manifest b/net-wireless/gr-osmosdr/Manifest index 5bdbc34638af..5c2f7e00a90c 100644 --- a/net-wireless/gr-osmosdr/Manifest +++ b/net-wireless/gr-osmosdr/Manifest @@ -1,2 +1 @@ -DIST gr-osmosdr-0.2.4.tar.gz 260745 BLAKE2B 6af08b2658619edbbbf398aebcd3b3262f03aa7ed9d18c31970c255f093ea60d8da8597635fdd33a267a005a375fd54b82d1405c6674ad92721c38b3e4660a16 SHA512 04b54c92e40e58b76a9e6c9c3fb419f97af2599ca2f92cb58858464722e993ebe05896ffee2592ced729521ec65857eac9fac7809567c8b6de62a0ff99f615d5 DIST gr-osmosdr-0.2.5.tar.gz 267914 BLAKE2B cec3790513a8e050610cb4b7f928c7b1d47e5b34e372f577c7f90a929a7353e2d7a86d04b8fcde57b24cc08554c5bee7257c052263de55e0f5ba3201f19a275c SHA512 d1c126d94accbd292624022df6ff7febecb1c73c3a1a0c3e8d0e3e4d882076df5b77ad14d79966a150e2c9d889c391239b1dc831acf49cdf891a19db7f830901 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild deleted file mode 100644 index 189e5849f7f1..000000000000 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-single-r1 - -DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr and hackrf" -HOMEPAGE=" - https://sdr.osmocom.org/trac/wiki/GrOsmoSDR - https://gitea.osmocom.org/sdr/gr-osmosdr -" - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/osmocom/gr-osmosdr.git" -else - #commit - #COMMIT="a100eb024c0210b95e4738b6efd836d48225bd03" - #SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - #S="${WORKDIR}/${PN}-${COMMIT}" - #release - SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~riscv ~x86" -fi - -LICENSE="GPL-3" -SLOT="0/${PV}" -IUSE="airspy bladerf doc hackrf iqbalance python rtlsdr sdrplay soapy uhd xtrx" - -RDEPEND="${PYTHON_DEPS} - dev-libs/boost:= - dev-libs/log4cpp - net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}] - sci-libs/volk:= - airspy? ( net-wireless/airspy ) - bladerf? ( >=net-wireless/bladerf-2018.08_rc1:= ) - hackrf? ( net-libs/libhackrf:= ) - iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_SINGLE_USEDEP}] ) - rtlsdr? ( >=net-wireless/rtl-sdr-0.5.4:= ) - sdrplay? ( net-wireless/sdrplay ) - soapy? ( net-wireless/soapysdr:= ) - uhd? ( net-wireless/uhd:=[${PYTHON_SINGLE_USEDEP}] ) - xtrx? ( net-wireless/libxtrx ) - " -DEPEND="${RDEPEND}" - -BDEPEND=" - $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') - doc? ( app-doc/doxygen ) - " - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -PATCHES=( - "${FILESDIR}/${PN}-0.2.3_p20210128-fix-enable-python.patch" -) - -src_configure() { - local mycmakeargs=( - -DENABLE_DEFAULT=OFF - -DPYTHON_EXECUTABLE="${PYTHON}" - -DENABLE_FILE=ON - -DENABLE_AIRSPY="$(usex airspy ON OFF)" - -DENABLE_BLADERF="$(usex bladerf ON OFF)" - -DENABLE_HACKRF="$(usex hackrf ON OFF)" - -DENABLE_IQBALANCE="$(usex iqbalance ON OFF)" - -DENABLE_PYTHON="$(usex python ON OFF)" - -DENABLE_RTL="$(usex rtlsdr ON OFF)" - -DENABLE_RTL_TCP="$(usex rtlsdr ON OFF)" - -DENABLE_SDRPLAY="$(usex sdrplay ON OFF)" - -DENABLE_NONFREE="$(usex sdrplay ON OFF)" - -DENABLE_SOAPY="$(usex soapy ON OFF)" - -DENABLE_UHD="$(usex uhd ON OFF)" - -DENABLE_XTRX="$(usex xtrx ON OFF)" - -DENABLE_DOXYGEN="$(usex doc ON OFF)" - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - if use python; then - find "${ED}" -name '*.py[oc]' -delete || die - python_fix_shebang "${ED}"/usr/bin - python_optimize - fi - mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${P}" -} |