From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- net-wireless/multimode/Manifest | 4 +-- .../multimode/multimode-1.4_p20140831-r1.ebuild | 42 ---------------------- .../multimode/multimode-1.4_p20140831-r2.ebuild | 42 ++++++++++++++++++++++ net-wireless/multimode/multimode-9999.ebuild | 4 +-- 4 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild create mode 100644 net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild (limited to 'net-wireless/multimode') diff --git a/net-wireless/multimode/Manifest b/net-wireless/multimode/Manifest index e6d93df0e08b..a40562eb56b1 100644 --- a/net-wireless/multimode/Manifest +++ b/net-wireless/multimode/Manifest @@ -1,4 +1,4 @@ DIST multimode-1.4_p20140831.tar.xz 7648 BLAKE2B 1efec8c12e46b63f5501f1cf28f2e1f57d378c578656ecae771f0b98b873bbc1f119652a9f4607c9c0f3c5f3ca4f7109c48509f8339a1b22b8e3ef2af7214407 SHA512 891428e6c049cfd94787bd7580a59b3a9eb488dbf97cd21a1d82be04648e5423c3ce73983d38c5a3c280519ebea73c9572e9b0cdc7df453114e6aa220a58eaff -EBUILD multimode-1.4_p20140831-r1.ebuild 1014 BLAKE2B 26fe4ac18b123cf0dbf83bfd2428d490d6d23db486ef0036311842e9fb56a9bc324bc8f3cb3e70caac5b9098f550480cb827f5e42a9ecc0d0e83ad7263c51d89 SHA512 87a27c09ea6bb831581127ecb9261b848aac1f74ead76e4f2f1149ca15b8fcb1eb6d06e89831b0431ff2e4787b71a5eb901ecec5fac1ccd942a7b913d9afef52 -EBUILD multimode-9999.ebuild 1012 BLAKE2B e1e426b5a3cfd57fc09d1578a4588c9abe7babb06cacdfde47732294b31e0d51d0bd585e871a36a58a95a2b6db21abc8e0a6b1819327333529bc163193ad1169 SHA512 4ca89c3de9a95dd830f7f3b9cd5f0403bd8f787497654de9a7ac8e6ea8b81f4eebb35466cd6abe0d1534a32517b61a729af457ba7266ab0a2e7384686787a6cb +EBUILD multimode-1.4_p20140831-r2.ebuild 1021 BLAKE2B eb3dd39de35cb6290e09f142d42367c6f21fb9b65c05fbcfec24a3e82d1a6d2aa7fa47550cf66e2783de0a443efcd024058070dc345f0fbdce16b20f2a5b7d6a SHA512 7dad0686877039d3277f29861dfa685ca9d2209033ea0121706bb69a0ebb16a3442b72d45e4834a467e862ae13018dbad3a95451ba8d5836a94070943f898587 +EBUILD multimode-9999.ebuild 1019 BLAKE2B f033db89ecd60f881d2f69f190cdc64e26ab12aff10624225d40bbe5f55337d72694f525e4d7282f432c3dc3d2eae7f44bf479a8326836d13fc441758daddb77 SHA512 7184a74ac071012328c753f01b39f1e8943481b13645473a1f09198d5eb97d1ef1a4f6af0865f2c6cd03ffcca5234716b2d9716f9019ca6fbef24a145ac1cc60 MISC metadata.xml 338 BLAKE2B d8dd443fa026ba6b7343fe067de88b467663e1e5a77904a32df6ee64bc3128341fcd48c52a99103229180005cc9a007dd7c7ec33e3c136835185ec68a03bc0ce SHA512 de41f6b74153a345fca1448cb9dcbd391acfcfbdc784d3359a96c6c099897aa65ecc58f84e09e872772274afd74a0ba15ef06be8a4492e7e89f43f70f6ba090f diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild deleted file mode 100644 index b57130054c5c..000000000000 --- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 -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="${PYTHON_DEPS} - >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_USEDEP}] - >=net-wireless/gr-osmosdr-0.1.0:=" -RDEPEND="${DEPEND}" - -src_compile() { - PYTHONPATH="${S}":"${PYTHONPATH}" emake -} - -src_install() { - newbin ${PN}.py ${PN} - python_domodule ${PN}_helper.py - insinto /usr/share/${PN} - doins ${PN}.grc - python_fix_shebang "${ED}"/usr/bin -} diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild new file mode 100644 index 000000000000..3cdc6cd432c7 --- /dev/null +++ b/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# 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 +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="${PYTHON_DEPS} + >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_SINGLE_USEDEP}] + >=net-wireless/gr-osmosdr-0.1.0:=" +RDEPEND="${DEPEND}" + +src_compile() { + PYTHONPATH="${S}":"${PYTHONPATH}" emake +} + +src_install() { + newbin ${PN}.py ${PN} + python_domodule ${PN}_helper.py + insinto /usr/share/${PN} + doins ${PN}.grc + python_fix_shebang "${ED}"/usr/bin +} diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild index 8de909cb3401..e8614f1c94d4 100644 --- a/net-wireless/multimode/multimode-9999.ebuild +++ b/net-wireless/multimode/multimode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ else fi DEPEND="${PYTHON_DEPS} - =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_USEDEP}] + =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_SINGLE_USEDEP}] =net-wireless/gr-osmosdr-9999:=" RDEPEND="${DEPEND}" -- cgit v1.2.3