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 85910138334 for ; Wed, 28 Aug 2019 14:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6BDE0841; Wed, 28 Aug 2019 14:52:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7B01FE0841 for ; Wed, 28 Aug 2019 14:52:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F7DD34A529 for ; Wed, 28 Aug 2019 14:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9DF779 for ; Wed, 28 Aug 2019 14:52:02 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1567003845.c3e269c03d8e93fdc64f5ab08849404503d28ab0.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyrtlsdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyrtlsdr/Manifest net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.5-r1.ebuild X-VCS-Directories: net-wireless/soapyrtlsdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: c3e269c03d8e93fdc64f5ab08849404503d28ab0 X-VCS-Branch: master Date: Wed, 28 Aug 2019 14:52:02 +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: 7e4767bf-4be2-4489-9898-c39e88ec2f83 X-Archives-Hash: ffba0c855f0cf5d09962b1771df2a6ed commit: c3e269c03d8e93fdc64f5ab08849404503d28ab0 Author: Rick Farina gentoo org> AuthorDate: Wed Aug 28 14:50:04 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Aug 28 14:50:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e269c0 net-wireless/soapyrtlsdr: bump Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> net-wireless/soapyrtlsdr/Manifest | 1 - .../soapyrtlsdr/soapyrtlsdr-0.2.5-r1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/net-wireless/soapyrtlsdr/Manifest b/net-wireless/soapyrtlsdr/Manifest index 4780b79b3a3..9502da30116 100644 --- a/net-wireless/soapyrtlsdr/Manifest +++ b/net-wireless/soapyrtlsdr/Manifest @@ -1,2 +1 @@ -DIST soapyrtlsdr-0.2.5.tar.gz 14101 BLAKE2B 3fc48e5cece291220a64ec1fd06492a94497e3e639c4fbdcb4c88d4b0431676bbf7a8d531123acc91d937380abe6a96a1b9df4cd7150203e31e17ba859da7113 SHA512 2e6343833d0ef48b11c6be6ea85c87276d58ab810b6b47fa2735b909beb6a758856ef2cbef3a0d478c27dd1fea829a049dd91252ae9807415f8ea66f15054a64 DIST soapyrtlsdr-0.3.0.tar.gz 14386 BLAKE2B f1f54bbf0a18cf02924844933108d38fe5280b8a856ffc9c3f12f56fc1ace5fa2abcabbfa86263f77d31fcd28f0a32cc4b4a350fca539a4860c6e0deebc492d5 SHA512 ccc0b3a5174bb1b57a79ecd0395ccaa5c3fada8ea7dce08d35a07992e84fef2cb45d92744fb0064857df36ad8120f495c3841b0fdca1870b9ed2328fb639ac21 diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.5-r1.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.5-r1.ebuild deleted file mode 100644 index 1ae13f82616..00000000000 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.5-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="SoapySDR RTL-SDR Support Module" -HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git" - inherit git-r3 - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtlsdr-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyRTLSDR-soapy-rtlsdr-"${PV}" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="net-wireless/soapysdr:= - net-wireless/rtl-sdr" -DEPEND="${RDEPEND}"