public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-wireless/chirp/
@ 2020-09-21  6:07 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-09-21  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3bcf928002389abb44b5e5aecefcd074b8a581ad
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 06:03:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 06:07:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcf9280

net-wireless/chirp: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708304
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 ---------
 profiles/package.mask                    |  1 -
 5 files changed, 124 deletions(-)

diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
deleted file mode 100644
index 51bb28f031b..00000000000
--- 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 77faba828a0..00000000000
--- 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 48f9b1a7787..00000000000
--- 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 7b8c6700a3c..00000000000
--- a/net-wireless/chirp/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>zerochaos@gentoo.org</email>
-	<name>Rick Farina</name>
-</maintainer>
-<maintainer type="project">
-	<email>radio@gentoo.org</email>
-	<name>Radio</name>
-</maintainer>
-<use>
-	<flag name="radioreference">support downloading data from radioreference.com (premium users only)</flag>
-</use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a6b5d33bf0b..4703b613045 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -674,7 +674,6 @@ media-plugins/gimp-resynthesizer
 net-analyzer/pbgpp
 net-libs/openpgm
 <net-mail/mailman-3
-net-wireless/chirp
 
 # Alfredo Tupone <tupone@gentoo.org> (2020-08-16)
 # Ported to py3.8 but not yet released


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-21  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21  6:07 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-wireless/chirp/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox