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 05257138350 for ; Fri, 28 Feb 2020 07:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D914E085E; Fri, 28 Feb 2020 07:35:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06A05E085E for ; Fri, 28 Feb 2020 07:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAE9D34F413 for ; Fri, 28 Feb 2020 07:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98533101 for ; Fri, 28 Feb 2020 07:35:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1582875305.ee792946d8ec4afaa366cc7c5a6eecbb214f44ed.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ee792946d8ec4afaa366cc7c5a6eecbb214f44ed X-VCS-Branch: master Date: Fri, 28 Feb 2020 07:35:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efddac0a-b346-4b6f-a806-36ebee42923e X-Archives-Hash: 079aad9a1658de95083829515deda26f commit: ee792946d8ec4afaa366cc7c5a6eecbb214f44ed Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 28 07:35:05 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 28 07:35:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee792946 net-wireless/gr-air-modes: remove last-rited package Signed-off-by: Mikle Kolyada gentoo.org> net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 51 ---------------------- net-wireless/gr-air-modes/metadata.xml | 13 ------ 2 files changed, 64 deletions(-) diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild deleted file mode 100644 index c0aad83ffd8..00000000000 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git" - EGIT_BRANCH="master" -else - KEYWORDS="" -fi -inherit cmake-utils python-single-r1 - -DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio" -HOMEPAGE="https://www.cgran.org/wiki/gr-air-modes" - -LICENSE="GPL-3" -SLOT="0" -IUSE="fgfs rtlsdr uhd" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - >=net-wireless/gnuradio-3.7.0:= - net-wireless/gr-osmosdr - $(python_gen_cond_dep ' - dev-python/pyzmq[${PYTHON_MULTI_USEDEP}] - fgfs? ( - games-simulation/flightgear - || ( - sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}] - sci-libs/scipy[${PYTHON_MULTI_USEDEP}] - ) - ) - ') - rtlsdr? ( net-wireless/rtl-sdr ) - uhd? ( >=net-wireless/uhd-3.4.0 ) -" -RDEPEND="${DEPEND}" - -src_compile() { - cmake-utils_src_compile -j1 -} - -src_install() { - cmake-utils_src_install - python_fix_shebang "${ED}"/usr/bin -} diff --git a/net-wireless/gr-air-modes/metadata.xml b/net-wireless/gr-air-modes/metadata.xml deleted file mode 100644 index 5ede75ce7e7..00000000000 --- a/net-wireless/gr-air-modes/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - radio@gentoo.org - Radio - - - Build with Realtek RTL2832U (rtlsdr) support - Build with Ettus Research USRP Hardware Driver support - Support FlightGear - -