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}"
 

Reply via email to