commit:     fed80d932ca14d07919d910951b2c0ee1d9059ab
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 13:12:19 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 13:12:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed80d93

net-wireless/gr-iio: treeclean

Closes: https://bugs.gentoo.org/897168
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-wireless/gr-iio/Manifest                       |  1 -
 net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild | 50 ----------------------
 net-wireless/gr-iio/gr-iio-9999.ebuild             | 50 ----------------------
 net-wireless/gr-iio/metadata.xml                   | 15 -------
 profiles/package.mask                              |  7 ---
 5 files changed, 123 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
deleted file mode 100644
index 9fdff3854352..000000000000
--- a/net-wireless/gr-iio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gr-iio-0.3_p20210726.tar.gz 67948 BLAKE2B 
59d72f5fb31f5166ba7eb58f6bb50fe91f1edfc0c6fbff5f2d55e3768bc70504c15d32555695f65a9356d7a10a9d4549829896bc3062e9e3992d1f8072114751
 SHA512 
6c8316e6d3c2711256e1463dc1b5ec00e16366069d33d26e6c502e206459be4c76cbf2aa93fa8c54b7766e06b15efdcbc41a83cc72862cdd3c5ce83d0159385e

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
deleted file mode 100644
index d6085313dd3c..000000000000
--- a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="GNU Radio IIO Blocks"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-iio";
-if [ "${PV}" = "9999" ]; then
-       EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio";
-       EGIT_BRANCH="upgrade-3.8"
-       inherit git-r3
-else
-       COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"
-       
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
-       KEYWORDS="~amd64 ~riscv ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               dev-libs/boost:=[python,${PYTHON_USEDEP}]
-       ')
-       net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
-       !net-wireless/gnuradio[iio(-)]
-       dev-libs/boost:=
-       net-libs/libiio:=
-       dev-libs/gmp
-       sci-libs/volk:=
-       net-libs/libad9361-iio:="
-
-DEPEND="${RDEPEND}
-       sys-devel/flex:=
-       sys-devel/bison:=
-       dev-util/cppunit:=
-       dev-lang/swig:0"
-
-src_install() {
-       cmake_src_install
-       # Remove stray python files generated by the build system
-       find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
-       find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
-       python_optimize
-}

diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild 
b/net-wireless/gr-iio/gr-iio-9999.ebuild
deleted file mode 100644
index d6085313dd3c..000000000000
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="GNU Radio IIO Blocks"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-iio";
-if [ "${PV}" = "9999" ]; then
-       EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio";
-       EGIT_BRANCH="upgrade-3.8"
-       inherit git-r3
-else
-       COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"
-       
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
-       KEYWORDS="~amd64 ~riscv ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               dev-libs/boost:=[python,${PYTHON_USEDEP}]
-       ')
-       net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
-       !net-wireless/gnuradio[iio(-)]
-       dev-libs/boost:=
-       net-libs/libiio:=
-       dev-libs/gmp
-       sci-libs/volk:=
-       net-libs/libad9361-iio:="
-
-DEPEND="${RDEPEND}
-       sys-devel/flex:=
-       sys-devel/bison:=
-       dev-util/cppunit:=
-       dev-lang/swig:0"
-
-src_install() {
-       cmake_src_install
-       # Remove stray python files generated by the build system
-       find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
-       find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
-       python_optimize
-}

diff --git a/net-wireless/gr-iio/metadata.xml b/net-wireless/gr-iio/metadata.xml
deleted file mode 100644
index 9a8912883720..000000000000
--- a/net-wireless/gr-iio/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Rick Farina</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Radio</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">analogdevicesinc/gr-iio</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index cfdc6bdc97c8..0d6966e286c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -303,13 +303,6 @@ app-portage/layman
 # Removal on 2023-06-18. Bug #566782, #659822
 app-crypt/gentoo-keys
 
-# Thomas Beierlein <[email protected]> (2023-05-17)
-# Functionality got integrated into >=net-wireless/gnuradio-3.10
-# itself. See
-# https://wiki.analog.com/resources/tools-software/linux-software/gnuradio
-# Removal on 2023-06-17. Bug #897168.
-net-wireless/gr-iio
-
 # Sam James <[email protected]> (2023-05-10)
 # A major reverse depndency (kde-apps/libkexiv2) does not yet build against 
this
 # so mask for now, see bug #906087 and bug #906090.

Reply via email to