public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/files/, media-radio/tqsl/
@ 2021-12-03 23:39 Marek Szuba
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2021-12-03 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a7b4a66e768c31054e4fbe73ea1ce35b2742419c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 23:33:47 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 23:39:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b4a66e

media-radio/tqsl: add 2.5.9

Invoking long-overdue maintainer time-out on this one. For obvious
reasons in light of the above, SRC_URI had to be updated and now points
to the official upstream source tarball.

Closes: https://bugs.gentoo.org/701704
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-radio/tqsl/Manifest                          |  1 +
 media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch | 14 +++++++++
 media-radio/tqsl/tqsl-2.5.9.ebuild                 | 36 ++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index 3762b4a5ee19..fbe76502f7db 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1 +1,2 @@
 DIST tqsl-2.5.1.tar.gz 4462202 BLAKE2B f62afe6003b782e5e092fbd99a90a79cc4b020004092f958dad6f7c695d125e31b28b47e7945ccee1fd88c87b290f93145592cac1bd9c52501c34de901f78d74 SHA512 7578572f64c269a41f3fa62ebe526baee4ac382fac81549e79d676da5dc4f3dd3d2a4ce31bc741b43a07eaf164a33beeb1987dd61df1a92ede7b762a8df532f3
+DIST tqsl-2.5.9.tar.gz 3677621 BLAKE2B dc367eb9206665d5cf3126715c04e9a718b5cf54915082c0de088767f646f0d2b40d16fda7ae77e5cddf66034f49f3400a30b00e300454fbe794532b8bf674ea SHA512 feb6bc94d801c5e698df0ea206d9cd5df79c2cba066bc0420ac96f75254e7989eb5d03237e50f31b2d58b921818a3bfc1d8e1a449d5fa5c4869525bf16173118

diff --git a/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch b/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch
new file mode 100644
index 000000000000..2a35736ae83d
--- /dev/null
+++ b/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch
@@ -0,0 +1,14 @@
+This definition causes the following tests to effectively turn no-op,
+resulting in strict-multilib violations on amd64.
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -18,8 +18,6 @@
+     SET(LINUX TRUE)
+ ENDIF ()
+ 
+-SET (LIB_SUFFIX "")
+-
+ # Pre-set LIB_SUFFIX for 64-bit Linux platforms
+ IF (LINUX AND CMAKE_SHARED_LIBRARY_PREFIX STREQUAL "lib64")
+   SET (LIB_SUFFIX "64")

diff --git a/media-radio/tqsl/tqsl-2.5.9.ebuild b/media-radio/tqsl/tqsl-2.5.9.ebuild
new file mode 100644
index 000000000000..22cc02985616
--- /dev/null
+++ b/media-radio/tqsl/tqsl-2.5.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 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:=
+	sys-libs/db:=
+	sys-libs/zlib:=
+	x11-libs/wxGTK:${WX_GTK_VER}="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.5.9-lib_suffix.patch
+)
+
+DOCS=( AUTHORS.txt INSTALL README )
+HTML_DOCS=( html/. )
+
+src_configure() {
+	setup-wxwidgets
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/files/, media-radio/tqsl/
@ 2022-05-21 17:57 Richard Freeman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Freeman @ 2022-05-21 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8adda510b3cbb4d3acd72ef80d552b614340d384
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 17:56:56 2022 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 17:56:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adda510

media-radio/tqsl: drop 2.5.1, 2.5.9

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

 media-radio/tqsl/Manifest                          |  2 --
 media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch | 14 ---------
 media-radio/tqsl/tqsl-2.5.1.ebuild                 | 32 -------------------
 media-radio/tqsl/tqsl-2.5.9.ebuild                 | 36 ----------------------
 4 files changed, 84 deletions(-)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index 5531f4f4bfbf..075459e063e1 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,4 +1,2 @@
-DIST tqsl-2.5.1.tar.gz 4462202 BLAKE2B f62afe6003b782e5e092fbd99a90a79cc4b020004092f958dad6f7c695d125e31b28b47e7945ccee1fd88c87b290f93145592cac1bd9c52501c34de901f78d74 SHA512 7578572f64c269a41f3fa62ebe526baee4ac382fac81549e79d676da5dc4f3dd3d2a4ce31bc741b43a07eaf164a33beeb1987dd61df1a92ede7b762a8df532f3
-DIST tqsl-2.5.9.tar.gz 3677621 BLAKE2B dc367eb9206665d5cf3126715c04e9a718b5cf54915082c0de088767f646f0d2b40d16fda7ae77e5cddf66034f49f3400a30b00e300454fbe794532b8bf674ea SHA512 feb6bc94d801c5e698df0ea206d9cd5df79c2cba066bc0420ac96f75254e7989eb5d03237e50f31b2d58b921818a3bfc1d8e1a449d5fa5c4869525bf16173118
 DIST tqsl-2.6.1.tar.gz 3516512 BLAKE2B 4dc52dcb0b35d0eccdc531a0d5d09e7bf827791c21f63401bc880d912b5fe2214fa2ec85888bbe680fe34226452c911f2e10c89b03ab45d8c17720e1e668920f SHA512 0e18461d60016f633024f103c7e3584f6ac9254ff45133505bdcb2c0a32e6e24415cefe8120f791b0f8df993e88cdae7e724fd8cd86c0bb4a1eed382a6a94de0
 DIST tqsl-2.6.2.tar.gz 3516428 BLAKE2B daa9b474b5a803192857e3586b989399fea04de9a8c67b4ebdb3b4f2f02d08a68ab317589824b15fa7c974ee82bf4a75bb4d51a8b44e4e6468fd582e2339190a SHA512 c32a0d2eb1bd0f840d918085cd3e343e2fd169958e51bf6bad3c187a98df8996612b868585d38bbdc4794bc99525df89a52d0aaa9fe919c1baaa3884d9baf78e

diff --git a/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch b/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch
deleted file mode 100644
index 2a35736ae83d..000000000000
--- a/media-radio/tqsl/files/tqsl-2.5.9-lib_suffix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This definition causes the following tests to effectively turn no-op,
-resulting in strict-multilib violations on amd64.
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -18,8 +18,6 @@
-     SET(LINUX TRUE)
- ENDIF ()
- 
--SET (LIB_SUFFIX "")
--
- # Pre-set LIB_SUFFIX for 64-bit Linux platforms
- IF (LINUX AND CMAKE_SHARED_LIBRARY_PREFIX STREQUAL "lib64")
-   SET (LIB_SUFFIX "64")

diff --git a/media-radio/tqsl/tqsl-2.5.1.ebuild b/media-radio/tqsl/tqsl-2.5.1.ebuild
deleted file mode 100644
index 479817e6c433..000000000000
--- a/media-radio/tqsl/tqsl-2.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake 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"
-
-RDEPEND="
-	dev-libs/expat:=
-	dev-libs/openssl:0=
-	net-misc/curl:=
-	sys-libs/db:=
-	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.5.9.ebuild b/media-radio/tqsl/tqsl-2.5.9.ebuild
deleted file mode 100644
index 22cc02985616..000000000000
--- a/media-radio/tqsl/tqsl-2.5.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 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:=
-	sys-libs/db:=
-	sys-libs/zlib:=
-	x11-libs/wxGTK:${WX_GTK_VER}="
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.5.9-lib_suffix.patch
-)
-
-DOCS=( AUTHORS.txt INSTALL README )
-HTML_DOCS=( html/. )
-
-src_configure() {
-	setup-wxwidgets
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-21 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-21 17:57 [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/files/, media-radio/tqsl/ Richard Freeman
  -- strict thread matches above, loose matches on Subject: below --
2021-12-03 23:39 Marek Szuba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox