commit:     5726d8e10680a728327aa6601cb72df08c39a014
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:02:36 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:07:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5726d8e1

net-wireless/gr-m2k: treeclean

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-wireless/gr-m2k/gr-m2k-9999.ebuild | 46 ----------------------------------
 net-wireless/gr-m2k/metadata.xml       | 15 -----------
 profiles/package.mask                  |  1 -
 3 files changed, 62 deletions(-)

diff --git a/net-wireless/gr-m2k/gr-m2k-9999.ebuild 
b/net-wireless/gr-m2k/gr-m2k-9999.ebuild
deleted file mode 100644
index da37a557cf45..000000000000
--- a/net-wireless/gr-m2k/gr-m2k-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="A C++ library for interfacing with the ADALM2000"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-m2k";
-if [ "${PV}" = "9999" ]; then
-       EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-m2k.git";
-       inherit git-r3
-else
-       COMMIT="f98dfa42134d2dff458c7832842d1f51c3131aa4"
-       
SRC_URI="https://github.com/analogdevicesinc/gr-m2k/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}
-       dev-libs/boost:=
-       =net-wireless/gnuradio-3.8*:=
-       net-libs/libiio
-       net-wireless/libm2k
-       "
-DEPEND="${RDEPEND}
-       dev-lang/swig
-"
-
-src_configure() {
-       mycmakeargs=(
-               -DCMAKE_SKIP_BUILD_RPATH=TRUE
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       #this seems to not compile things
-       python_optimize
-}

diff --git a/net-wireless/gr-m2k/metadata.xml b/net-wireless/gr-m2k/metadata.xml
deleted file mode 100644
index 652cb6b13447..000000000000
--- a/net-wireless/gr-m2k/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-m2k</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 2209fb5b6c04..9829012f263c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -293,7 +293,6 @@ net-libs/libosmocore
 # Removal on 2022-04-15.
 net-libs/libmirisdr
 media-sound/deinvert
-net-wireless/gr-m2k
 
 # John Helmert III <[email protected]> (2022-03-13)
 # Arti is not a production-ready Tor client. According to upstream, "do

Reply via email to