public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/wsjtx/
Date: Tue, 31 Oct 2017 18:43:29 +0000 (UTC)	[thread overview]
Message-ID: <1509475396.f6752fb05846b7f65270ff769cdcce940ff94239.tomjbe@gentoo> (raw)

commit:     f6752fb05846b7f65270ff769cdcce940ff94239
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 18:40:17 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 18:43:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6752fb0

media-radio/wsjtx: Version bump

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 media-radio/wsjtx/Manifest           |  1 +
 media-radio/wsjtx/wsjtx-1.8.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-radio/wsjtx/Manifest b/media-radio/wsjtx/Manifest
index 2e3becccb16..5c99f55af1e 100644
--- a/media-radio/wsjtx/Manifest
+++ b/media-radio/wsjtx/Manifest
@@ -1,2 +1,3 @@
 DIST wsjtx-1.7.0.tgz 21293155 SHA256 e7b3f31dad87b2b9cfb0a39bbba466f7039200541d37bfd181974fd11956a358 SHA512 9d03b7cac598a61967453c97b3e9bcc904378f3a1980537e2b95b48a9daf666eda33c09699269cbd2d135473b41bd485173d514f9bbf957365f986e45606136f WHIRLPOOL 3653d6f7fdbb1cefb7d6363581e3b741d728984bc6e8cb323e1ae51ae4dc1d6afb7a1a7c19f819a3bcae7b6ab88271bcac0896fd5cd42aa7a7d60e18aa7212e9
 DIST wsjtx-1.8.0-rc3.tgz 29051408 SHA256 916ede38c5056671fd00355c1a6d36d3098948f264ff59ac86ef08463e42261a SHA512 55d51d0dfd085ece8f856497e677fc31d2a6412a2b8f3e0f4acd22f51cee24cd7717c9836033c0db74d8b850e91aee2f204a9a2961b93424e47f51f8bcf1bf21 WHIRLPOOL bfa3df37d9f762245e63d9a8cb5ae607e9bcb4d87adc2305f757194746534acb9042f5e4886aa09e3b346da21041d31d8f6de3be23e558a70090429575de7ff1
+DIST wsjtx-1.8.0.tgz 29041865 SHA256 21603ad4d5f43cd9c79a6e8cf468bde88c554654012b2c6c1ef9144cfbf668ce SHA512 793e88604661b03e2e6d5a910ea4045f800b9c59174af3286fd8afdaf65d8a3ca7d1aeae557c6afc66d9bbe398be8c7030950dda03d6bc6279061c3a3107beaa WHIRLPOOL f9b6f048bd7596511c0b3339d32c1a45ce74a279e84d94badd2efca65f72bbe54001ab7cae9f861e93a98e339edf82b6cbed08a9212afc9581222cc8cfd9404b

diff --git a/media-radio/wsjtx/wsjtx-1.8.0.ebuild b/media-radio/wsjtx/wsjtx-1.8.0.ebuild
new file mode 100644
index 00000000000..3c7dc85c303
--- /dev/null
+++ b/media-radio/wsjtx/wsjtx-1.8.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Weak signal ham radio communication"
+HOMEPAGE="http://physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+SRC_URI="mirror://sourceforge/wsjt/${MY_P}.tgz"
+
+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
+	dev-qt/qtwidgets
+	dev-qt/qtconcurrent
+	dev-qt/qtserialport
+	virtual/libusb:1
+	media-libs/portaudio
+	sci-libs/fftw:3.0[threads]
+	virtual/fortran
+	app-text/asciidoc
+	doc? ( dev-ruby/asciidoctor )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWSJT_GENERATE_DOCS="$(usex doc)"
+		-DWSJT_DOC_DESTINATION="/doc/${PF}"
+	)
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_compile
+}
+
+src_install() {
+	cmake-utils_src_install
+	rm "${D}"/usr/bin/rigctl{,d}-wsjtx || die
+	rm "${D}"/usr/share/man/man1/rigctl{,d}-wsjtx.1.gz || die
+	rm "${D}"/usr/share/doc/WSJT-X -R || die
+
+}


             reply	other threads:[~2017-10-31 18:43 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 18:43 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 12:30 [gentoo-commits] repo/gentoo:master commit in: media-radio/wsjtx/ Thomas Beierlein
2023-05-09 18:58 Arthur Zamarin
2023-05-09 18:58 Arthur Zamarin
2023-01-28 18:57 Thomas Beierlein
2022-08-22 15:12 Thomas Beierlein
2022-08-08  9:40 Andreas Sturmlechner
2022-04-01  9:13 Thomas Beierlein
2022-03-31 17:36 Jakov Smolić
2022-03-31 17:36 Jakov Smolić
2022-01-06 16:33 Thomas Beierlein
2021-12-24  9:49 Thomas Beierlein
2021-11-22 19:02 Thomas Beierlein
2021-11-22 18:46 Thomas Beierlein
2021-11-22 18:46 Thomas Beierlein
2021-11-11 18:55 Jakov Smolić
2021-11-11 17:57 Jakov Smolić
2021-10-09 10:43 Thomas Beierlein
2021-10-05  6:48 Agostino Sarubbo
2021-10-04 11:00 Agostino Sarubbo
2021-06-29 17:29 Thomas Beierlein
2021-05-11 20:21 Sam James
2021-05-09  9:17 Agostino Sarubbo
2021-05-01 18:19 Agostino Sarubbo
2021-04-23 14:24 Rick Farina
2021-04-23 14:24 Rick Farina
2021-03-27  7:34 Thomas Beierlein
2021-03-24  6:24 Thomas Beierlein
2021-02-18  2:49 Rick Farina
2021-02-18  2:40 Rick Farina
2020-11-20  1:34 Thomas Deutschmann
2020-11-19 22:58 Sam James
2020-09-08 15:00 Thomas Beierlein
2020-07-17 12:03 Thomas Beierlein
2020-07-09 11:23 Thomas Beierlein
2020-07-04 11:43 Thomas Beierlein
2020-07-04 11:43 Thomas Beierlein
2020-05-29  7:39 Agostino Sarubbo
2019-11-30 13:05 Thomas Beierlein
2019-11-30 12:58 Thomas Beierlein
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-07-23  5:39 Thomas Beierlein
2019-07-16 15:00 Rick Farina
2018-12-20 19:06 Rick Farina
2018-12-20  3:25 Rick Farina
2018-12-17 19:27 Thomas Beierlein
2018-06-14 18:31 Thomas Beierlein
2018-05-05  8:33 Thomas Beierlein
2018-05-03 10:11 Mikle Kolyada
2017-12-25  3:05 Michael Palimaka
2017-12-24 12:14 Thomas Beierlein
2017-11-13 16:06 Thomas Beierlein
2017-10-17 10:40 Thomas Beierlein
2017-08-12 14:45 Michael Palimaka
2017-07-17 15:33 Thomas Beierlein

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=1509475396.f6752fb05846b7f65270ff769cdcce940ff94239.tomjbe@gentoo \
    --to=tomjbe@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