public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-rds/
Date: Thu,  1 Sep 2022 15:50:25 +0000 (UTC)	[thread overview]
Message-ID: <1662047421.621a9ee5b0e88e0d2d6f4479a0bdb8189944819e.zerochaos@gentoo> (raw)

commit:     621a9ee5b0e88e0d2d6f4479a0bdb8189944819e
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 15:44:50 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 15:50:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621a9ee5

net-wireless/gr-rds: new snapshot

update for gnuradio 3.10

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/gr-rds/Manifest                                      | 2 +-
 .../{gr-rds-0.0_p20200807.ebuild => gr-rds-0.0_p20220804.ebuild}  | 8 ++++----
 net-wireless/gr-rds/gr-rds-9999.ebuild                            | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-wireless/gr-rds/Manifest b/net-wireless/gr-rds/Manifest
index 737150379392..a6de4e1ee9bf 100644
--- a/net-wireless/gr-rds/Manifest
+++ b/net-wireless/gr-rds/Manifest
@@ -1 +1 @@
-DIST gr-rds-0.0_p20200807.tar.gz 210730 BLAKE2B be2ded79a744d97572f754458fbab6c4091eb9096fa01238e09cfb1703d50fc1f228000b973826456fe4fae7577ef4dcc871edb4f72bd4e2daacdf3d01330d03 SHA512 d04944db7c02d3a004beae5be96a42274dcc4503d94bd22b726c664fb49103c41479ce49f7b4f2e6fb86d7b6bdd01873375fd6a7a7cc4b04ec9bf033235743a2
+DIST gr-rds-0.0_p20220804.tar.gz 271652 BLAKE2B 5735f985d3e91c1194545f3e92786e8dd8ac8834a475df11c489673d8bbdfd918fe6b924eb3ce2765e7ec4913a09b4fe390627ba645b8130a81d4b045c98a2d5 SHA512 22e64c1d626a22c76fc71f6b23bfc47abf91adeaad3ce84cc4be688a510a90b69a1490a7a588f23204852e8bb1434882a88f8e496aa50cf944a945aa9f043e5c

diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20220804.ebuild
similarity index 88%
rename from net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild
rename to net-wireless/gr-rds/gr-rds-0.0_p20220804.ebuild
index 8006fb8a3380..76779613215c 100644
--- a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild
+++ b/net-wireless/gr-rds/gr-rds-0.0_p20220804.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 if [[ ${PV} == 9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/bastibl/${PN}"
-	EGIT_BRANCH="maint-3.8"
+	EGIT_BRANCH="maint-3.10"
 else
 	KEYWORDS="~amd64 ~x86"
-	COMMIT="ffbe3ea302c32a621f14329b7fcc09e868305e78"
+	COMMIT="f3646d04c138dc3279528808dcf6f847887e4a4f"
 	SRC_URI="https://github.com/bastibl/gr-rds/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-${COMMIT}"
 fi
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-libs/boost:=[${PYTHON_USEDEP}]
 	')
-	=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
+	net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild
index 8006fb8a3380..76779613215c 100644
--- a/net-wireless/gr-rds/gr-rds-9999.ebuild
+++ b/net-wireless/gr-rds/gr-rds-9999.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 if [[ ${PV} == 9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/bastibl/${PN}"
-	EGIT_BRANCH="maint-3.8"
+	EGIT_BRANCH="maint-3.10"
 else
 	KEYWORDS="~amd64 ~x86"
-	COMMIT="ffbe3ea302c32a621f14329b7fcc09e868305e78"
+	COMMIT="f3646d04c138dc3279528808dcf6f847887e4a4f"
 	SRC_URI="https://github.com/bastibl/gr-rds/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-${COMMIT}"
 fi
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-libs/boost:=[${PYTHON_USEDEP}]
 	')
-	=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
+	net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


             reply	other threads:[~2022-09-01 15:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 15:50 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-04  7:46 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-rds/ Thomas Beierlein
2024-05-31 11:11 Thomas Beierlein
2023-07-28 18:23 Rick Farina
2023-04-06  2:18 Rick Farina
2023-04-04 23:55 Sam James
2022-09-04 12:12 David Seifert
2022-06-14 11:06 Thomas Beierlein
2021-02-15  2:19 Rick Farina
2020-08-30  2:13 Rick Farina
2020-02-09 16:34 Michał Górny
2019-01-07 23:01 Andreas Sturmlechner

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=1662047421.621a9ee5b0e88e0d2d6f4479a0bdb8189944819e.zerochaos@gentoo \
    --to=zerochaos@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