summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2022-11-22 08:00:40 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2022-11-22 08:15:53 +0100
commitc57cda14717136130f416d63b6a8970649fab464 (patch)
tree5211d0ee31414ea6555bcbb16da4501965eed7e5 /net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
parentdev-java/poi: drop 5.2.2 (diff)
downloadgentoo-c57cda14717136130f416d63b6a8970649fab464.tar.gz
gentoo-c57cda14717136130f416d63b6a8970649fab464.tar.bz2
gentoo-c57cda14717136130f416d63b6a8970649fab464.zip
net-wireless/gr-scopy: drop 0.0_p20201005
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild')
-rw-r--r--net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild b/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
deleted file mode 100644
index f633fe307051..000000000000
--- a/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="Scopy IIO blocks for GNU Radio"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-scopy"
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-scopy.git"
- inherit git-r3
-else
- COMMIT="f48b45cabe2a81f491137dbc220032ea65f080c3"
- SRC_URI="https://github.com/analogdevicesinc/gr-scopy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
- KEYWORDS="~amd64 ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
- =net-wireless/gnuradio-3.8*:=
- sci-libs/volk:=
- dev-libs/log4cpp:=
- "
-DEPEND="${RDEPEND}"
-
-src_install() {
- cmake_src_install
- python_optimize
-}