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 9EEA2138330 for ; Mon, 12 Sep 2016 17:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A1FE080B; Mon, 12 Sep 2016 17:40:25 +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 6612BE080B for ; Mon, 12 Sep 2016 17:40:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 131D6340751 for ; Mon, 12 Sep 2016 17:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF242464 for ; Mon, 12 Sep 2016 17:40:22 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1473702003.6a38782b25fbf524e95cf7cc6c48f3355d547317.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-air-modes/gr-air-modes-9999.ebuild net-wireless/gr-air-modes/metadata.xml X-VCS-Directories: net-wireless/gr-air-modes/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 6a38782b25fbf524e95cf7cc6c48f3355d547317 X-VCS-Branch: master Date: Mon, 12 Sep 2016 17:40:22 +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: cb33165c-5999-4bf5-8fb9-4562de24fa87 X-Archives-Hash: 61ea6809683d4bae6a72cb7fb7dba6a4 commit: 6a38782b25fbf524e95cf7cc6c48f3355d547317 Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Sep 12 17:40:03 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Mon Sep 12 17:40:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a38782b net-wireless/gr-air-modes: import ebuild Package-Manager: portage-2.3.0 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 41 ++++++++++++++++++++++ net-wireless/gr-air-modes/metadata.xml | 14 ++++++++ 2 files changed, 55 insertions(+) diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild new file mode 100644 index 00000000..130d60d --- /dev/null +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit python cmake-utils git-2 + +DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio" +HOMEPAGE="https://www.cgran.org/wiki/gr-air-modes" + +EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git" +EGIT_BRANCH="master" + +KEYWORDS="" + +LICENSE="GPL-3" +SLOT="0" +IUSE="rtlsdr fgfs +gui uhd" +DEPEND=">=net-wireless/gnuradio-3.7.0:= + net-wireless/gr-osmosdr + dev-python/pyzmq + fgfs? ( sci-libs/scipy + games-simulation/flightgear ) + rtlsdr? ( net-wireless/rtl-sdr ) + uhd? ( >=net-wireless/uhd-3.4.0 ) + gui? ( dev-python/pyqwt )" +RDEPEND="${DEPEND}" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_compile() { + cmake-utils_src_compile -j1 +} + +src_install() { + cmake-utils_src_install + python_convert_shebangs 2 "${ED}"usr/bin/* +} diff --git a/net-wireless/gr-air-modes/metadata.xml b/net-wireless/gr-air-modes/metadata.xml new file mode 100644 index 00000000..759e8cf --- /dev/null +++ b/net-wireless/gr-air-modes/metadata.xml @@ -0,0 +1,14 @@ + + + + + radio@gentoo.org + Radio + + + Build with Realtek RTL2832U (rtlsdr) support + Build with Ettus Research USRP Hardware Driver support + Support FlightGear + Build the GUI + +