From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/
Date: Thu, 18 Aug 2022 17:44:33 +0000 (UTC) [thread overview]
Message-ID: <1660844660.a9814f4ab3da9c50f0c52121ce625fd7dd321c20.tomjbe@gentoo> (raw)
commit: a9814f4ab3da9c50f0c52121ce625fd7dd321c20
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 17:41:33 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 17:44:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9814f4a
net-wireless/gr-iqbal: add 0.38.2_p20210108
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-wireless/gr-iqbal/Manifest | 1 +
.../gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/net-wireless/gr-iqbal/Manifest b/net-wireless/gr-iqbal/Manifest
index 18a1da7d9444..d41286bd8cbf 100644
--- a/net-wireless/gr-iqbal/Manifest
+++ b/net-wireless/gr-iqbal/Manifest
@@ -1 +1,2 @@
DIST gr-iqbal-0.38.2.tar.gz 106408 BLAKE2B 8c9eb0880f527708cb304d9b70d0ab46c1f430aecf520366f85f3b74e1e1e2b612360cebc0dc9d6431f42adf2602baaaf1ebbe3b58ad08791d30f9604c96fd6c SHA512 39ca96769c3d7910c6ca7da973fdfbab816b45ec339adb5bbf32d07d2e967fb3e7265e907f9abbdf4e2b754dc03e9eac970c0cef3df4f07470ec4ba947900cb6
+DIST gr-iqbal-0.38.2_p20210108.tar.gz 84577 BLAKE2B f12ab4965e5f896698843c9ef8907cd8263f6fba3365ea26420750ab221106a3fbbee6750cf587299a9528cecbb504c23d4f2085596683cb85eb6f6fb7ab814b SHA512 b9866f6ff3d6dba1e94428efed029356e436059fa1d6cb7f4c3da0b37842c025161f1532da6048c9b9cc5ce426eea14622ac6680176cff52f85bc0b2fda8c698
diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild
new file mode 100644
index 000000000000..fc0b2d8b3fc0
--- /dev/null
+++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+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 ~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}"
+}
next reply other threads:[~2022-08-18 17:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 17:44 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-08 5:23 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/ Matt Jolly
2024-05-31 10:05 Thomas Beierlein
2023-04-06 2:18 Rick Farina
2023-04-04 23:55 Sam James
2022-11-22 16:42 Thomas Beierlein
2022-11-22 16:42 Thomas Beierlein
2022-11-19 1:07 Yixun Lan
2022-11-18 6:38 Arthur Zamarin
2022-06-10 13:34 Thomas Beierlein
2022-04-30 17:51 Marek Szuba
2021-02-26 15:56 Rick Farina
2021-02-15 2:19 Rick Farina
2020-10-11 14:33 Mikle Kolyada
2020-09-21 18:05 Rick Farina
2020-08-14 18:42 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-02-09 16:34 Michał Górny
2018-02-18 17:43 Richard Farina
2017-10-04 9:15 Michał Górny
2016-04-19 22:46 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1660844660.a9814f4ab3da9c50f0c52121ce625fd7dd321c20.tomjbe@gentoo \
--to=tomjbe@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox