mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-radio: dropping gr-baz as it fails to build
This commit is contained in:
parent
f92e5e9904
commit
4b0e82d372
2 changed files with 33 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-radio-2012.0.ebuild 634 SHA256 5211a91a08462be8d4a4a52156514eed1b55952e8e275807a2336f1701792949 SHA512 98d0c9a010be87a735807f57fa340c68faccf407cb9504bf1783923a34066cd0b6966772655b0bef3a1a9fc3500fbbe9de00177a38744048d83af62a64900b74 WHIRLPOOL bf2b7f4a5d6e539c8bad86374f7ca7a3b2a685bb1c55ec483eed5f80fe650c7e27831d6ef6391c3436781e0adca7da2c9f1131409c2f1968ac4dced2cc944037
|
||||
EBUILD pentoo-radio-2012.1.ebuild 678 SHA256 0f36adf8d406973f73fce27e6083aaafe975cf23c68d5da1d6691c298925518c SHA512 d09e18cd0146aa98249311fbf98e692c5db18f84c572013932622b20fe3d65dab71ba7afcec9a59a803be8cdfff6cd6c61609a45e6c81016bd49f7499ce4f802 WHIRLPOOL a84a61dd36c431e313c91286cfa73347c044496d40611b10389b3f4f528c3419dada115a19aa21aa9ae4fe3b94401f806eaf425a5293d144a38af01134d1c63c
|
||||
|
|
|
|||
32
pentoo/pentoo-radio/pentoo-radio-2012.1.ebuild
Normal file
32
pentoo/pentoo-radio/pentoo-radio-2012.1.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="radio tools for pentoo"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="net-wireless/gnuradio
|
||||
net-wireless/rtl-sdr
|
||||
net-wireless/op25
|
||||
net-wireless/gr-osmosdr
|
||||
net-wireless/chirp
|
||||
media-radio/fldigi
|
||||
net-wireless/gr-air-modes
|
||||
amd64? ( net-wireless/virtualradar-bin )
|
||||
net-wireless/uhd
|
||||
net-wireless/multimode
|
||||
media-sound/baudline
|
||||
"
|
||||
#virtualradar is conditionalized because it requires mono and mono fails to build on x86
|
||||
|
||||
# failing to build on git rev at 20121110
|
||||
# net-wireless/gr-baz
|
||||
Loading…
Reference in a new issue