From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/
Date: Thu, 15 May 2025 11:14:39 +0000 (UTC) [thread overview]
Message-ID: <1747307670.fa35d377aead399fc6fe3a89340917e707e2d272.soap@gentoo> (raw)
commit: fa35d377aead399fc6fe3a89340917e707e2d272
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 11:14:30 2025 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 15 11:14:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa35d377
media-radio/tqsl: drop 2.6.4, 2.6.5
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-radio/tqsl/Manifest | 2 --
media-radio/tqsl/tqsl-2.6.4.ebuild | 32 --------------------------------
media-radio/tqsl/tqsl-2.6.5.ebuild | 32 --------------------------------
3 files changed, 66 deletions(-)
diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index 870c1c637af0..f5c9b7c6f69d 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,3 +1 @@
-DIST tqsl-2.6.4.tar.gz 3517633 BLAKE2B 9c43ba01186a1a2396b223a33797377735d48e020ddee879232f3bf4bcce9cbec89dfd71aea5422a353a3908f38ce9c3f3619725677612c911bf19278d1740fa SHA512 0a0f94ae95f91280ea03a35007bfa4e278f17a98496f4cfb25a841d2f519a92d7820e1a4f48394ba6caf1e99d4bcafdf4686a6b0f85ddc3640f936c58b907a1e
-DIST tqsl-2.6.5.tar.gz 3521069 BLAKE2B dd2d6e366b162a6de8b78d8bdde5efcde26cee0b5c934a0615cfbb9e77cf8bd2265c928c329543f6bbeeaee9608f8fa15ba8ac06edef2be805bf79abbd459555 SHA512 2a4602b827448756e033122c0359651a230fe3122f92ae3ce72c6ed6bb1b1fd6b15804676cca1fef19dd09df6548387772721cc64a4423d8a766b7d27a38e049
DIST tqsl-2.7.3.tar.gz 3911547 BLAKE2B e32f9b18973f1c2445b97e050e4f2c838542cfb4a0312205d2d66cf6df4db5b1e110f62782138f36dd195f43cddc3f0fb32e1a464c0695849640d04a08306464 SHA512 302db650dc0f9fcd495fd1e7abe21dcfffc167d1686b276ae0fcbb53bf5eedbc91a797d1a79d8da5bb4384d937c6b66ad44a0355a00ff014de4257c0be84ef74
diff --git a/media-radio/tqsl/tqsl-2.6.4.ebuild b/media-radio/tqsl/tqsl-2.6.4.ebuild
deleted file mode 100644
index 616eb3e71527..000000000000
--- a/media-radio/tqsl/tqsl-2.6.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="ARRL Logbook of the World"
-HOMEPAGE="https://www.arrl.org/tqsl-download"
-SRC_URI="https://www.arrl.org/${PN}/${P}.tar.gz"
-
-LICENSE="LOTW"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
- dev-libs/expat:=
- dev-libs/openssl:0=
- net-misc/curl:=
- dev-db/lmdb:=
- sys-libs/zlib:=
- x11-libs/wxGTK:${WX_GTK_VER}="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS.txt INSTALL README )
-HTML_DOCS=( html/. )
-
-src_configure() {
- setup-wxwidgets
- cmake_src_configure
-}
diff --git a/media-radio/tqsl/tqsl-2.6.5.ebuild b/media-radio/tqsl/tqsl-2.6.5.ebuild
deleted file mode 100644
index ee19a35410f7..000000000000
--- a/media-radio/tqsl/tqsl-2.6.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="ARRL Logbook of the World"
-HOMEPAGE="https://www.arrl.org/tqsl-download"
-SRC_URI="https://www.arrl.org/${PN}/${P}.tar.gz"
-
-LICENSE="LOTW"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-libs/expat:=
- dev-libs/openssl:0=
- net-misc/curl:=
- dev-db/lmdb:=
- sys-libs/zlib:=
- x11-libs/wxGTK:${WX_GTK_VER}="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS.txt INSTALL README )
-HTML_DOCS=( html/. )
-
-src_configure() {
- setup-wxwidgets
- cmake_src_configure
-}
next reply other threads:[~2025-05-15 11:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-15 11:14 David Seifert [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
2020-03-05 16:36 Richard Freeman
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=1747307670.fa35d377aead399fc6fe3a89340917e707e2d272.soap@gentoo \
--to=soap@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