diff --git a/net-wireless/gr-iqbal/Manifest b/net-wireless/gr-iqbal/Manifest index 2449f63b4398b..f679beeee073c 100644 --- a/net-wireless/gr-iqbal/Manifest +++ b/net-wireless/gr-iqbal/Manifest @@ -1,2 +1 @@ -DIST gr-iqbal-0.38.2_p20210108.tar.gz 84577 BLAKE2B f12ab4965e5f896698843c9ef8907cd8263f6fba3365ea26420750ab221106a3fbbee6750cf587299a9528cecbb504c23d4f2085596683cb85eb6f6fb7ab814b SHA512 b9866f6ff3d6dba1e94428efed029356e436059fa1d6cb7f4c3da0b37842c025161f1532da6048c9b9cc5ce426eea14622ac6680176cff52f85bc0b2fda8c698 DIST gr-iqbal-0.38.3.gh.tar.gz 84530 BLAKE2B c0830c9b75714b3b71a87ef3be6a012b13b2aa309d102398a5b2accf6539c8c9346cb2e17f9497ddc655533980edd745b668149e27143e6b79a8ee3b40a7347f SHA512 00f544a132e7e3628f0e511942d0201d2c8fe39aa848212b36f494caa4ed1a1f5e6d37c3e61491ab97edb863b719c844cc517c3d14917bd126e875e9a689feb8 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild deleted file mode 100644 index 539a7c3b448e6..0000000000000 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) - -inherit cmake python-single-r1 - -DESCRIPTION="gnuradio I/Q balancing" -HOMEPAGE="http://git.osmocom.org/gr-iqbal/" - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git" -else - COMMIT="fbee239a6fb36dd2fb564f6e6a0d393c4bc844db" - SRC_URI="https://github.com/osmocom/gr-iqbal/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~arm ~riscv ~x86" -fi - -LICENSE="GPL-3" -SLOT="0/${PV}" -IUSE="doc" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=net-wireless/gnuradio-3.9.0.0:0=[${PYTHON_SINGLE_USEDEP}] - net-libs/libosmo-dsp:= - dev-libs/boost:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DENABLE_DOXYGEN="$(usex doc)" - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - find "${D}" -name '__init__.py[co]' -delete || die - python_optimize - mv "${ED}/usr/share/doc/gr-iqbalance" "${ED}/usr/share/doc/${P}" -}