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: Sun, 15 May 2016 03:15:57 +0000 (UTC)	[thread overview]
Message-ID: <1463282152.1a30e5f77117831885fa85f237a492a6002c73bf.zerochaos@gentoo> (raw)

commit:     1a30e5f77117831885fa85f237a492a6002c73bf
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 03:15:10 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sun May 15 03:15:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a30e5f7

net-wireless/chirp: bump

Package-Manager: portage-2.2.28

 net-wireless/chirp/Manifest              |  1 +
 net-wireless/chirp/chirp-20160513.ebuild | 44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
index 7897ae4..bcf23aa 100644
--- a/net-wireless/chirp/Manifest
+++ b/net-wireless/chirp/Manifest
@@ -1 +1,2 @@
 DIST chirp-daily-20160419.tar.gz 577891 SHA256 982aa44107d8a75834f60f8c49070cf580b5b675b0cafe072ca0e452a6ce0c6a SHA512 5cd1f01a5fe6e2801d6683cdc14145652820cbb263852f967a18887dea6f5609558d44e172f75557867fcb29103195e7daf2618593d7f97930e476c235023335 WHIRLPOOL 8befc897efabe774cedf8efe3af14d0b0bdf8b599e8d6ef252f430a7c78722bea7d2947c358471e1a97fe8e409689a5f2746aec4f69ac3e69cbd3f8fc2577001
+DIST chirp-daily-20160513.tar.gz 578031 SHA256 5937262df82e09367f799820e106ee40bd0e0607401ecb2309fea702bf0a08c8 SHA512 8d270630fe88221693a141ff1ef1c42c3b8e23216f6b3a26e3640047cc0716fde86cb14477e805871a90f825482db1f8f04e83471b54560bfd8995ee8d7f1cea WHIRLPOOL 4987ecb386f7954ca08ec3d40cf505902bcbecbb1e5c4f70f8fe03b6e79a37f374720c6a08b676e68843da930173100c74383b8ea0722e36876cf10939feeb84

diff --git a/net-wireless/chirp/chirp-20160513.ebuild b/net-wireless/chirp/chirp-20160513.ebuild
new file mode 100644
index 0000000..ab81037
--- /dev/null
+++ b/net-wireless/chirp/chirp-20160513.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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=""
+
+DEPEND="dev-python/pyserial
+	dev-libs/libxml2[python]"
+RDEPEND="${DEPEND}
+	dev-python/pygtk"
+
+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
+}


             reply	other threads:[~2016-05-15  3:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-15  3:15 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
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-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=1463282152.1a30e5f77117831885fa85f237a492a6002c73bf.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