summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-09-16 16:03:12 +0000
committerRick Farina <zerochaos@gentoo.org>2013-09-16 16:03:12 +0000
commitd78678965db88ed2f4a96b7598699328593393d7 (patch)
treeb6b1993dc5acbc0218dc28e3ae26a7529f535501 /net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild
parentRemove old. (diff)
downloadgentoo-2-d78678965db88ed2f4a96b7598699328593393d7.tar.gz
gentoo-2-d78678965db88ed2f4a96b7598699328593393d7.tar.bz2
gentoo-2-d78678965db88ed2f4a96b7598699328593393d7.zip
adding RTL_TCP support based on report from Dariusz Pelowski, removing old
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild')
-rw-r--r--net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild
deleted file mode 100644
index 887936793a5b..000000000000
--- a/net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-osmosdr/gr-osmosdr-0.0.1.ebuild,v 1.5 2013/06/25 13:32:01 chithanh Exp $
-
-EAPI=5
-PYTHON_DEPEND="2"
-
-inherit cmake-utils python
-
-DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr"
-HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-2
- SRC_URI=""
- EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
- KEYWORDS=""
-else
- SRC_URI="mirror://gentoo/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/boost
- <net-wireless/gnuradio-3.7_rc:0=
- net-wireless/rtl-sdr"
-DEPEND="${RDEPEND}
- dev-python/cheetah"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -q -r 2 "${S}"
-}