net-wireless/multimode: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:45:05 +0000 (22:45 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 21:00:41 +0000 (23:00 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-wireless/multimode/multimode-1.00-r2.ebuild
net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
net-wireless/multimode/multimode-9999.ebuild

index 2427560f38926a11a24f651ed8ba6a2f529a88b3..aaa5a053442ecd814e77c5c303153a3eabb52464 100644 (file)
@@ -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}]
index 4706ae3f612b1c9b059940f3b7636c6dce5e8275..b8a3b0feeac2494cf2149fab3c744db1087b9c67 100644 (file)
@@ -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}"
 
index f9a9e9eb6e30ff07198acecf1b3d852d34175adf..b6713c20413eb4db5a62a3d555a44a57d8c6b59e 100644 (file)
@@ -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}"