From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFFC4139694 for ; Sun, 23 Apr 2017 21:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03CE521C13A; Sun, 23 Apr 2017 21:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C39DA21C13A for ; Sun, 23 Apr 2017 21:01:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 106D8341698 for ; Sun, 23 Apr 2017 21:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43736744F for ; Sun, 23 Apr 2017 21:01:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492981241.98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/multimode/multimode-1.00-r2.ebuild net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild net-wireless/multimode/multimode-9999.ebuild X-VCS-Directories: net-wireless/multimode/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37efc2a0-d13c-4bed-9c50-2ea07b2e043e X-Archives-Hash: f4ec71809536629852ac1ec238f30fa0 commit: 98728d1ba9d2ee8d5cace60796ffd2b93c6c8e12 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:45:05 2017 +0000 Commit: David Seifert gentoo 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}] >=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}"