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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9B47158020 for ; Tue, 22 Nov 2022 07:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF20E0CA7; Tue, 22 Nov 2022 07:16:12 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id CD1CFE0CA6 for ; Tue, 22 Nov 2022 07:16:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6C1633BE3F for ; Tue, 22 Nov 2022 07:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65AEC3A5 for ; Tue, 22 Nov 2022 07:16:10 +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: <1669101353.c57cda14717136130f416d63b6a8970649fab464.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-scopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-scopy/Manifest net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild X-VCS-Directories: net-wireless/gr-scopy/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c57cda14717136130f416d63b6a8970649fab464 X-VCS-Branch: master Date: Tue, 22 Nov 2022 07:16:10 +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: ad8b89bc-eaa7-4096-b271-a11965c80e9f X-Archives-Hash: 238c9bb29070e84423c22ffc45e9afc0 commit: c57cda14717136130f416d63b6a8970649fab464 Author: Thomas Beierlein gentoo org> AuthorDate: Tue Nov 22 07:00:40 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Tue Nov 22 07:15:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57cda14 net-wireless/gr-scopy: drop 0.0_p20201005 Signed-off-by: Thomas Beierlein gentoo.org> net-wireless/gr-scopy/Manifest | 1 - .../gr-scopy/gr-scopy-0.0_p20201005.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/net-wireless/gr-scopy/Manifest b/net-wireless/gr-scopy/Manifest index 624db6f795f1..9426081f5c6c 100644 --- a/net-wireless/gr-scopy/Manifest +++ b/net-wireless/gr-scopy/Manifest @@ -1,2 +1 @@ -DIST gr-scopy-0.0_p20201005.tar.gz 204034 BLAKE2B 17d797822c7920186a6d875119d582fda7b74f9c23248d9821ba172f59b1df1433520e723e4dc6b1eca1f08fb7256893767794b584d7c0bd53aa2ede80cd2b92 SHA512 12c0e76008b0a7570a85707afe28a102541e02f10a55346c76cb7984e8435e20281e6406c86ee22e8b4fbe0211bb6657f88f36bdf6b3b76d4e24b2a3f12e6350 DIST gr-scopy-0.0_p20220602.tar.gz 213557 BLAKE2B 9dcd1b1beb62fa8f18c478f8990339cbe064a6c60c2e68516f49634d838f42559f2b25527fed78b124b9373be5f9c475c66a4dcc57ea30e69127e7227220742f SHA512 28983f1380943b1cc02c34fe21c7f295e5d4bbf4611fdddc313b9f63624845485a8366bcae6e215d9fe228a51f004d051895af756b157d382c6da2f51a1ca432 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 -}