public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-specest/
@ 2018-01-15 16:23 Richard Farina
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina @ 2018-01-15 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     66fc40401a6d7e0c57bb0323b043ef0cde0da683
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 16:22:58 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 16:23:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fc4040

net-wireless/gr-specest: initial ebuild

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-wireless/gr-specest/gr-specest-9999.ebuild | 33 ++++++++++++++++++++++++++
 net-wireless/gr-specest/metadata.xml           | 12 ++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-wireless/gr-specest/gr-specest-9999.ebuild b/net-wireless/gr-specest/gr-specest-9999.ebuild
new file mode 100644
index 00000000000..12a9c520a90
--- /dev/null
+++ b/net-wireless/gr-specest/gr-specest-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils git-r3 python-single-r1
+
+DESCRIPTION="A module adding spectral estimation routines to GNU Radio"
+HOMEPAGE="https://github.com/kit-cel/gr-specest"
+EGIT_REPO_URI="https://github.com/kit-cel/gr-specest.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )
+	virtual/pkgconfig"
+
+src_configure() {
+	mycmakeargs=(
+		-DPYTHON_EXECUTABLE="${PYTHON}"
+	)
+	cmake-utils_src_configure
+}

diff --git a/net-wireless/gr-specest/metadata.xml b/net-wireless/gr-specest/metadata.xml
new file mode 100644
index 00000000000..8a3f9407356
--- /dev/null
+++ b/net-wireless/gr-specest/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>zerochaos@gentoo.org</email>
+	<name>Rick Farina</name>
+</maintainer>
+<maintainer type="project">
+	<email>radio@gentoo.org</email>
+	<name>Radio</name>
+</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-specest/
@ 2020-02-09 16:34 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2020-02-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     981f3943ff81e76c337932369089df851a821ab6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:45:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:34:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981f3943

net-wireless/gr-specest: Switch to PYTHON_SINGLE_USEDEP

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

 net-wireless/gr-specest/gr-specest-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-specest/gr-specest-9999.ebuild b/net-wireless/gr-specest/gr-specest-9999.ebuild
index 12a9c520a90..f6bdadd0aeb 100644
--- a/net-wireless/gr-specest/gr-specest-9999.ebuild
+++ b/net-wireless/gr-specest/gr-specest-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
+	>=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}]
 	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )


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

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

Thread overview: 2+ 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-specest/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-01-15 16:23 Richard Farina

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