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/tqsl/
Date: Thu,  5 Mar 2020 16:36:58 +0000 (UTC)	[thread overview]
Message-ID: <1583426200.d1f2cbc5e0942388f9f269622d48d1ac122bdbcb.rich0@gentoo> (raw)

commit:     d1f2cbc5e0942388f9f269622d48d1ac122bdbcb
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 16:36:17 2020 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 16:36:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f2cbc5

media-radio/tqsl: bump, EAPI bump

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

 media-radio/tqsl/Manifest          |  1 +
 media-radio/tqsl/tqsl-2.5.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index b9859a9d02a..bd285257134 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,3 +1,4 @@
 DIST tqsl-2.3.1.tar.gz 2896807 BLAKE2B f2937950b5328cfb0a13b87797f40594799e01139d5b307199095b8cdbe6f4532e911fd9661ad3b663d8616d9287d8a359f2fefb4364c6450ba4be2505a89c63 SHA512 edaa21b1605bcb38790a66d61e1498a04f41c4f9b3b577908a6e57cd38e1ac2e1724e9c6d5421e0ca4a4ea72d1d5f5d54f08bf5a6c202bf68181ec12f27d4afd
 DIST tqsl-2.4.1.tar.gz 4191260 BLAKE2B a70652c12e0704daecbd6d38bddcc386de55242feea9d2905c65dcfa01337c0a2f31ec8596b7cf58b35c77da0f6b79ecf9188bc4f74df51b9e2479361643e3ca SHA512 7b61cf2dc37a3216548e9b82335bae2947be2c2ea4c43860fb4baffd4ce13f5f3d61cd999a293d4baae87835c56d2eb2fcce8a36f17eeba4e18ccab3e5053b60
 DIST tqsl-2.4.3.tar.gz 4194821 BLAKE2B 6a8af8b396f349cc16ac74694b2d0b4e4a8e9f4fc2ea0850d53ce59980e59b4a89fed352118f020acffa42e502db0762e8d0eee560ec067cf620cfd798f3c23a SHA512 fb5de8eee5d72279d945b7a6f5c495b1d3c4437977c84a548062a1e9ceb657e20fe6df995b5f440077ff02e6e3ab8c28ec9fbe2a447d04f771271105e8ffb356
+DIST tqsl-2.5.1.tar.gz 4462202 BLAKE2B f62afe6003b782e5e092fbd99a90a79cc4b020004092f958dad6f7c695d125e31b28b47e7945ccee1fd88c87b290f93145592cac1bd9c52501c34de901f78d74 SHA512 7578572f64c269a41f3fa62ebe526baee4ac382fac81549e79d676da5dc4f3dd3d2a4ce31bc741b43a07eaf164a33beeb1987dd61df1a92ede7b762a8df532f3

diff --git a/media-radio/tqsl/tqsl-2.5.1.ebuild b/media-radio/tqsl/tqsl-2.5.1.ebuild
new file mode 100644
index 00000000000..a6cbd247c04
--- /dev/null
+++ b/media-radio/tqsl/tqsl-2.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils wxwidgets vcs-snapshot
+
+DESCRIPTION="ARRL Logbook of the World"
+HOMEPAGE="http://www.arrl.org/tqsl-download"
+SRC_URI="https://github.com/rich0/trustedqsl-tqsl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LOTW"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/expat:=
+		dev-libs/openssl:0=
+		net-misc/curl:=
+		sys-libs/db:=
+		sys-libs/zlib:=
+		x11-libs/wxGTK:3.0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS.txt INSTALL README )
+HTML_DOCS=( html )
+
+WX_GTK_VER=3.0
+
+pkg_setup() {
+	setup-wxwidgets
+}


             reply	other threads:[~2020-03-05 16:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 16:36 Richard Freeman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:00 [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/ Pacho Ramos
2024-07-09 18:37 Pacho Ramos
2024-07-05 17:18 Pacho Ramos
2022-09-15 19:29 Richard Freeman
2022-09-15 19:27 Richard Freeman
2022-07-22 12:06 Richard Freeman
2022-06-21 15:36 Richard Freeman
2022-06-21 15:36 Richard Freeman
2022-05-29 21:01 Richard Freeman
2022-05-21 17:55 Richard Freeman
2022-05-12 21:29 Richard Freeman
2022-05-12 21:09 Richard Freeman
2021-04-05 22:26 David Seifert
2021-04-05 22:26 David Seifert
2019-03-07 18:06 Richard Freeman
2019-01-07 19:15 Lars Wendler
2018-10-23 19:53 Richard Freeman
2018-10-20 14:41 Richard Freeman
2018-03-23 17:30 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=1583426200.d1f2cbc5e0942388f9f269622d48d1ac122bdbcb.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