commit: 99c26ec5b24dfcbbda307ccddd26e810cc1f600a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 13:02:21 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 13:14:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c26ec5
media-radio/chirp: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-radio/chirp/Manifest | 1 -
media-radio/chirp/chirp-20240311.ebuild | 60 ---------------------------------
media-radio/chirp/chirp-20240606.ebuild | 60 ---------------------------------
3 files changed, 121 deletions(-)
diff --git a/media-radio/chirp/Manifest b/media-radio/chirp/Manifest
index 7d5dc973a12a..373d8892cef3 100644
--- a/media-radio/chirp/Manifest
+++ b/media-radio/chirp/Manifest
@@ -1,2 +1 @@
-DIST chirp-20240311.tar.gz 1960895 BLAKE2B
843b68d15c82a437904554c25a6e810db1273753201903a086dde3c68481f2b2457f1aa36c96793ef6491febfbc6ec857180434d10f6eebd3e3ca4fde009c126
SHA512
f2fdc3479dc6605385d521314be6a3b8748e0bd9465d3e1ce70f0ff9fa9f9a459225101f6d42624e67ae6a8065aa89d8678bbbe666e55a57275b6327e9387083
DIST chirp-20240606.tar.gz 2093782 BLAKE2B
ea5da2cca61f1c1beea9035be3b2acda380e9583dbdc4292968be98474c3b733bb4698df075d1b4eb7a8625b68fce0c1c22172fca7583e42e50bdc7dc92a4f29
SHA512
3f89435a33868958b95e95281a6c11b2e483c89b206118aa9366884e3316fa760dbfeaa3545224be06c26bc91eb3fcad28a1d94d2128dd99a8cccdb97c21b740
diff --git a/media-radio/chirp/chirp-20240311.ebuild
b/media-radio/chirp/chirp-20240311.ebuild
deleted file mode 100644
index 06a371411e1d..000000000000
--- a/media-radio/chirp/chirp-20240311.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
-
-# py3.12 blocked by wxpython
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A free, open-source tool for programming your radio"
-HOMEPAGE="https://chirpmyradio.com/"
-SRC_URI="https://archive.chirpmyradio.com/${PN}_next/next-${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+gui radioreference"
-
-RDEPEND="$(python_gen_cond_dep '
- dev-python/pyserial[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- gui? (
- dev-python/wxpython:4.0[${PYTHON_USEDEP}]
- dev-python/yattag[${PYTHON_USEDEP}]
- )
- radioreference? ( dev-python/suds-community[${PYTHON_USEDEP}] )
-')"
-BDEPEND="test? ( $(python_gen_cond_dep '
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-') )"
-
-distutils_enable_tests pytest
-
-# The alias map is an internal developer file not included in release tarballs.
-# Other disabled tests require Internet access.
-EPYTEST_DESELECT=(
- tests/unit/test_directory.py::TestAliasMap
- tests/unit/test_network_sources.py
- tests/unit/test_repeaterbook.py
-)
-
-python_test() {
- # From the contents of tests/ upstream currently only runs unit and
driver
- # tests, and the latter can take so long that they have even got a
special
- # script for only running them on drivers whose code has changed
- # with respect to origin/master.
- epytest tests/unit/
-}
-
-src_install() {
- distutils-r1_src_install
- if ! use gui; then
- rm "${ED}"/usr/bin/${PN} || die
- fi
-}
diff --git a/media-radio/chirp/chirp-20240606.ebuild
b/media-radio/chirp/chirp-20240606.ebuild
deleted file mode 100644
index 6df7d3076d86..000000000000
--- a/media-radio/chirp/chirp-20240606.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..12} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A free, open-source tool for programming your radio"
-HOMEPAGE="https://chirpmyradio.com/"
-SRC_URI="https://archive.chirpmyradio.com/${PN}_next/next-${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+gui radioreference"
-
-RDEPEND="$(python_gen_cond_dep '
- dev-python/pyserial[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- gui? (
- dev-python/wxpython:4.0[${PYTHON_USEDEP}]
- dev-python/yattag[${PYTHON_USEDEP}]
- )
- radioreference? ( dev-python/suds-community[${PYTHON_USEDEP}] )
-')"
-BDEPEND="test? ( $(python_gen_cond_dep '
- dev-python/ddt[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-') )"
-
-distutils_enable_tests pytest
-
-# The alias map is an internal developer file not included in release tarballs.
-# Other disabled tests require Internet access.
-EPYTEST_DESELECT=(
- tests/unit/test_directory.py::TestAliasMap
- tests/unit/test_network_sources.py
- tests/unit/test_repeaterbook.py
-)
-
-python_test() {
- # From the contents of tests/ upstream currently only runs unit and
driver
- # tests, and the latter can take so long that they have even got a
special
- # script for only running them on drivers whose code has changed
- # with respect to origin/master.
- epytest tests/unit/
-}
-
-src_install() {
- distutils-r1_src_install
- if ! use gui; then
- rm "${ED}"/usr/bin/${PN} || die
- fi
-}