From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/
Date: Sun, 23 Apr 2017 21:01:12 +0000 (UTC) [thread overview]
Message-ID: <1492981241.98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12.soap@gentoo> (raw)
commit: 98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:45:05 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:00:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98728d1b
net-wireless/multimode: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-wireless/multimode/multimode-1.00-r2.ebuild | 8 +++++---
net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 9 ++++++---
net-wireless/multimode/multimode-9999.ebuild | 9 ++++++---
3 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/net-wireless/multimode/multimode-1.00-r2.ebuild b/net-wireless/multimode/multimode-1.00-r2.ebuild
index 2427560f389..aaa5a053442 100644
--- a/net-wireless/multimode/multimode-1.00-r2.ebuild
+++ b/net-wireless/multimode/multimode-1.00-r2.ebuild
@@ -1,28 +1,30 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk"
+
LICENSE="BSD"
SLOT="0"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk"
inherit subversion
- KEYWORDS=""
else
SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}"
fi
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
>=net-wireless/gr-osmosdr-0.0.1
<net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}]
diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
index 4706ae3f612..b8a3b0feeac 100644
--- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
+++ b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
@@ -1,28 +1,31 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk"
+
LICENSE="BSD"
SLOT="0"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk"
inherit subversion
- KEYWORDS=""
else
#SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz"
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~x86"
fi
-DEPEND=">=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}]
+DEPEND="${PYTHON_DEPS}
+ >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}]
>=net-wireless/gr-osmosdr-0.1.0:="
RDEPEND="${DEPEND}"
diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild
index f9a9e9eb6e3..b6713c20413 100644
--- a/net-wireless/multimode/multimode-9999.ebuild
+++ b/net-wireless/multimode/multimode-9999.ebuild
@@ -1,28 +1,31 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk"
+
LICENSE="BSD"
SLOT="0"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk"
inherit subversion
- KEYWORDS=""
else
#SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz"
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~x86"
fi
-DEPEND="=net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_USEDEP}]
+DEPEND="${PYTHON_DEPS}
+ =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_USEDEP}]
=net-wireless/gr-osmosdr-9999:="
RDEPEND="${DEPEND}"
next reply other threads:[~2017-04-23 21:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 21:01 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:34 [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ Michał Górny
2019-08-29 10:05 Michał Górny
2019-01-07 23:01 Andreas Sturmlechner
2017-10-04 9:15 Michał Górny
2015-11-08 3:21 Brian Evans
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=1492981241.98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12.soap@gentoo \
--to=soap@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