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-ieee802154/
Date: Thu,  1 Sep 2022 15:50:25 +0000 (UTC)	[thread overview]
Message-ID: <1662047421.896e78cf57f1c43911afd3f1e67dfaf82ee8c61b.zerochaos@gentoo> (raw)

commit:     896e78cf57f1c43911afd3f1e67dfaf82ee8c61b
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 15:47:11 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=896e78cf

net-wireless/gr-ieee802154: add new snapshot

gnuradio 3.10 support

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

 net-wireless/gr-ieee802154/Manifest                           |  2 +-
 ....0_p20200812.ebuild => gr-ieee802154-0.0_p20210719.ebuild} |  5 +++--
 net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild          | 11 ++++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/net-wireless/gr-ieee802154/Manifest b/net-wireless/gr-ieee802154/Manifest
index 38844029068b..d7d0deab500c 100644
--- a/net-wireless/gr-ieee802154/Manifest
+++ b/net-wireless/gr-ieee802154/Manifest
@@ -1 +1 @@
-DIST gr-ieee802154-0.0_p20200812.tar.gz 94491 BLAKE2B bfea628afb191fa88b2ffba7b99bccb05c5bc22e4799db85082ec5d0f1ccb98826a1aca728e8e5c096cd78d11ea7cf2b8ddf46b1783b33f2bd87da75d8f25c84 SHA512 5e012980436b7fff7226bbd9897b0eeceff60fa678fb41c4a83e59cd10b8d441eda2b378fa5d5767e0f24980863a6a756f5457e5cae346827481eb089fa719a9
+DIST gr-ieee802154-0.0_p20210719.tar.gz 155040 BLAKE2B c198de71391ddc2ad32255476b8b9ba0e13bd3eb3c674b21846174cd3d8804c68e407f4e019cc164b1d10eae5ee672ae31a5f23a450d08abd477aa244ef479fb SHA512 77f746832bfaec53ad6439b69de8712fb444d7b45fdc9937445c6df5d6a5a9a19363ab180c063b6c0647dff8c0404797d190730124a2248418e0fee5daff26f7

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719.ebuild
similarity index 90%
rename from net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild
rename to net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719.ebuild
index c8d81337e5ad..17c3625b3b53 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20210719.ebuild
@@ -12,8 +12,9 @@ HOMEPAGE="https://github.com/bastibl/gr-ieee802-15-4"
 if [[ ${PV} == 9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/bastibl/gr-ieee802-15-4.git"
+	EGIT_BRANCH="maint-3.9"
 else
-	COMMIT="c5e55146fadffa9288ed6de52c6c3ccc936688af"
+	COMMIT="1a2999ce2778df279870f028a4ce15d94e60fbd9"
 	SRC_URI="https://github.com/bastibl/gr-ieee802-15-4/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/gr-ieee802-15-4-${COMMIT}"
 	KEYWORDS="~amd64 ~x86"
@@ -22,7 +23,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 
-RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
+RDEPEND="net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
 	$(python_gen_cond_dep '
 		dev-libs/boost:=[${PYTHON_USEDEP}]
 	')

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
index f58d5031539e..17c3625b3b53 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-single-r1
 
@@ -12,8 +12,9 @@ HOMEPAGE="https://github.com/bastibl/gr-ieee802-15-4"
 if [[ ${PV} == 9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/bastibl/gr-ieee802-15-4.git"
+	EGIT_BRANCH="maint-3.9"
 else
-	COMMIT="c5e55146fadffa9288ed6de52c6c3ccc936688af"
+	COMMIT="1a2999ce2778df279870f028a4ce15d94e60fbd9"
 	SRC_URI="https://github.com/bastibl/gr-ieee802-15-4/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/gr-ieee802-15-4-${COMMIT}"
 	KEYWORDS="~amd64 ~x86"
@@ -22,7 +23,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 
-RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
+RDEPEND="net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
 	$(python_gen_cond_dep '
 		dev-libs/boost:=[${PYTHON_USEDEP}]
 	')


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

Thread overview: 20+ 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 --
2024-06-11 10:13 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-ieee802154/ Rick Farina
2023-04-06  2:18 Rick Farina
2023-04-04 23:55 Sam James
2022-12-21 23:19 Sam James
2022-09-08  0:58 Rick Farina
2022-09-04 21:30 Rick Farina
2022-09-04 12:12 David Seifert
2022-06-14 17:59 Thomas Beierlein
2021-02-15  2:19 Rick Farina
2021-01-28  3:55 Rick Farina
2020-12-22 15:46 Rick Farina
2020-12-18 19:41 Rick Farina
2020-12-18 19:41 Rick Farina
2020-10-11 14:36 Mikle Kolyada
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-02-09 16:34 Michał Górny
2018-08-21 17:23 Richard Farina
2016-11-09 19:39 Richard Farina

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.896e78cf57f1c43911afd3f1e67dfaf82ee8c61b.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