mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-wireless/gr-iqbal: add 0.38.3
Use github mirror Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
parent
3390ab02ec
commit
e6b9f9feb7
@ -1 +1,2 @@
|
||||
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
|
||||
|
||||
43
net-wireless/gr-iqbal/gr-iqbal-0.38.3.ebuild
Normal file
43
net-wireless/gr-iqbal/gr-iqbal-0.38.3.ebuild
Normal file
@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2025 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
|
||||
SRC_URI="https://github.com/osmocom/gr-iqbal/archive/refs/tags/v${PV}.tar.gz -> "${P}.gh.tar.gz""
|
||||
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}"
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -13,9 +13,7 @@ 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}"
|
||||
SRC_URI="https://github.com/osmocom/gr-iqbal/archive/refs/tags/v${PV}.tar.gz -> "${P}.gh.tar.gz""
|
||||
KEYWORDS="~amd64 ~arm ~riscv ~x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user