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