From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/
Date: Mon, 12 Sep 2016 17:40:22 +0000 (UTC) [thread overview]
Message-ID: <1473702003.6a38782b25fbf524e95cf7cc6c48f3355d547317.zx2c4@gentoo> (raw)
commit: 6a38782b25fbf524e95cf7cc6c48f3355d547317
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 17:40:03 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>radio@gentoo.org</email>
+ <name>Radio</name>
+ </maintainer>
+<use>
+ <flag name="rtlsdr">Build with Realtek RTL2832U (rtlsdr) support</flag>
+ <flag name="uhd">Build with Ettus Research USRP Hardware Driver support</flag>
+ <flag name="fgfs">Support FlightGear</flag>
+ <flag name="gui">Build the GUI</flag>
+</use>
+</pkgmetadata>
next reply other threads:[~2016-09-12 17:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 17:40 Jason Donenfeld [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-20 17:43 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/ Michał Górny
2017-02-20 18:19 Mike Gilbert
2018-03-04 12:38 Andreas Sturmlechner
2018-06-05 17:27 Richard Farina
2019-01-07 23:01 Andreas Sturmlechner
2019-01-10 18:01 Andreas Sturmlechner
2020-01-28 21:30 Michał Górny
2020-02-09 16:34 Michał Górny
2020-02-28 7:35 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473702003.6a38782b25fbf524e95cf7cc6c48f3355d547317.zx2c4@gentoo \
--to=zx2c4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox