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 1F7911382C5 for ; Mon, 19 Feb 2018 17:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63B33E0BF6; Mon, 19 Feb 2018 17:29:36 +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 388A3E0BF4 for ; Mon, 19 Feb 2018 17:29:36 +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 3F8AA335C33 for ; Mon, 19 Feb 2018 17:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220B5235 for ; Mon, 19 Feb 2018 17:29:32 +0000 (UTC) From: "Richard 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, "Richard Farina" Message-ID: <1519061355.8e2b5cbf7d6d2341d46ebc9ef9efb4b56a881a20.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/metadata.xml net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.4.ebuild net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild X-VCS-Directories: net-wireless/soapyrtlsdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8e2b5cbf7d6d2341d46ebc9ef9efb4b56a881a20 X-VCS-Branch: master Date: Mon, 19 Feb 2018 17:29:32 +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-Archives-Salt: dc4c0a74-ad68-4b57-a5dc-b8bc395a0503 X-Archives-Hash: 586cc413b7e620c1760273c4ffbaf255 commit: 8e2b5cbf7d6d2341d46ebc9ef9efb4b56a881a20 Author: Zero_Chaos gentoo org> AuthorDate: Mon Feb 19 16:49:05 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Feb 19 17:29:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2b5cbf net-wireless/soapyrtlsdr: import from pentoo module for soapysdr Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-wireless/soapyrtlsdr/Manifest | 1 + net-wireless/soapyrtlsdr/metadata.xml | 15 +++++++++++++ net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.4.ebuild | 26 +++++++++++++++++++++++ net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild | 26 +++++++++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/net-wireless/soapyrtlsdr/Manifest b/net-wireless/soapyrtlsdr/Manifest new file mode 100644 index 00000000000..ee3b8c0065d --- /dev/null +++ b/net-wireless/soapyrtlsdr/Manifest @@ -0,0 +1 @@ +DIST soapyrtlsdr-0.2.4.tar.gz 14003 BLAKE2B b638bc9795d722446cec4e2866e3cf8ee78665b874e44bb7249b6b8c465b024488284ccf3ac50aa504146253501d96c899abfa367732f14d90cf5d3641866de0 SHA512 3e5efd18793cc0404b833784c7d0b2f1786b38ed34529c12e949ce624d2488f04f0236e86bec7da08cd0baec5f36ccb6610d945d57622868e9e340c6f288b7a6 diff --git a/net-wireless/soapyrtlsdr/metadata.xml b/net-wireless/soapyrtlsdr/metadata.xml new file mode 100644 index 00000000000..dd492399ccc --- /dev/null +++ b/net-wireless/soapyrtlsdr/metadata.xml @@ -0,0 +1,15 @@ + + + + + zerochaos@gentoo.org + Rick Farina + + + radio@gentoo.org + Radio + + + pothosware/SoapyRTLSDR + + diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.4.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.4.ebuild new file mode 100644 index 00000000000..0527f6ff8d2 --- /dev/null +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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}" diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild new file mode 100644 index 00000000000..0527f6ff8d2 --- /dev/null +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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}"