public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Freeman" <rich0@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/js8call/
Date: Tue, 12 Mar 2019 00:53:15 +0000 (UTC)	[thread overview]
Message-ID: <1552351973.3290b8d529337dfa29531137a6a760bfa17e164a.rich0@gentoo> (raw)

commit:     3290b8d529337dfa29531137a6a760bfa17e164a
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 00:52:39 2019 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 00:52:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3290b8d5

media-radio/js8call: bump

Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-radio/js8call/Manifest                 |  1 +
 media-radio/js8call/js8call-1.0.0_rc2.ebuild | 40 ++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-radio/js8call/Manifest b/media-radio/js8call/Manifest
index ca9b34a4efe..ebed0a6b7c7 100644
--- a/media-radio/js8call/Manifest
+++ b/media-radio/js8call/Manifest
@@ -1,3 +1,4 @@
 DIST js8call-0.14.0.tar.bz2 15915033 BLAKE2B 3aeebaf5c7c019573e00cbbf4cd8e4285c101529b7887cfd2bf612070a7b70bc1ad1c5cc04157a811405111acfcd28332b8d03d8067c686c9227a6d5925508c7 SHA512 d0537475a2e0ac9721eebc446895ccc8fd1bdd9f369d34e3b2a6ae7beac1d982fea4f8c93120ceffd7ebf0ed228f38cda205d2b580a140d96c19851c94f8702f
 DIST js8call-0.14.1.tar.bz2 15915313 BLAKE2B 2897a8c5c5aadcf3851f14871289a5ef23e4d7b27c851cdfc1dc27aa29ed417ae69c6cd6542faecf7d72528b349029ca5f155a90979a26f85525a98805a272c2 SHA512 7c2cd147c43fbe1913ba551a208801b6444a950ca0f1f5a7c46c2b67cfdebdea4bdc2de6b2fd6a21ebdbdff94d8d2d1e4aa4222f3e5d1d61fdbec74774d5019d
 DIST js8call-1.0.0_rc1.tar.bz2 15917364 BLAKE2B 578c515a2833e83596def9660d504d304bfacd91e81ced414194d0eb0ddc545c552a45e9b495e7f8faa39a47423acbdc8b1678773919ca4584c6c43a2197420c SHA512 aa91700bf36c4514ebc996a94474db04d251649b29a8e5a92d92562ec8282d981dfe3039dd6ebd9dd4b3bd586ed587aced71feac30dd65246aba237ccb825bf4
+DIST js8call-1.0.0_rc2.tar.bz2 15917889 BLAKE2B 53e735a4c23f0927a1e2afc320f270ed5a1bb2a080ae4c98acc6d539af912dc21f044e92c5c5d415f15dd2862bb80158d3a9178d8809bc28db4c8b8dbfe1f82d SHA512 aaeed22f23d27a89d004e38b12aea8a8f94e0ed6a0e659920262e9a0d8f9f225f5e92a56560272859b266ba72ca9a466a51f228a447accdb9b310bca57420d6f

diff --git a/media-radio/js8call/js8call-1.0.0_rc2.ebuild b/media-radio/js8call/js8call-1.0.0_rc2.ebuild
new file mode 100644
index 00000000000..a81ae676012
--- /dev/null
+++ b/media-radio/js8call/js8call-1.0.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils vcs-snapshot
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Weak signal ham radio communication"
+HOMEPAGE="https://groups.io/g/js8call"
+#SRC_URI="https://bitbucket.org/widefido/js8call/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
+SRC_URI="https://bitbucket.org/widefido/js8call/get/v1.0.0-rc2.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtmultimedia:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtconcurrent:5
+	dev-qt/qtserialport:5
+	dev-qt/qtprintsupport:5
+	virtual/libusb:1
+	media-libs/portaudio
+	sci-libs/fftw:3.0[threads,fortran]
+	virtual/fortran
+	app-text/asciidoc
+	media-libs/hamlib
+	doc? ( dev-ruby/asciidoctor )"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	cmake-utils_src_install
+	rm "${D}"/usr/bin/rigctl{,d}-local || die
+	rm "${D}"/usr/share/doc/JS8Call -R || die
+}


             reply	other threads:[~2019-03-12  0:53 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  0:53 Richard Freeman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18 15:33 [gentoo-commits] repo/gentoo:master commit in: media-radio/js8call/ Thomas Beierlein
2024-03-14 19:21 Sam James
2022-06-02  2:03 Sam James
2021-05-23 22:28 Agostino Sarubbo
2021-04-20 16:15 Thomas Beierlein
2021-03-01 14:09 Richard Freeman
2019-11-29 22:22 Richard Freeman
2019-11-29 21:31 Richard Freeman
2019-07-25 23:34 Richard Freeman
2019-06-18 19:42 Richard Freeman
2019-05-02 17:05 Richard Freeman
2019-03-31 23:21 Richard Freeman
2019-03-31 23:20 Richard Freeman
2019-03-27  0:11 Richard Freeman
2019-02-22  0:58 Richard Freeman
2019-02-22  0:58 Richard Freeman
2019-02-08 16:41 Richard Freeman
2019-02-08 14:34 Richard Freeman
2019-02-08 14:34 Richard Freeman
2019-01-24 13:28 Richard Freeman
2019-01-24 13:28 Richard Freeman
2019-01-03  0:33 Richard Freeman
2018-12-19 23:15 Richard Freeman
2018-12-02 15:04 Richard Freeman
2018-10-20 19:53 Richard Freeman
2018-10-20 16:58 Richard Freeman

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=1552351973.3290b8d529337dfa29531137a6a760bfa17e164a.rich0@gentoo \
    --to=rich0@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