public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/chirp/
Date: Tue, 26 Jun 2018 20:08:55 +0000 (UTC)	[thread overview]
Message-ID: <1530043724.198104cff2d0c94fb1dab2e43084e803531e2378.zerochaos@gentoo> (raw)

commit:     198104cff2d0c94fb1dab2e43084e803531e2378
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:08:23 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:08:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198104cf

net-wireless/chirp: bump, cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-wireless/chirp/Manifest                        |  3 +-
 net-wireless/chirp/chirp-20170714.ebuild           | 45 ----------------------
 ...chirp-20180331.ebuild => chirp-20180623.ebuild} |  8 ++++
 net-wireless/chirp/chirp-99999999.ebuild           | 10 ++++-
 4 files changed, 18 insertions(+), 48 deletions(-)

diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
index 2d3b3e11dff..d38103614ba 100644
--- a/net-wireless/chirp/Manifest
+++ b/net-wireless/chirp/Manifest
@@ -1,2 +1 @@
-DIST chirp-daily-20170714.tar.gz 701208 BLAKE2B 2b73f605c86f9a7650f3dee05d2735d26583221206a824f1a0f0642a41ecbbc6e94e1b2b069c40cbb7a5d73d1219c719c896f75cc647f668eeded627af3bc279 SHA512 4ebc09142077fe2e17f4d01ce83babd07a55eb44db4f62358c1eaa341ffc983f7bacffa734caf1ec6973037571878bdb6d7b65fe6905681a1aa62ac0dee2a09c
-DIST chirp-daily-20180331.tar.gz 754495 BLAKE2B 81db154e784b0d01809e79b3eee6c518becb3760f85b606ab7bae174d77fdc5fee9fa81684cb1784e80f27abb909a1825519ea6e72fb2d69e9e4aa788deb3c53 SHA512 2ddcf8bcf5ff47639c06e5dce212e747fe7bc0bf3347da226a0d26c27748cbcc99726d6926c695d742d101376581e708a601129bac75687c5e92bc8a55863f3d
+DIST chirp-daily-20180623.tar.gz 767246 BLAKE2B c842ade8f5d25ca44bbb9ffea09f32ad4f4c04747e5eb08ad2e533b6dc4fa323bdd8a1a1b47da44e50efa502e856dfa5da14fab6688d1dda470d13e219d08341 SHA512 2c82f575faaac7f922e4aae192f992f724be7dc6788f194e581a21238f21af3b554ae0c3bba08d34806d310b796a4f49ef96de97ba758c41cc55edf6e1a1566f

diff --git a/net-wireless/chirp/chirp-20170714.ebuild b/net-wireless/chirp/chirp-20170714.ebuild
deleted file mode 100644
index ca6714578c8..00000000000
--- a/net-wireless/chirp/chirp-20170714.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-if [[ ${PV} == "99999999" ]] ; then
-	SCM=mercurial
-	EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
-fi
-
-inherit distutils-r1 ${SCM}
-
-DESCRIPTION="Free open-source tool for programming your amateur radio"
-HOMEPAGE="http://chirp.danplanet.com"
-
-if [[ ${PV} == "99999999" ]] ; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="http://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz"
-	S="${WORKDIR}/${PN}-daily-${PV}"
-	RESTRICT="test"
-fi
-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
-}

diff --git a/net-wireless/chirp/chirp-20180331.ebuild b/net-wireless/chirp/chirp-20180623.ebuild
similarity index 91%
rename from net-wireless/chirp/chirp-20180331.ebuild
rename to net-wireless/chirp/chirp-20180623.ebuild
index 556485ceac9..ef243acf8ac 100644
--- a/net-wireless/chirp/chirp-20180331.ebuild
+++ b/net-wireless/chirp/chirp-20180623.ebuild
@@ -43,3 +43,11 @@ python_test() {
 	"${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
index ca6714578c8..ef243acf8ac 100644
--- a/net-wireless/chirp/chirp-99999999.ebuild
+++ b/net-wireless/chirp/chirp-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -43,3 +43,11 @@ python_test() {
 	"${PYTHON}" run_tests || die
 	popd > /dev/null
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2018-06-26 20:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 20:08 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-13 20:17 [gentoo-commits] repo/gentoo:master commit in: net-wireless/chirp/ Rick Farina
2020-08-13 19:43 Rick Farina
2020-06-04  9:06 David Seifert
2020-05-05 16:15 Rick Farina
2019-10-15 19:22 Rick Farina
2019-08-01 16:08 Rick Farina
2019-05-09  1:32 Rick Farina
2018-12-03 15:53 Rick Farina
2018-09-13 20:15 Richard Farina
2018-08-24 20:32 Richard Farina
2018-04-06 15:23 Richard Farina
2017-10-04  9:15 Michał Górny
2017-09-08 18:45 Richard Farina
2017-05-31  2:42 Richard Farina
2017-04-17 19:55 Richard Farina
2017-04-17 19:52 Richard Farina
2017-03-10 22:36 Richard Farina
2017-03-04  5:06 Richard Farina
2017-02-21 22:16 Richard Farina
2016-07-30 19:03 Richard Farina
2016-05-15  3:15 Richard Farina
2016-04-26 17:49 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1530043724.198104cff2d0c94fb1dab2e43084e803531e2378.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox