diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
commit | 20a107748317091d1ac003f1cbb045928d07e684 (patch) | |
tree | bb7c9d0d400d06cf3abc0ba06830d587655c9c85 /net-wireless/gqrx/gqrx-9999.ebuild | |
parent | 377b452f12024d39dd04b33d4376bf311607f806 (diff) |
No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments
Diffstat (limited to 'net-wireless/gqrx/gqrx-9999.ebuild')
-rw-r--r-- | net-wireless/gqrx/gqrx-9999.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild deleted file mode 100644 index 2a62bc57..00000000 --- a/net-wireless/gqrx/gqrx-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qt4-r2 git-2 - -DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt" -HOMEPAGE="http://www.oz9aec.net/index.php/gnu-radio/gqrx-sdr" -EGIT_REPO_URI="https://github.com/csete/gqrx.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="uhd rtl fcd" - -DEPEND="net-wireless/gnuradio[fcd?] - rtl? ( net-wireless/rtl-sdr ) - uhd? ( net-wireless/uhd ) - net-wireless/gr-osmosdr - media-sound/pulseaudio" -RDEPEND="${DEPEND}" - -src_install() { - dobin gqrx -} |