From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/
Date: Tue, 16 Jan 2024 08:46:20 +0000 (UTC) [thread overview]
Message-ID: <1705394732.22b9523a7b3c24fff1f64e31b51db5f52966902a.tomjbe@gentoo> (raw)
commit: 22b9523a7b3c24fff1f64e31b51db5f52966902a
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 08:45:32 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 08:45:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b9523a
media-radio/tlf: drop 1.4.1-r1, 1.4.1-r2, 1.4.1-r3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/tlf/tlf-1.4.1-r1.ebuild | 48 -------------------------------
media-radio/tlf/tlf-1.4.1-r2.ebuild | 56 ------------------------------------
media-radio/tlf/tlf-1.4.1-r3.ebuild | 57 -------------------------------------
3 files changed, 161 deletions(-)
diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild b/media-radio/tlf/tlf-1.4.1-r1.ebuild
deleted file mode 100644
index 71731baea4a5..000000000000
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/ncurses:=
- dev-libs/glib:2
- media-libs/hamlib:=
- media-sound/sox
- dev-libs/xmlrpc-c[curl]
- elibc_musl? ( sys-libs/argp-standalone )"
-DEPEND="
- ${RDEPEND}
- test? ( dev-util/cmocka )"
-
-PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
- "${FILESDIR}/${P}-musl.patch"
- "${FILESDIR}/${P}-missing-include.patch"
- )
-
-src_prepare() {
- if has_version '>=media-libs/hamlib-4.2' ; then
- sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/sendqrg.c || die
- fi
-
- eapply ${PATCHES[@]}
- eapply_user
-}
-
-src_configure() {
- use elibc_musl && append-libs argp
- append-ldflags -L/usr/$(get_libdir)/hamlib
- filter-lto # bug # 876418
- econf --enable-fldigi-xmlrpc
-}
diff --git a/media-radio/tlf/tlf-1.4.1-r2.ebuild b/media-radio/tlf/tlf-1.4.1-r2.ebuild
deleted file mode 100644
index 9e10989920d6..000000000000
--- a/media-radio/tlf/tlf-1.4.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/ncurses:=
- dev-libs/glib:2
- media-libs/hamlib:=
- media-sound/sox
- dev-libs/xmlrpc-c[curl]
- elibc_musl? ( sys-libs/argp-standalone )"
-DEPEND="
- ${RDEPEND}
- test? ( dev-util/cmocka )"
-
-PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
- "${FILESDIR}/${P}-musl.patch"
- "${FILESDIR}/${P}-missing-include.patch"
- )
-
-# suppress warning wrt 'implicit function declaration' in config logs
-# bug #899842
-QA_CONFIG_IMPL_DECL_SKIP=(
- wget_wch # designed to check availability of various ncursesw
- # header files
- )
-
-src_prepare() {
- if has_version '>=media-libs/hamlib-4.2' ; then
- sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/sendqrg.c || die
- fi
-
- eapply ${PATCHES[@]}
- eapply_user
- eautoreconf
-}
-
-src_configure() {
- use elibc_musl && append-libs argp
- append-ldflags -L/usr/$(get_libdir)/hamlib
- filter-lto # bug # 876418
- econf --enable-fldigi-xmlrpc
-}
diff --git a/media-radio/tlf/tlf-1.4.1-r3.ebuild b/media-radio/tlf/tlf-1.4.1-r3.ebuild
deleted file mode 100644
index 6458ed20c7d0..000000000000
--- a/media-radio/tlf/tlf-1.4.1-r3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/ncurses:=
- dev-libs/glib:2
- media-libs/hamlib:=
- media-sound/sox
- dev-libs/xmlrpc-c[curl]
- elibc_musl? ( sys-libs/argp-standalone )"
-DEPEND="
- ${RDEPEND}
- test? ( dev-util/cmocka )"
-
-PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
- "${FILESDIR}/${P}-musl.patch"
- "${FILESDIR}/${P}-missing-include.patch"
- "${FILESDIR}/${P}-prototypes.patch"
- )
-
-# suppress warning wrt 'implicit function declaration' in config logs
-# bug #899842
-QA_CONFIG_IMPL_DECL_SKIP=(
- wget_wch # designed to check availability of various ncursesw
- # header files
- )
-
-src_prepare() {
- if has_version '>=media-libs/hamlib-4.2' ; then
- sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/sendqrg.c || die
- fi
-
- eapply ${PATCHES[@]}
- eapply_user
- eautoreconf
-}
-
-src_configure() {
- use elibc_musl && append-libs argp
- append-ldflags -L/usr/$(get_libdir)/hamlib
- filter-lto # bug # 876418
- econf --enable-fldigi-xmlrpc
-}
next reply other threads:[~2024-01-16 8:46 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-16 8:46 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 4:55 [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/ Sam James
2024-01-15 19:57 Sam James
2024-01-15 19:57 Sam James
2023-03-07 18:14 Thomas Beierlein
2023-03-07 12:54 Thomas Beierlein
2022-10-18 2:28 Sam James
2021-08-02 12:17 Sam James
2021-06-23 11:03 Thomas Beierlein
2021-06-23 11:03 Thomas Beierlein
2020-07-20 5:31 Thomas Beierlein
2020-07-19 12:18 Agostino Sarubbo
2020-07-17 15:17 Agostino Sarubbo
2020-05-01 14:20 Thomas Beierlein
2019-12-30 12:29 Agostino Sarubbo
2019-12-27 16:43 Agostino Sarubbo
2019-11-17 14:20 Thomas Beierlein
2019-11-17 11:01 Thomas Beierlein
2019-11-17 11:01 Thomas Beierlein
2019-05-20 11:45 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-01-20 15:00 Thomas Beierlein
2018-10-20 9:53 Thomas Beierlein
2017-06-09 10:19 Agostino Sarubbo
2017-06-06 11:31 Agostino Sarubbo
2017-02-10 6:03 Thomas Beierlein
2016-12-16 6:57 Thomas Beierlein
2016-12-08 18:46 Thomas Beierlein
2016-09-18 17:52 Thomas Beierlein
2016-05-18 5:07 Thomas Beierlein
2016-04-23 16:31 Thomas Beierlein
2016-04-23 16:24 Thomas Beierlein
2016-01-22 16:55 Thomas Beierlein
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo
2015-11-10 18:31 Thomas Beierlein
2015-11-10 18:29 Thomas Beierlein
2015-11-10 6:13 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=1705394732.22b9523a7b3c24fff1f64e31b51db5f52966902a.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