From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/chirp/
Date: Fri, 6 Apr 2018 15:23:24 +0000 (UTC) [thread overview]
Message-ID: <1523028196.ca1617b1245fa0ca6c3da2d2f4ee5337dad6262a.zerochaos@gentoo> (raw)
commit: ca1617b1245fa0ca6c3da2d2f4ee5337dad6262a
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 15:22:58 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 15:23:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1617b1
net-wireless/chirp: bump
Package-Manager: Portage-2.3.28, Repoman-2.3.9
net-wireless/chirp/Manifest | 1 +
net-wireless/chirp/chirp-20180331.ebuild | 45 ++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
index 77e709cafac..2d3b3e11dff 100644
--- a/net-wireless/chirp/Manifest
+++ b/net-wireless/chirp/Manifest
@@ -1 +1,2 @@
DIST chirp-daily-20170714.tar.gz 701208 BLAKE2B 2b73f605c86f9a7650f3dee05d2735d26583221206a824f1a0f0642a41ecbbc6e94e1b2b069c40cbb7a5d73d1219c719c896f75cc647f668eeded627af3bc279 SHA512 4ebc09142077fe2e17f4d01ce83babd07a55eb44db4f62358c1eaa341ffc983f7bacffa734caf1ec6973037571878bdb6d7b65fe6905681a1aa62ac0dee2a09c
+DIST chirp-daily-20180331.tar.gz 754495 BLAKE2B 81db154e784b0d01809e79b3eee6c518becb3760f85b606ab7bae174d77fdc5fee9fa81684cb1784e80f27abb909a1825519ea6e72fb2d69e9e4aa788deb3c53 SHA512 2ddcf8bcf5ff47639c06e5dce212e747fe7bc0bf3347da226a0d26c27748cbcc99726d6926c695d742d101376581e708a601129bac75687c5e92bc8a55863f3d
diff --git a/net-wireless/chirp/chirp-20180331.ebuild b/net-wireless/chirp/chirp-20180331.ebuild
new file mode 100644
index 00000000000..556485ceac9
--- /dev/null
+++ b/net-wireless/chirp/chirp-20180331.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 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
+}
next reply other threads:[~2018-04-06 15:23 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-06 15:23 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-06-26 20:08 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=1523028196.ca1617b1245fa0ca6c3da2d2f4ee5337dad6262a.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