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 127AC138335 for ; Sun, 26 Aug 2018 10:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21276E087A; Sun, 26 Aug 2018 10:04:00 +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 D1EDFE087A for ; Sun, 26 Aug 2018 10:03:59 +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 17B91335C95 for ; Sun, 26 Aug 2018 10:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9FE039D for ; Sun, 26 Aug 2018 10:03:55 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1535277824.f5d04b2d993a3a68c8d56ac81ea57b1825599dd4.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyremote/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyremote/Manifest net-wireless/soapyremote/metadata.xml net-wireless/soapyremote/soapyremote-0.4.3.ebuild net-wireless/soapyremote/soapyremote-9999.ebuild X-VCS-Directories: net-wireless/soapyremote/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: f5d04b2d993a3a68c8d56ac81ea57b1825599dd4 X-VCS-Branch: master Date: Sun, 26 Aug 2018 10:03:55 +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: 32928032-9db5-483c-af80-8e885c640b68 X-Archives-Hash: c4a80653aee71ccae66a2b4ff56b98c6 commit: f5d04b2d993a3a68c8d56ac81ea57b1825599dd4 Author: Christian Ruppert gentoo org> AuthorDate: Sun Aug 26 10:00:46 2018 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Sun Aug 26 10:03:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d04b2d net-wireless/soapyremote: Initial import Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-wireless/soapyremote/Manifest | 1 + net-wireless/soapyremote/metadata.xml | 11 ++++++++ net-wireless/soapyremote/soapyremote-0.4.3.ebuild | 29 +++++++++++++++++++++ net-wireless/soapyremote/soapyremote-9999.ebuild | 31 +++++++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/net-wireless/soapyremote/Manifest b/net-wireless/soapyremote/Manifest new file mode 100644 index 00000000000..046a379e1db --- /dev/null +++ b/net-wireless/soapyremote/Manifest @@ -0,0 +1 @@ +DIST soapyremote-0.4.3.tar.gz 60023 BLAKE2B bff0b681d850794c7a3cc23bc9cb6276e3c579a074101ed82e76a933e5d9cd84b96fc7be5560ee166bcf624f0ba968ff259309fb9bb17fa8ccf4ebe903db5a33 SHA512 58e91c2da52440acab0930d5a913715d173c309aed83489e1adb408fbae99c22e4e549412dc5a655f266cfbfaf0a67e45eb330aaf9df0fc9b699a7aaa7c12ff6 diff --git a/net-wireless/soapyremote/metadata.xml b/net-wireless/soapyremote/metadata.xml new file mode 100644 index 00000000000..ec3d8fb8c80 --- /dev/null +++ b/net-wireless/soapyremote/metadata.xml @@ -0,0 +1,11 @@ + + + + + idl0r@gentoo.org + Christian Ruppert + + + pothosware/SoapyRemote + + diff --git a/net-wireless/soapyremote/soapyremote-0.4.3.ebuild b/net-wireless/soapyremote/soapyremote-0.4.3.ebuild new file mode 100644 index 00000000000..0b994353296 --- /dev/null +++ b/net-wireless/soapyremote/soapyremote-0.4.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Soapy SDR remote module" +HOMEPAGE="https://github.com/pothosware/SoapyRemote" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote.git" + EGIT_CLONE_TYPE="shallow" + KEYWORDS="" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRemote-soapy-remote-"${PV}" +fi + +LICENSE="Boost-1.0" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + +RDEPEND="net-wireless/soapysdr" +DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyremote/soapyremote-9999.ebuild b/net-wireless/soapyremote/soapyremote-9999.ebuild new file mode 100644 index 00000000000..e1818a79ebc --- /dev/null +++ b/net-wireless/soapyremote/soapyremote-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit cmake-utils + +DESCRIPTION="Soapy SDR remote module" +HOMEPAGE="https://github.com/pothosware/SoapyRemote" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote.git" + EGIT_CLONE_TYPE="shallow" + KEYWORDS="" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRemote-soapy-remote-"${PV}" +fi + +LICENSE="Boost-1.0" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + +RDEPEND="net-wireless/soapysdr" +DEPEND="${RDEPEND}"