summaryrefslogtreecommitdiffstats
path: root/net-wireless/chirp/chirp-20230427.ebuild
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-06-06 19:08:38 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-06-06 19:08:38 +0200
commit046a731a6fdc38050582a142e0cb3533af51e24f (patch)
tree9a9f6fae2f7e6f9def290caf25be7b5d0202a844 /net-wireless/chirp/chirp-20230427.ebuild
parentpamldapd: init.d fix log file location (diff)
downloadg-046a731a6fdc38050582a142e0cb3533af51e24f.tar
g-046a731a6fdc38050582a142e0cb3533af51e24f.tar.gz
g-046a731a6fdc38050582a142e0cb3533af51e24f.tar.bz2
g-046a731a6fdc38050582a142e0cb3533af51e24f.tar.lz
g-046a731a6fdc38050582a142e0cb3533af51e24f.tar.xz
g-046a731a6fdc38050582a142e0cb3533af51e24f.tar.zst
g-046a731a6fdc38050582a142e0cb3533af51e24f.zip
Diffstat (limited to '')
-rw-r--r--net-wireless/chirp/chirp-20230427.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-wireless/chirp/chirp-20230427.ebuild b/net-wireless/chirp/chirp-20230427.ebuild
deleted file mode 100644
index 25d6c39..0000000
--- a/net-wireless/chirp/chirp-20230427.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
-inherit distutils-r1
-
-DESCRIPTION="Free open-source tool for programming your amateur radio"
-HOMEPAGE="http://chirp.danplanet.com"
-SRC_URI="https://trac.chirp.danplanet.com/chirp_next/next-${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="radioreference"
-KEYWORDS="~amd64"
-
-DEPEND="${PYTHON_DEPS}
- dev-python/pyserial[${PYTHON_USEDEP}]
- dev-python/requests
- dev-python/six
- dev-python/future
- dev-python/yattag
- dev-libs/libxml2[python]"
-RDEPEND="${DEPEND}
- dev-python/wxpython[${PYTHON_USEDEP}]
- radioreference? ( dev-python/suds[${PYTHON_USEDEP}] )"
-
-
-src_prepare() {
- distutils-r1_src_prepare
-}
-
-python_test() {
- pushd tests > /dev/null
- "${PYTHON}" run_tests || die
- popd > /dev/null
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}