summaryrefslogtreecommitdiff
path: root/net-wireless/gr-paint
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/gr-paint')
-rw-r--r--net-wireless/gr-paint/Manifest1
-rw-r--r--net-wireless/gr-paint/gr-paint-0.0_p20230427-r2.ebuild63
-rw-r--r--net-wireless/gr-paint/gr-paint-0.0_p20250824-r1.ebuild (renamed from net-wireless/gr-paint/gr-paint-0.0_p20250824.ebuild)2
3 files changed, 1 insertions, 65 deletions
diff --git a/net-wireless/gr-paint/Manifest b/net-wireless/gr-paint/Manifest
index e3e9e30a9e63..b3517a92f2c5 100644
--- a/net-wireless/gr-paint/Manifest
+++ b/net-wireless/gr-paint/Manifest
@@ -1,2 +1 @@
-DIST gr-paint-0.0_p20230427.tar.gz 2094691 BLAKE2B 1dfa5fce3d24911dd9802bd322d4e9916a13066e69e5a0b57201f679a4b9bb985d7ee570e1d3881ecced257927ceb9a3b3845bd60422f407a753482dd35bf0a3 SHA512 7be52c524cdfde8a9620102c9b8cbdd813443c7bd9db1466ec3b73c588bb685fdd917fd2d8c602237b1b0450922d8a058ba9d2d507194a7b1ed4efe0c8f0a5f5
DIST gr-paint-0.0_p20250824.tar.gz 2095255 BLAKE2B a85a5909d664f0803e640502dbe08980fb6b8252f2b1e3abe3453903f56627cc85c549899c41443d1ab32c302907ebc3389a5dd616d7a98ba42110b57968c9eb SHA512 9ac34d9a29c9032b1b490347d5fe626a77d3c746201c0a62f13cf8fbf55b0548f0796d952832d81f2a4298f8bbf9217a3c66fdeca27418771ed03efd43497bf9
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20230427-r2.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20230427-r2.ebuild
deleted file mode 100644
index 7989e5d2edc2..000000000000
--- a/net-wireless/gr-paint/gr-paint-0.0_p20230427-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} )
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git"
-else
- COMMIT="995e888fdd575853349b5c72824c216dace74937"
- SRC_URI="https://github.com/drmpeg/gr-paint/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
- KEYWORDS="~amd64"
-fi
-inherit cmake python-single-r1
-
-DESCRIPTION="Paints monochrome images into the waterfall of a receiver"
-HOMEPAGE="https://github.com/drmpeg/gr-paint"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="doc"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-#< drmpeg> What tests?
-RESTRICT="test"
-
-DEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-libs/boost:=[python,${PYTHON_USEDEP}]
- ')
- dev-libs/gmp
- dev-libs/spdlog:=
- sci-libs/volk:=
- sci-libs/fftw
- >=net-wireless/gnuradio-3.9:=[${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]')
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
- $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
- virtual/pkgconfig
- doc? ( app-text/doxygen )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_DOXYGEN=$(usex doc)
- -DPYTHON_EXECUTABLE="${PYTHON}"
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- find "${D}" -name '*.py[oc]' -delete || die
- python_optimize
- mv "${ED}/usr/share/doc/gr-paint" "${ED}/usr/share/doc/${P}"
-}
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20250824.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20250824-r1.ebuild
index 01c5a8ab6cfc..11056c88e017 100644
--- a/net-wireless/gr-paint/gr-paint-0.0_p20250824.ebuild
+++ b/net-wireless/gr-paint/gr-paint-0.0_p20250824-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} )
+PYTHON_COMPAT=( python3_{12..14} )
if [[ ${PV} == 9999* ]]; then
inherit git-r3