public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-baz/
@ 2020-02-09 16:34 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b840c3dfccafef5d00a6d3b8af54f7ededfd82c8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:41:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:34:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b840c3df

net-wireless/gr-baz: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/gr-baz/gr-baz-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild
index e43cd434a9a..36f890e014d 100644
--- a/net-wireless/gr-baz/gr-baz-9999.ebuild
+++ b/net-wireless/gr-baz/gr-baz-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,11 +23,13 @@ IUSE="armadillo doc rtlsdr uhd"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	dev-libs/boost:=[threads,${PYTHON_USEDEP}]
-	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-libs/boost:=[threads,${PYTHON_MULTI_USEDEP}]
+	')
+	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}]
 	armadillo? ( sci-libs/armadillo )
 	rtlsdr? ( virtual/libusb:1 )
-	uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] )
+	uhd? ( net-wireless/uhd[${PYTHON_SINGLE_USEDEP}] )
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-baz/
@ 2019-01-07 23:01 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-01-07 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2407d56debd92e6e8ce7db1c8c1280949b5b2f70
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 00:08:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  7 22:59:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2407d56d

net-wireless/gr-baz: EAPI-7 bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-wireless/gr-baz/gr-baz-9999.ebuild | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild
index 96b816847e0..e43cd434a9a 100644
--- a/net-wireless/gr-baz/gr-baz-9999.ebuild
+++ b/net-wireless/gr-baz/gr-baz-9999.ebuild
@@ -1,35 +1,41 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils git-r3 python-single-r1
+if [[ ${PV} == 9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/balint256/gr-baz.git"
+else
+	KEYWORDS=""
+fi
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="Gnuradio baz"
-HOMEPAGE="http://wiki.spench.net/wiki/Gr-baz"
-EGIT_REPO_URI="https://github.com/balint256/gr-baz.git"
+HOMEPAGE="https://wiki.spench.net/wiki/Gr-baz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
 IUSE="armadillo doc rtlsdr uhd"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost[threads,${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/boost:=[threads,${PYTHON_USEDEP}]
 	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
 	armadillo? ( sci-libs/armadillo )
 	rtlsdr? ( virtual/libusb:1 )
 	uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] )
-	${PYTHON_DEPS}"
+"
 DEPEND="${RDEPEND}
+	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
-	virtual/pkgconfig"
+"
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DPYTHON_EXECUTABLE="${PYTHON}"
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-baz/
@ 2017-10-04  9:15 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-10-04  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5e5d2a3eeed522b580b7e175883f46d13446467a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:31:09 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:14:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5d2a3e

net-wireless/gr-baz: Strip empty metadata.xml elements

 net-wireless/gr-baz/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-wireless/gr-baz/metadata.xml b/net-wireless/gr-baz/metadata.xml
index 169a1ee4e68..db954afee0e 100644
--- a/net-wireless/gr-baz/metadata.xml
+++ b/net-wireless/gr-baz/metadata.xml
@@ -9,8 +9,6 @@
 	<email>radio@gentoo.org</email>
 	<name>Radio</name>
 </maintainer>
-<longdescription lang="en">
-</longdescription>
 <use>
 	<flag name="armadillo">install MUSIC DOA estimator block</flag>
 	<flag name="rtlsdr">install rtlsdr source block</flag>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-09 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:34 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-baz/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-01-07 23:01 Andreas Sturmlechner
2017-10-04  9:15 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox