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: Tue, 21 Jun 2022 15:36:51 +0000 (UTC)	[thread overview]
Message-ID: <1655825792.c2280c010300e0d4adfa6a32d61e3506ce096b1c.rich0@gentoo> (raw)

commit:     c2280c010300e0d4adfa6a32d61e3506ce096b1c
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 15:36:09 2022 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 15:36:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2280c01

media-radio/tqsl: drop 2.6.1-r1, 2.6.2

Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 media-radio/tqsl/Manifest             |  2 --
 media-radio/tqsl/tqsl-2.6.1-r1.ebuild | 32 --------------------------------
 media-radio/tqsl/tqsl-2.6.2.ebuild    | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index e9e17918c6f4..ee1de36c9f56 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,4 +1,2 @@
-DIST tqsl-2.6.1.tar.gz 3516512 BLAKE2B 4dc52dcb0b35d0eccdc531a0d5d09e7bf827791c21f63401bc880d912b5fe2214fa2ec85888bbe680fe34226452c911f2e10c89b03ab45d8c17720e1e668920f SHA512 0e18461d60016f633024f103c7e3584f6ac9254ff45133505bdcb2c0a32e6e24415cefe8120f791b0f8df993e88cdae7e724fd8cd86c0bb4a1eed382a6a94de0
-DIST tqsl-2.6.2.tar.gz 3516428 BLAKE2B daa9b474b5a803192857e3586b989399fea04de9a8c67b4ebdb3b4f2f02d08a68ab317589824b15fa7c974ee82bf4a75bb4d51a8b44e4e6468fd582e2339190a SHA512 c32a0d2eb1bd0f840d918085cd3e343e2fd169958e51bf6bad3c187a98df8996612b868585d38bbdc4794bc99525df89a52d0aaa9fe919c1baaa3884d9baf78e
 DIST tqsl-2.6.3.tar.gz 3516151 BLAKE2B 34df7d322404aba9ccf64b55c97799b4a02f9a3b1032e59a72dff7f9a6c118ebafab0316b5bd763fb981d813e9360df130179532af98f695a48e15530cb6fe6a SHA512 e6308cda39177b74ebb30eee481ed52f9231916a1c6dfaef2d42eaa758bc247ff46319b29d9d61fa7b1503164392b365f5e8bdbfac622281646c630034ff88e2
 DIST tqsl-2.6.4.tar.gz 3517633 BLAKE2B 9c43ba01186a1a2396b223a33797377735d48e020ddee879232f3bf4bcce9cbec89dfd71aea5422a353a3908f38ce9c3f3619725677612c911bf19278d1740fa SHA512 0a0f94ae95f91280ea03a35007bfa4e278f17a98496f4cfb25a841d2f519a92d7820e1a4f48394ba6caf1e99d4bcafdf4686a6b0f85ddc3640f936c58b907a1e

diff --git a/media-radio/tqsl/tqsl-2.6.1-r1.ebuild b/media-radio/tqsl/tqsl-2.6.1-r1.ebuild
deleted file mode 100644
index ee19a35410f7..000000000000
--- a/media-radio/tqsl/tqsl-2.6.1-r1.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.2.ebuild b/media-radio/tqsl/tqsl-2.6.2.ebuild
deleted file mode 100644
index ee19a35410f7..000000000000
--- a/media-radio/tqsl/tqsl-2.6.2.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
-}


             reply	other threads:[~2022-06-21 15:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21 15: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-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=1655825792.c2280c010300e0d4adfa6a32d61e3506ce096b1c.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