From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2AA21581B9 for ; Sun, 05 Oct 2025 07:57:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C7CD234168D for ; Sun, 05 Oct 2025 07:57:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AFA01104B5; Sun, 05 Oct 2025 07:57:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1B8B51103B8 for ; Sun, 05 Oct 2025 07:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7F413410AF for ; Sun, 05 Oct 2025 07:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3908739B8 for ; Sun, 05 Oct 2025 07:57:34 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1759650989.813641e87fbfa139201ab691a38542199a162762.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild X-VCS-Directories: net-wireless/soapysdr/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 813641e87fbfa139201ab691a38542199a162762 X-VCS-Branch: master Date: Sun, 05 Oct 2025 07:57:34 +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: 9c7746a3-b7b5-45ea-af6c-49e470589308 X-Archives-Hash: f876bacdf7245bd37c42a736fb4d82ac commit: 813641e87fbfa139201ab691a38542199a162762 Author: Thomas Beierlein gentoo org> AuthorDate: Sun Oct 5 07:54:13 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Oct 5 07:56:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813641e8 net-wireless/soapysdr: drop 0.8.1-r1 Signed-off-by: Thomas Beierlein gentoo.org> net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild | 60 -------------------------- 1 file changed, 60 deletions(-) diff --git a/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild deleted file mode 100644 index 7daf73a0eb44..000000000000 --- a/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake python-single-r1 - -DESCRIPTION="vendor and platform neutral SDR support library" -HOMEPAGE="https://github.com/pothosware/SoapySDR" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git" - EGIT_CLONE_TYPE="shallow" - inherit git-r3 -else - KEYWORDS="amd64 ~arm ~riscv ~x86" - SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}" -fi - -LICENSE="Boost-1.0" -SLOT="0/${PV}" -IUSE="bladerf hackrf python rtlsdr plutosdr uhd" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" -BDEPEND="python? ( dev-lang/swig:0 )" -PDEPEND=" - bladerf? ( net-wireless/soapybladerf ) - hackrf? ( net-wireless/soapyhackrf ) - rtlsdr? ( net-wireless/soapyrtlsdr ) - plutosdr? ( net-wireless/soapyplutosdr ) - uhd? ( net-wireless/soapyuhd ) -" - -PATCHES=( - "${FILESDIR}"/soapysdr-0.8.1-python3.12-distutils.patch -) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DENABLE_PYTHON=$(usex python) - -DENABLE_PYTHON3=$(usex python) - -DBUILD_PYTHON3=$(usex python) - -DUSE_PYTHON_CONFIG=ON - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - use python && python_optimize -}