summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2022-02-28 14:20:12 +0100
committerChristian Ruppert <idl0r@gentoo.org>2022-02-28 14:21:03 +0100
commit81e445b02601c65fabcdfd9bfba785f5fbe51932 (patch)
tree745cb96d2d557d962f6ef91df27f78f6ea8c3a6a /net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
parentnet-wireless/soapyremote: Bump, also fixes bug 834295 (diff)
downloadgentoo-81e445b02601c65fabcdfd9bfba785f5fbe51932.tar.gz
gentoo-81e445b02601c65fabcdfd9bfba785f5fbe51932.tar.bz2
gentoo-81e445b02601c65fabcdfd9bfba785f5fbe51932.zip
net-wireless/soapysdrplay: Cleanup old versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild')
-rw-r--r--net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild b/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
deleted file mode 100644
index 935b6c269996..000000000000
--- a/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Soapy SDR plugin for SDRPlay"
-HOMEPAGE="https://github.com/pothosware/SoapySDRPlay"
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git"
- EGIT_CLONE_TYPE="shallow"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/SoapySDRPlay-soapy-sdrplay-"${PV}"
-fi
-
-LICENSE="Boost-1.0"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE=""
-
-RDEPEND="net-wireless/soapysdr
- net-wireless/sdrplay"
-DEPEND="${RDEPEND}"