From 3bcf928002389abb44b5e5aecefcd074b8a581ad Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 21 Sep 2020 08:03:02 +0200 Subject: net-wireless/chirp: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/708304 Signed-off-by: Michał Górny --- net-wireless/chirp/Manifest | 1 - net-wireless/chirp/chirp-20200807.ebuild | 50 ---------------------------- net-wireless/chirp/chirp-99999999.ebuild | 57 -------------------------------- net-wireless/chirp/metadata.xml | 15 --------- 4 files changed, 123 deletions(-) delete mode 100644 net-wireless/chirp/Manifest delete mode 100644 net-wireless/chirp/chirp-20200807.ebuild delete mode 100644 net-wireless/chirp/chirp-99999999.ebuild delete mode 100644 net-wireless/chirp/metadata.xml (limited to 'net-wireless/chirp') diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest deleted file mode 100644 index 51bb28f031b9..000000000000 --- a/net-wireless/chirp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chirp-daily-20200807.tar.gz 933776 BLAKE2B 192c36688fed011ba4ea97b0c5569f1681f15841f06c99c81e7711162c457ffd34d13481695b275e2fa0b0040dc21afe6d259ebf4beb7c3ed13a44679e1b67d8 SHA512 28d5ca132930d5525f24e7899fc370fbdbe9ce22b81fdbc7fee58afdd60a099b4ebcbd42963e92569d011c98eaa556225b018ab1d2d862b3a1a22362f0647325 diff --git a/net-wireless/chirp/chirp-20200807.ebuild b/net-wireless/chirp/chirp-20200807.ebuild deleted file mode 100644 index 77faba828a0c..000000000000 --- a/net-wireless/chirp/chirp-20200807.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -if [[ ${PV} == "99999999" ]] ; then - SCM=mercurial - EHG_REPO_URI="http://d-rats.com/hg/chirp.hg" -else - RESTRICT="test" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz" - S="${WORKDIR}/${PN}-daily-${PV}" -fi - -inherit distutils-r1 xdg-utils ${SCM} - -DESCRIPTION="Free open-source tool for programming your amateur radio" -HOMEPAGE="https://chirp.danplanet.com" - -LICENSE="GPL-3" -SLOT="0" -IUSE="radioreference" - -DEPEND="${PYTHON_DEPS} - dev-python/pyserial[${PYTHON_USEDEP}] - dev-libs/libxml2[python]" -RDEPEND="${DEPEND} - dev-python/pygtk[${PYTHON_USEDEP}] - radioreference? ( dev-python/suds[${PYTHON_USEDEP}] )" - -src_prepare() { - sed -i -e "/share\/doc\/chirp/d" setup.py || die - 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 -} diff --git a/net-wireless/chirp/chirp-99999999.ebuild b/net-wireless/chirp/chirp-99999999.ebuild deleted file mode 100644 index 48f9b1a77877..000000000000 --- a/net-wireless/chirp/chirp-99999999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) -#PYTHON_COMPAT=( python3_7 ) -#DISTUTILS_SINGLE_IMPL=1 - -if [[ ${PV} == "99999999" ]] ; then - SCM=mercurial - EHG_REPO_URI="http://d-rats.com/hg/chirp.hg" - #EHG_REVISION="py3" -else - RESTRICT="test" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz" - S="${WORKDIR}/${PN}-daily-${PV}" -fi - -inherit distutils-r1 xdg-utils ${SCM} - -DESCRIPTION="Free open-source tool for programming your amateur radio" -HOMEPAGE="https://chirp.danplanet.com" - -LICENSE="GPL-3" -SLOT="0" -IUSE="radioreference" - -DEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyserial[${PYTHON_USEDEP}] - dev-libs/libxml2[python]')" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - python_targets_python2_7? ( dev-python/pygtk[${PYTHON_USEDEP}] ) - !python_targets_python2_7? ( dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] ) - radioreference? ( dev-python/suds[${PYTHON_USEDEP}] )')" - -src_prepare() { - sed -i -e "/share\/doc\/chirp/d" setup.py || die - 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 -} diff --git a/net-wireless/chirp/metadata.xml b/net-wireless/chirp/metadata.xml deleted file mode 100644 index 7b8c6700a3c9..000000000000 --- a/net-wireless/chirp/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - radio@gentoo.org - Radio - - - support downloading data from radioreference.com (premium users only) - - -- cgit v1.2.3-65-gdbad