[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2024-01-16 Thread Thomas Beierlein
commit: 22b9523a7b3c24fff1f64e31b51db5f52966902a
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jan 16 08:45:32 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jan 16 08:45:32 2024 +
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  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..
--- 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..
--- 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..
--- 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 

[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2024-01-15 Thread Sam James
commit: 45ae1c196b73c982f3374ba745013eacea8de99b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 15 19:57:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 15 19:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ae1c19

media-radio/tlf: Stabilize 1.4.1-r4 x86, #922173

Signed-off-by: Sam James  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.1-r4.ebuild 
b/media-radio/tlf/tlf-1.4.1-r4.ebuild
index f051b7a397ff..d5219b5ae6c0 100644
--- a/media-radio/tlf/tlf-1.4.1-r4.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2024-01-15 Thread Sam James
commit: 154393364945e88a478c7c9f4608dd13164afad8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 15 19:57:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 15 19:57:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15439336

media-radio/tlf: Stabilize 1.4.1-r4 amd64, #922173

Signed-off-by: Sam James  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/tlf/tlf-1.4.1-r4.ebuild 
b/media-radio/tlf/tlf-1.4.1-r4.ebuild
index a0c1a639f712..f051b7a397ff 100644
--- a/media-radio/tlf/tlf-1.4.1-r4.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/, media-radio/tlf/files/

2023-07-04 Thread Thomas Beierlein
commit: ae348f36a8e2b3f7e55ede95c86785fe24e6952f
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jul  4 17:33:03 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jul  4 17:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae348f36

media-radio/tlf: provide fallback definitions for M_PI and M_PI_2

C Standard does not guarantee the presence of both definitions in every
circumstance.

Closes: https://bugs.gentoo.org/907442
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/files/tlf-1.4.1-pi.patch | 47 ++
 media-radio/tlf/tlf-1.4.1-r4.ebuild  | 58 
 2 files changed, 105 insertions(+)

diff --git a/media-radio/tlf/files/tlf-1.4.1-pi.patch 
b/media-radio/tlf/files/tlf-1.4.1-pi.patch
new file mode 100644
index ..586ce973cc1a
--- /dev/null
+++ b/media-radio/tlf/files/tlf-1.4.1-pi.patch
@@ -0,0 +1,47 @@
+# As C standards does not define M_PI or M_PI_2 provide a fallback
+# bug 907442
+diff --git a/src/muf.c b/src/muf.c
+index 6671651..1f880fd 100644
+--- a/src/muf.c
 b/src/muf.c
+@@ -32,6 +32,10 @@
+ #include "tlf_panel.h"
+ #include "ui_utils.h"
+ 
++#ifndef M_PI_2
++  # define M_PI_2 1.57079632679489661923  /* pi/2 */
++#endif
++
+ 
+ // message splitters:
+ // line[0] - original line, content can be modified in-place
+diff --git a/src/qrb.h b/src/qrb.h
+index 89d3f30..0120de0 100644
+--- a/src/qrb.h
 b/src/qrb.h
+@@ -21,6 +21,10 @@
+ #ifndef QRB_H
+ #define QRB_H
+ 
++#ifndef M_PI
++  # define M_PI   3.14159265358979323846  /* pi */
++#endif
++
+ #define ARC_IN_KM 111.2
+ #define RADIAN  (180.0 / M_PI)
+ 
+diff --git a/src/sunup.c b/src/sunup.c
+index b1186dd..7412c06 100644
+--- a/src/sunup.c
 b/src/sunup.c
+@@ -23,6 +23,10 @@
+ 
+ #include "get_time.h"
+ 
++#ifndef M_PI
++# define M_PI   3.14159265358979323846  /* pi */
++#endif
++
+ #define RADIAN  (180.0 / M_PI)
+ 
+ 

diff --git a/media-radio/tlf/tlf-1.4.1-r4.ebuild 
b/media-radio/tlf/tlf-1.4.1-r4.ebuild
new file mode 100644
index ..a0c1a639f712
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1-r4.ebuild
@@ -0,0 +1,58 @@
+# 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"
+ "${FILESDIR}/${P}-pi.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
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/files/, media-radio/tlf/

2023-06-18 Thread Thomas Beierlein
commit: 07a58c6bb6b06c820d9aa6639c02bd4eb33e3a72
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Jun 18 12:08:46 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Jun 18 12:09:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a58c6b

media-radio/tlf: Fix inclomplete prototypes

Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/files/tlf-1.4.1-prototypes.patch | 32 +
 media-radio/tlf/tlf-1.4.1-r3.ebuild  | 57 
 2 files changed, 89 insertions(+)

diff --git a/media-radio/tlf/files/tlf-1.4.1-prototypes.patch 
b/media-radio/tlf/files/tlf-1.4.1-prototypes.patch
new file mode 100644
index ..83ef30f5bc91
--- /dev/null
+++ b/media-radio/tlf/files/tlf-1.4.1-prototypes.patch
@@ -0,0 +1,32 @@
+diff --git a/src/muf.c b/src/muf.c
+index 6671651..3032685 100644
+--- a/src/muf.c
 b/src/muf.c
+@@ -196,8 +196,7 @@ int t;
+ double xn, xs, ls, h, ff, x, yn_, k, lm, u, a;
+ 
+ 
+-static double power(man, ex)
+-double man, ex;
++static double power(double man, double ex)
+ {
+ return exp(ex * log(man));
+ }
+diff --git a/src/qtcwin.c b/src/qtcwin.c
+index 7437767..8b6dee0 100644
+--- a/src/qtcwin.c
 b/src/qtcwin.c
+@@ -53,11 +53,11 @@
+ 
+ 
+ void init_qtc_panel();
+-void draw_qtc_panel();
++void draw_qtc_panel(int direction);
+ void start_qtc_recording();
+ void stop_qtc_recording();
+ void clear_help_block();
+-void show_help_msg();
++void show_help_msg(int msgidx);
+ void showfield(int fidx);
+ void modify_field(int pressed);
+ void delete_from_field(int dir);

diff --git a/media-radio/tlf/tlf-1.4.1-r3.ebuild 
b/media-radio/tlf/tlf-1.4.1-r3.ebuild
new file mode 100644
index ..6458ed20c7d0
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1-r3.ebuild
@@ -0,0 +1,57 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2023-03-07 Thread Thomas Beierlein
commit: a87879f8046d39c966b04d3a1fa6054d4a1ce216
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Mar  7 18:06:48 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Mar  7 18:13:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87879f8

media-radio/tlf: Skip check for implicit function declaration in config logs

ax_with_curses.m4 ifrom autoconf-archive checks potential available
ncursesw header file locations. If header file is not found the check
results in an implicit function declaration.

Closes: https://bugs.gentoo.org/898488
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r2.ebuild | 56 +
 1 file changed, 56 insertions(+)

diff --git a/media-radio/tlf/tlf-1.4.1-r2.ebuild 
b/media-radio/tlf/tlf-1.4.1-r2.ebuild
new file mode 100644
index ..9e10989920d6
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1-r2.ebuild
@@ -0,0 +1,56 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2023-03-07 Thread Thomas Beierlein
commit: 0ee11133c99904276fd3f3b0f81cb6d29123486b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Mar  7 12:53:32 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Mar  7 12:53:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee11133

media-radio/tlf: drop 1.4.1

Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/tlf-1.4.1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/media-radio/tlf/tlf-1.4.1.ebuild b/media-radio/tlf/tlf-1.4.1.ebuild
deleted file mode 100644
index 8da29357b285..
--- a/media-radio/tlf/tlf-1.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 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]"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-util/cmocka )"
-
-PATCHES=( "${FILESDIR}"/${P}-zone_nr.patch )
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --enable-fldigi-xmlrpc
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/, media-radio/tlf/files/

2022-10-23 Thread Thomas Beierlein
commit: 06218fe92fee66e591a571752a18b2e35ce66419
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Oct 23 16:21:04 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Oct 23 16:21:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06218fe9

media-radio/tlf: Drop -flto and fix some warnings

Closes: https://bugs.gentoo.org/876418
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/files/tlf-1.4.1-missing-include.patch | 10 ++
 media-radio/tlf/tlf-1.4.1-r1.ebuild   |  2 ++
 2 files changed, 12 insertions(+)

diff --git a/media-radio/tlf/files/tlf-1.4.1-missing-include.patch 
b/media-radio/tlf/files/tlf-1.4.1-missing-include.patch
new file mode 100644
index ..55cb7a48477e
--- /dev/null
+++ b/media-radio/tlf/files/tlf-1.4.1-missing-include.patch
@@ -0,0 +1,10 @@
+diff --git a/test/test_wwv.c b/test/test_wwv.c
+index f4e20ac..0fa82da 100644
+--- a/test/test_wwv.c
 b/test/test_wwv.c
+@@ -1,4 +1,5 @@
+ #include "test.h"
++#include 
+ 
+ #include "../src/getwwv.h"
+ 

diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild 
b/media-radio/tlf/tlf-1.4.1-r1.ebuild
index c19feb243da0..71731baea4a5 100644
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 
 PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
  "${FILESDIR}/${P}-musl.patch"
+ "${FILESDIR}/${P}-missing-include.patch"
)
 
 src_prepare() {
@@ -42,5 +43,6 @@ src_prepare() {
 src_configure() {
use elibc_musl && append-libs argp
append-ldflags -L/usr/$(get_libdir)/hamlib
+   filter-lto  # bug # 876418
econf --enable-fldigi-xmlrpc
 }



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2022-10-17 Thread Sam James
commit: 5806360dd70e2834437b0673785414919ad89ba0
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 02:25:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 02:28:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5806360d

media-radio/tlf: add savannah-nongnu upstream metadata

Signed-off-by: Sam James  gentoo.org>

 media-radio/tlf/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-radio/tlf/metadata.xml b/media-radio/tlf/metadata.xml
index 001997549c54..b6361b77d36e 100644
--- a/media-radio/tlf/metadata.xml
+++ b/media-radio/tlf/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tom...@gentoo.org
-   Thomas Beierlein
-   
+  
+tom...@gentoo.org
+Thomas Beierlein
+  
+  
+tlf
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/, media-radio/tlf/files/

2022-02-04 Thread Thomas Beierlein
commit: 3b77983e37c3c7b787b3408cd084cfb91ba423a3
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Feb  5 07:40:07 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Feb  5 07:44:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b77983e

media-radio/tlf: Fix musl build errors

Closes: https://bugs.gentoo.org/832234
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/files/tlf-1.4.1-musl.patch | 12 
 media-radio/tlf/tlf-1.4.1-r1.ebuild| 12 
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/media-radio/tlf/files/tlf-1.4.1-musl.patch 
b/media-radio/tlf/files/tlf-1.4.1-musl.patch
new file mode 100644
index ..a4903015011d
--- /dev/null
+++ b/media-radio/tlf/files/tlf-1.4.1-musl.patch
@@ -0,0 +1,12 @@
+diff --git a/src/sockserv.c b/src/sockserv.c
+index c25f0fb..647188f 100644
+--- a/src/sockserv.c
 b/src/sockserv.c
+@@ -31,6 +31,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "sockserv.h"
+ #include "tlf_curses.h"

diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild 
b/media-radio/tlf/tlf-1.4.1-r1.ebuild
index 897ebe600935..c19feb243da0 100644
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -20,23 +20,27 @@ RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib:=
media-sound/sox
-   dev-libs/xmlrpc-c[curl]"
+   dev-libs/xmlrpc-c[curl]
+   elibc_musl? ( sys-libs/argp-standalone )"
 DEPEND="
${RDEPEND}
test? ( dev-util/cmocka )"
 
-PATCHES=( "${FILESDIR}"/${P}-zone_nr.patch )
+PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
+ "${FILESDIR}/${P}-musl.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 ${PATCHES[@]}
eapply_user
 }
 
 src_configure() {
+   use elibc_musl && append-libs argp
append-ldflags -L/usr/$(get_libdir)/hamlib
econf --enable-fldigi-xmlrpc
 }



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2021-08-02 Thread Sam James
commit: e4b8ff8848a214b4294de7a32eed5ef6d89e1839
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 12:15:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 12:15:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b8ff88

media-radio/tlf: Stabilize 1.4.1-r1 x86, #804939

Signed-off-by: Sam James  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild 
b/media-radio/tlf/tlf-1.4.1-r1.ebuild
index dcbdd0c0db5..897ebe60093 100644
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2021-06-23 Thread Thomas Beierlein
commit: ed52fe19968d1a1412da63b9a583a92cd91825a7
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Jun 23 11:03:43 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Jun 23 11:03:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed52fe19

media-radio/tlf: Prepare for coming media-libs/hamlib-4.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r1.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild 
b/media-radio/tlf/tlf-1.4.1-r1.ebuild
index 7c2ff3248f6..e5011348718 100644
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -27,6 +27,15 @@ DEPEND="
 
 PATCHES=( "${FILESDIR}"/${P}-zone_nr.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() {
append-ldflags -L/usr/$(get_libdir)/hamlib
econf --enable-fldigi-xmlrpc



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2021-06-23 Thread Thomas Beierlein
commit: 96ca8b59c49d972644cb010e33b4668acaf888dd
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Jun 23 11:00:08 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Jun 23 11:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ca8b59

media-radio/tlf: Add subslot dependency

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/tlf-1.4.1-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild 
b/media-radio/tlf/tlf-1.4.1-r1.ebuild
new file mode 100644
index 000..7c2ff3248f6
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 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]"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+PATCHES=( "${FILESDIR}"/${P}-zone_nr.patch )
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/, media-radio/tlf/files/

2020-09-13 Thread Thomas Beierlein
commit: 7a5ea90f63bbe555800d36404d956a958673b59c
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Sep 13 15:57:17 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Sep 13 15:59:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5ea90f

media-radio/tlf: Fix failig test (bug #740298)

Thanks ago for reporting

Closes: https://bugs.gentoo.org/740298
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/files/tlf-1.4.1-zone_nr.patch | 20 
 media-radio/tlf/tlf-1.4.1.ebuild  |  2 ++
 2 files changed, 22 insertions(+)

diff --git a/media-radio/tlf/files/tlf-1.4.1-zone_nr.patch 
b/media-radio/tlf/files/tlf-1.4.1-zone_nr.patch
new file mode 100644
index 000..cc5cf377592
--- /dev/null
+++ b/media-radio/tlf/files/tlf-1.4.1-zone_nr.patch
@@ -0,0 +1,20 @@
+diff --git a/src/zone_nr.c b/src/zone_nr.c
+index c7e2a33..805bd4e 100644
+--- a/src/zone_nr.c
 b/src/zone_nr.c
+@@ -20,11 +20,14 @@
+  *   get zone number
+  *
+  *--*/
+-
++#include "string.h"
+ 
+ int zone_nr(char *comment) {
+ int z = 0;
+ 
++if (strlen(comment) < 2)
++  return z;
++
+ if (comment[0] <= 57 && comment[0] >= 48)
+   z = (comment[0] - 48) * 10;
+ if (comment[1] <= 57 && comment[1] >= 48)

diff --git a/media-radio/tlf/tlf-1.4.1.ebuild b/media-radio/tlf/tlf-1.4.1.ebuild
index 23bc6b749b8..8da29357b28 100644
--- a/media-radio/tlf/tlf-1.4.1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1.ebuild
@@ -25,6 +25,8 @@ DEPEND="
${RDEPEND}
test? ( dev-util/cmocka )"
 
+PATCHES=( "${FILESDIR}"/${P}-zone_nr.patch )
+
 src_configure() {
append-ldflags -L/usr/$(get_libdir)/hamlib
econf --enable-fldigi-xmlrpc



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2020-07-19 Thread Thomas Beierlein
commit: 79bf958af055fabdb860396c68222baed1bf615e
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jul 20 05:25:37 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jul 20 05:30:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bf958a

media-radio/tlf: Drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/Manifest |  2 --
 media-radio/tlf/tlf-1.3.2.ebuild | 30 --
 media-radio/tlf/tlf-1.4.0.ebuild | 31 ---
 3 files changed, 63 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 4fe6e6ba721..76faf82b643 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1 @@
-DIST tlf-1.3.2.tar.gz 691287 BLAKE2B 
130e1e070e2846cfec2989c20716e713b3b9269ba5395f96e19e049c87b321673d5bfd005c887fef0d8945e46db179eca7e7a1e1f96cc5fb0ab7be2cd74185bf
 SHA512 
797afe9d4dcd83c315ff62b07d24d44a76fd08dabb0f081d20eb8181232630cf2a1792dcf4afa0e74a6ca6e3c4cbe0a42958884aecbe8ee31bc8c6f9bd05215c
-DIST tlf-1.4.0.tar.gz 702237 BLAKE2B 
a8e8aaacafe961bc4c33eccca066eaadf86cdca6de6b5585c09b808da9f85d62e704be16feaffaa81748de4a3ccddf04f4f56edde963adcb3bb210f75ba0a054
 SHA512 
8abf1b3bbabc506cd844d7b9bea5985cd8c73cd4401819bf4144022b41711e5fd58cf792638bb93c2ee52586c953f4115c0055799469f5c1edd157afddae1631
 DIST tlf-1.4.1.tar.gz 708105 BLAKE2B 
18cd617a8780293bbfec87875491935d16022e104eed128ab69cbc3824aa5f8ab77dd07728d952e9b932ea74ee1c258522c26b5458b715320d452d58a65cfd3c
 SHA512 
89076ba3b870f65b1469d64a223a9d35f1afd3edc6801446990d7ce197b04dacf141efc40382c69c78935a16f386385df0c7b48a040072cecc311cda56d479b5

diff --git a/media-radio/tlf/tlf-1.3.2.ebuild b/media-radio/tlf/tlf-1.3.2.ebuild
deleted file mode 100644
index e118aafaaee..000
--- a/media-radio/tlf/tlf-1.3.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 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]"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-util/cmocka )"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --enable-hamlib --enable-fldigi-xmlrpc
-}

diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild
deleted file mode 100644
index 23bc6b749b8..000
--- a/media-radio/tlf/tlf-1.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 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]"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-util/cmocka )"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --enable-fldigi-xmlrpc
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2020-07-19 Thread Agostino Sarubbo
commit: a0e84e1291dc5d50d31896a4227bac8a1acb5ab9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 19 12:17:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 19 12:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e84e12

media-radio/tlf: amd64 stable wrt bug #732550

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.1.ebuild b/media-radio/tlf/tlf-1.4.1.ebuild
index fd4052ea472..23bc6b749b8 100644
--- a/media-radio/tlf/tlf-1.4.1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2020-07-17 Thread Agostino Sarubbo
commit: a98983b843a664c88bbc80faba8cc09f4eec5592
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 15:17:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 15:17:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98983b8

media-radio/tlf: x86 stable wrt bug #732550

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.1.ebuild b/media-radio/tlf/tlf-1.4.1.ebuild
index f247636cf63..fd4052ea472 100644
--- a/media-radio/tlf/tlf-1.4.1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2020-05-01 Thread Thomas Beierlein
commit: 510ea7992948631366eec8d7448081ab2bc6ba7d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri May  1 14:19:55 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri May  1 14:19:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510ea799

media-radio/tlf: Version bump

Fixes also -fno-common problem with GCC10

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.4.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index e07a20e2e99..4fe6e6ba721 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,2 +1,3 @@
 DIST tlf-1.3.2.tar.gz 691287 BLAKE2B 
130e1e070e2846cfec2989c20716e713b3b9269ba5395f96e19e049c87b321673d5bfd005c887fef0d8945e46db179eca7e7a1e1f96cc5fb0ab7be2cd74185bf
 SHA512 
797afe9d4dcd83c315ff62b07d24d44a76fd08dabb0f081d20eb8181232630cf2a1792dcf4afa0e74a6ca6e3c4cbe0a42958884aecbe8ee31bc8c6f9bd05215c
 DIST tlf-1.4.0.tar.gz 702237 BLAKE2B 
a8e8aaacafe961bc4c33eccca066eaadf86cdca6de6b5585c09b808da9f85d62e704be16feaffaa81748de4a3ccddf04f4f56edde963adcb3bb210f75ba0a054
 SHA512 
8abf1b3bbabc506cd844d7b9bea5985cd8c73cd4401819bf4144022b41711e5fd58cf792638bb93c2ee52586c953f4115c0055799469f5c1edd157afddae1631
+DIST tlf-1.4.1.tar.gz 708105 BLAKE2B 
18cd617a8780293bbfec87875491935d16022e104eed128ab69cbc3824aa5f8ab77dd07728d952e9b932ea74ee1c258522c26b5458b715320d452d58a65cfd3c
 SHA512 
89076ba3b870f65b1469d64a223a9d35f1afd3edc6801446990d7ce197b04dacf141efc40382c69c78935a16f386385df0c7b48a040072cecc311cda56d479b5

diff --git a/media-radio/tlf/tlf-1.4.1.ebuild b/media-radio/tlf/tlf-1.4.1.ebuild
new file mode 100644
index 000..f247636cf63
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 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]"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-12-30 Thread Agostino Sarubbo
commit: 2bec10294a20c2bd439f0f146ff0bcc4653d5ae5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 30 12:28:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 30 12:28:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec1029

media-radio/tlf: x86 stable wrt bug #703656

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild
index 7cf8e9d2393..bdd2cd0c114 100644
--- a/media-radio/tlf/tlf-1.4.0.ebuild
+++ b/media-radio/tlf/tlf-1.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-12-27 Thread Agostino Sarubbo
commit: f55459effee057c5ccc16eb0f6aff22401b10967
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 27 16:42:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 27 16:42:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55459ef

media-radio/tlf: amd64 stable wrt bug #703656

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild
index 5f950b40696..7cf8e9d2393 100644
--- a/media-radio/tlf/tlf-1.4.0.ebuild
+++ b/media-radio/tlf/tlf-1.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-11-17 Thread Thomas Beierlein
commit: 5a1fd4ed569a947f7d2c2e912d5a21fa2110245d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Nov 17 14:14:44 2019 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Nov 17 14:19:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1fd4ed

media-radio/tlf: Fix missing RESTRICT="!test ( test )"

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/tlf-1.4.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild
index c90d371f945..5f950b40696 100644
--- a/media-radio/tlf/tlf-1.4.0.ebuild
+++ b/media-radio/tlf/tlf-1.4.0.ebuild
@@ -14,6 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+RESTRICT="!test? ( test )"
+
 RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-11-17 Thread Thomas Beierlein
commit: f1c92dda7125c2a17d8de38fae3a620a6e76029c
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Nov 17 10:59:24 2019 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Nov 17 10:59:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c92dda

media-radio/tlf: Drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/Manifest |  2 --
 media-radio/tlf/tlf-1.3.0.ebuild | 27 ---
 media-radio/tlf/tlf-1.3.1.ebuild | 29 -
 3 files changed, 58 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 5b683c6d767..1f773a11485 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1 @@
-DIST tlf-1.3.0.tar.gz 643783 BLAKE2B 
8de41b3414231cf10256225bcd8e080c1c3b20849f8298dcb5df0f3f094c2fa80d93229bd75d14f5f6f75280215744d43f39460dee94ef768169957f8587ef28
 SHA512 
c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7
-DIST tlf-1.3.1.tar.gz 689531 BLAKE2B 
4c56728776493c1a77f85fdf5f3c2abe456043d07d2106cb08f7f04af31bc317507e4589c3e2ae310d184f8ed6103611d936a69df7d55a9575234420bdf29823
 SHA512 
aa26b87071a85574f2c08b46a3b0d8e030fb4384a38da4f7c97b6b1fb80c6c63b9f1814cf0eced090219e365d67cfcdabf5b71b2feaa39d281e41333bd5afcdb
 DIST tlf-1.3.2.tar.gz 691287 BLAKE2B 
130e1e070e2846cfec2989c20716e713b3b9269ba5395f96e19e049c87b321673d5bfd005c887fef0d8945e46db179eca7e7a1e1f96cc5fb0ab7be2cd74185bf
 SHA512 
797afe9d4dcd83c315ff62b07d24d44a76fd08dabb0f081d20eb8181232630cf2a1792dcf4afa0e74a6ca6e3c4cbe0a42958884aecbe8ee31bc8c6f9bd05215c

diff --git a/media-radio/tlf/tlf-1.3.0.ebuild b/media-radio/tlf/tlf-1.3.0.ebuild
deleted file mode 100644
index 93c6cfe2504..000
--- a/media-radio/tlf/tlf-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox
-   dev-libs/xmlrpc-c[curl]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
-}

diff --git a/media-radio/tlf/tlf-1.3.1.ebuild b/media-radio/tlf/tlf-1.3.1.ebuild
deleted file mode 100644
index 6be0473c059..000
--- a/media-radio/tlf/tlf-1.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 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="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox
-   dev-libs/xmlrpc-c[curl]"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-util/cmocka )"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-11-17 Thread Thomas Beierlein
commit: 149b55f0d3933cd867bc78676c32329df528909a
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Nov 17 11:00:31 2019 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Nov 17 11:00:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149b55f0

media-radio/tlf: Version bump

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.4.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 1f773a11485..e07a20e2e99 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1 +1,2 @@
 DIST tlf-1.3.2.tar.gz 691287 BLAKE2B 
130e1e070e2846cfec2989c20716e713b3b9269ba5395f96e19e049c87b321673d5bfd005c887fef0d8945e46db179eca7e7a1e1f96cc5fb0ab7be2cd74185bf
 SHA512 
797afe9d4dcd83c315ff62b07d24d44a76fd08dabb0f081d20eb8181232630cf2a1792dcf4afa0e74a6ca6e3c4cbe0a42958884aecbe8ee31bc8c6f9bd05215c
+DIST tlf-1.4.0.tar.gz 702237 BLAKE2B 
a8e8aaacafe961bc4c33eccca066eaadf86cdca6de6b5585c09b808da9f85d62e704be16feaffaa81748de4a3ccddf04f4f56edde963adcb3bb210f75ba0a054
 SHA512 
8abf1b3bbabc506cd844d7b9bea5985cd8c73cd4401819bf4144022b41711e5fd58cf792638bb93c2ee52586c953f4115c0055799469f5c1edd157afddae1631

diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild
new file mode 100644
index 000..c90d371f945
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 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"
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-05-20 Thread Mikle Kolyada
commit: d85c702804cb5ca282b278efa0e82fc7cee6f758
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 20 11:44:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 20 11:44:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85c7028

media-radio/tlf: amd64 stable wrt bug #684500

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-radio/tlf/tlf-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.3.2.ebuild b/media-radio/tlf/tlf-1.3.2.ebuild
index 7fa28ddb4b6..01ca9e2d468 100644
--- a/media-radio/tlf/tlf-1.3.2.ebuild
+++ b/media-radio/tlf/tlf-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-05-19 Thread Thomas Deutschmann
commit: 47711ac9bea36725558ab7eecfc85352c5566d8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May 19 15:19:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May 19 15:19:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47711ac9

media-radio/tlf: x86 stable (bug #684500)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-radio/tlf/tlf-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.3.2.ebuild b/media-radio/tlf/tlf-1.3.2.ebuild
index f126842e80b..7fa28ddb4b6 100644
--- a/media-radio/tlf/tlf-1.3.2.ebuild
+++ b/media-radio/tlf/tlf-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2019-01-20 Thread Thomas Beierlein
commit: c71b82e2afb424bc95ebeed03b14c0e749edbbd9
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Jan 20 15:00:20 2019 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Jan 20 15:00:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71b82e2

media-radio/tlf: Version bump

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.3.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 4c9a147cc7f..5b683c6d767 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,2 +1,3 @@
 DIST tlf-1.3.0.tar.gz 643783 BLAKE2B 
8de41b3414231cf10256225bcd8e080c1c3b20849f8298dcb5df0f3f094c2fa80d93229bd75d14f5f6f75280215744d43f39460dee94ef768169957f8587ef28
 SHA512 
c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7
 DIST tlf-1.3.1.tar.gz 689531 BLAKE2B 
4c56728776493c1a77f85fdf5f3c2abe456043d07d2106cb08f7f04af31bc317507e4589c3e2ae310d184f8ed6103611d936a69df7d55a9575234420bdf29823
 SHA512 
aa26b87071a85574f2c08b46a3b0d8e030fb4384a38da4f7c97b6b1fb80c6c63b9f1814cf0eced090219e365d67cfcdabf5b71b2feaa39d281e41333bd5afcdb
+DIST tlf-1.3.2.tar.gz 691287 BLAKE2B 
130e1e070e2846cfec2989c20716e713b3b9269ba5395f96e19e049c87b321673d5bfd005c887fef0d8945e46db179eca7e7a1e1f96cc5fb0ab7be2cd74185bf
 SHA512 
797afe9d4dcd83c315ff62b07d24d44a76fd08dabb0f081d20eb8181232630cf2a1792dcf4afa0e74a6ca6e3c4cbe0a42958884aecbe8ee31bc8c6f9bd05215c

diff --git a/media-radio/tlf/tlf-1.3.2.ebuild b/media-radio/tlf/tlf-1.3.2.ebuild
new file mode 100644
index 000..f126842e80b
--- /dev/null
+++ b/media-radio/tlf/tlf-1.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 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"
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2018-10-20 Thread Thomas Beierlein
commit: c98bf2f5b05e7cdcbad2ff9eba2c24af6f460b3b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Oct 20 09:52:22 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Oct 20 09:52:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98bf2f5

media-radio/tlf: Version bump

Signed-off-by: Thomas Beierlein  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.3.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 4274aba1b60..4c9a147cc7f 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1 +1,2 @@
 DIST tlf-1.3.0.tar.gz 643783 BLAKE2B 
8de41b3414231cf10256225bcd8e080c1c3b20849f8298dcb5df0f3f094c2fa80d93229bd75d14f5f6f75280215744d43f39460dee94ef768169957f8587ef28
 SHA512 
c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7
+DIST tlf-1.3.1.tar.gz 689531 BLAKE2B 
4c56728776493c1a77f85fdf5f3c2abe456043d07d2106cb08f7f04af31bc317507e4589c3e2ae310d184f8ed6103611d936a69df7d55a9575234420bdf29823
 SHA512 
aa26b87071a85574f2c08b46a3b0d8e030fb4384a38da4f7c97b6b1fb80c6c63b9f1814cf0eced090219e365d67cfcdabf5b71b2feaa39d281e41333bd5afcdb

diff --git a/media-radio/tlf/tlf-1.3.1.ebuild b/media-radio/tlf/tlf-1.3.1.ebuild
new file mode 100644
index 000..6be0473c059
--- /dev/null
+++ b/media-radio/tlf/tlf-1.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 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="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/files/, media-radio/tlf/

2017-06-24 Thread Thomas Beierlein
commit: 5eaaec6caa8bd90d5e059e283c63e28ae30f830b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Jun 24 10:55:50 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Jun 24 10:55:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaaec6c

drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-radio/tlf/Manifest  |   3 -
 media-radio/tlf/files/ncurses_tinfo.patch | 355 --
 media-radio/tlf/tlf-1.2.2.ebuild  |  27 ---
 media-radio/tlf/tlf-1.2.4.1.ebuild|  32 ---
 media-radio/tlf/tlf-1.2.4.5.ebuild|  32 ---
 5 files changed, 449 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 6ed182f1655..1d0a30c70be 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,4 +1 @@
-DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
-DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
-DIST tlf-1.2.4.5.tar.gz 634533 SHA256 
57f10a1dcbb6b54759790c22824b3c4d5d30fe6b93413f0c8359c4e03ab092bd SHA512 
e432f383a138e5c43785bd6fadd35044cf8652d32293a5339ae72830489948bd6bb72669706b26464638f2325a0e1e8165e652c8a9cc6d9ee6b60c9c172be2cb
 WHIRLPOOL 
f6e53a5a3737aa13cc210986e89b35b6c4383289908b397370ee9131da3c8a99dab36ec76681099cd6e1a3091b74b671095c076eb12840648d85e2fae985c4a8
 DIST tlf-1.3.0.tar.gz 643783 SHA256 
b440e0181cf6d2e5349244afe96b34a4905eb32b09e4b407f4d94b9df4c6057a SHA512 
c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7
 WHIRLPOOL 
62e9e9a7a9a40d78584cac2c2dc1467b657ce10a2613de70194d76e5a58a0284a42d3b0972e4f9b99f1494707e0110f248a84ef1be895ba496f5c9165f8223c9

diff --git a/media-radio/tlf/files/ncurses_tinfo.patch 
b/media-radio/tlf/files/ncurses_tinfo.patch
deleted file mode 100644
index c70b96ef7ae..000
--- a/media-radio/tlf/files/ncurses_tinfo.patch
+++ /dev/null
@@ -1,355 +0,0 @@
-diff -u tlf-1.2.4.5/macros/ax_with_curses.m4 tlf/macros/ax_with_curses.m4
 tlf-1.2.4.5/macros/ax_with_curses.m4   2016-11-19 10:22:20.0 
+0100
-+++ tlf/macros/ax_with_curses.m4   2016-12-13 08:03:02.855327396 +0100
-@@ -12,7 +12,9 @@
- #   present, along with the associated header file.  The NcursesW
- #   (wide-character) library is searched for first, followed by Ncurses,
- #   then the system-default plain Curses.  The first library found is the
--#   one returned.
-+#   one returned. Finding libraries will first be attempted by using
-+#   pkg-config, and should the pkg-config files not be available, will
-+#   fallback to combinations of known flags itself.
- #
- #   The following options are understood: --with-ncursesw, --with-ncurses,
- #   --without-ncursesw, --without-ncurses.  The "--with" options force the
-@@ -52,23 +54,29 @@
- #
- #   (These preprocessor symbols are discussed later in this document.)
- #
--#   The following output variable is defined by this macro; it is precious
--#   and may be overridden on the ./configure command line:
-+#   The following output variables are defined by this macro; they are
-+#   precious and may be overridden on the ./configure command line:
- #
--# CURSES_LIB  - library to add to xxx_LDADD
-+# CURSES_LIBS  - library to add to xxx_LDADD
-+# CURSES_CFLAGS  - include paths to add to xxx_CPPFLAGS
- #
--#   The library listed in CURSES_LIB is NOT added to LIBS by default. You
--#   need to add CURSES_LIB to the appropriate xxx_LDADD line in your
--#   Makefile.am.  For example:
--#
--# prog_LDADD = @CURSES_LIB@
--#
--#   If CURSES_LIB is set on the configure command line (such as by running
--#   "./configure CURSES_LIB=-lmycurses"), then the only header searched for
--#   is .  The user may use the CPPFLAGS precious variable to
--#   override the standard #include search path.  If the user needs to
--#   specify an alternative path for a library (such as for a non-standard
--#   NcurseW), the user should use the LDFLAGS variable.
-+#   In previous versions of this macro, the flags CURSES_LIB and
-+#   CURSES_CPPFLAGS were defined. These have been renamed, in keeping with
-+#   AX_WITH_CURSES's close bigger brother, PKG_CHECK_MODULES, which should
-+#   eventually supersede the use of AX_WITH_CURSES. Neither the library
-+#   listed in 

[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2017-06-09 Thread Agostino Sarubbo
commit: ebdd691730c57a85f0bde78e67bc3385ae0b9ddc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun  9 10:19:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun  9 10:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdd6917

media-radio/tlf: x86 stable wrt bug #620990

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.3.0.ebuild b/media-radio/tlf/tlf-1.3.0.ebuild
index cbf723bbde8..93c6cfe2504 100644
--- a/media-radio/tlf/tlf-1.3.0.ebuild
+++ b/media-radio/tlf/tlf-1.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2017-06-06 Thread Agostino Sarubbo
commit: e1981c0aa3ffbf2d2804c86a1e8f283667ea45b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  6 11:31:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  6 11:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1981c0a

media-radio/tlf: amd64 stable wrt bug #620990

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.3.0.ebuild b/media-radio/tlf/tlf-1.3.0.ebuild
index 593ef01306c..cbf723bbde8 100644
--- a/media-radio/tlf/tlf-1.3.0.ebuild
+++ b/media-radio/tlf/tlf-1.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2017-02-09 Thread Thomas Beierlein
commit: 93f4a6b5249a86ac1670d157c97e2d5a3123bb76
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Feb 10 06:03:14 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Feb 10 06:03:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f4a6b5

media-radio/tlf: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.3.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 436355f9cd..6ed182f165 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1,4 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
 DIST tlf-1.2.4.5.tar.gz 634533 SHA256 
57f10a1dcbb6b54759790c22824b3c4d5d30fe6b93413f0c8359c4e03ab092bd SHA512 
e432f383a138e5c43785bd6fadd35044cf8652d32293a5339ae72830489948bd6bb72669706b26464638f2325a0e1e8165e652c8a9cc6d9ee6b60c9c172be2cb
 WHIRLPOOL 
f6e53a5a3737aa13cc210986e89b35b6c4383289908b397370ee9131da3c8a99dab36ec76681099cd6e1a3091b74b671095c076eb12840648d85e2fae985c4a8
+DIST tlf-1.3.0.tar.gz 643783 SHA256 
b440e0181cf6d2e5349244afe96b34a4905eb32b09e4b407f4d94b9df4c6057a SHA512 
c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7
 WHIRLPOOL 
62e9e9a7a9a40d78584cac2c2dc1467b657ce10a2613de70194d76e5a58a0284a42d3b0972e4f9b99f1494707e0110f248a84ef1be895ba496f5c9165f8223c9

diff --git a/media-radio/tlf/tlf-1.3.0.ebuild b/media-radio/tlf/tlf-1.3.0.ebuild
new file mode 100644
index 00..79f623323a
--- /dev/null
+++ b/media-radio/tlf/tlf-1.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/, media-radio/tlf/files/

2016-12-15 Thread Thomas Beierlein
commit: f55bf29d2e909ad052cd112aab97f1e4567d06ed
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Dec 16 07:19:24 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Dec 16 07:20:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55bf29d

media-radio/tlf: backport new AX_WITH_CURSES macro

Fixes compile error with ncurses[tinfo].

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-radio/tlf/files/ncurses_tinfo.patch | 355 ++
 media-radio/tlf/tlf-1.2.4.1.ebuild|   7 +-
 media-radio/tlf/tlf-1.2.4.5.ebuild|   7 +-
 3 files changed, 367 insertions(+), 2 deletions(-)

diff --git a/media-radio/tlf/files/ncurses_tinfo.patch 
b/media-radio/tlf/files/ncurses_tinfo.patch
new file mode 100644
index ..c70b96e
--- /dev/null
+++ b/media-radio/tlf/files/ncurses_tinfo.patch
@@ -0,0 +1,355 @@
+diff -u tlf-1.2.4.5/macros/ax_with_curses.m4 tlf/macros/ax_with_curses.m4
+--- tlf-1.2.4.5/macros/ax_with_curses.m4   2016-11-19 10:22:20.0 
+0100
 tlf/macros/ax_with_curses.m4   2016-12-13 08:03:02.855327396 +0100
+@@ -12,7 +12,9 @@
+ #   present, along with the associated header file.  The NcursesW
+ #   (wide-character) library is searched for first, followed by Ncurses,
+ #   then the system-default plain Curses.  The first library found is the
+-#   one returned.
++#   one returned. Finding libraries will first be attempted by using
++#   pkg-config, and should the pkg-config files not be available, will
++#   fallback to combinations of known flags itself.
+ #
+ #   The following options are understood: --with-ncursesw, --with-ncurses,
+ #   --without-ncursesw, --without-ncurses.  The "--with" options force the
+@@ -52,23 +54,29 @@
+ #
+ #   (These preprocessor symbols are discussed later in this document.)
+ #
+-#   The following output variable is defined by this macro; it is precious
+-#   and may be overridden on the ./configure command line:
++#   The following output variables are defined by this macro; they are
++#   precious and may be overridden on the ./configure command line:
+ #
+-# CURSES_LIB  - library to add to xxx_LDADD
++# CURSES_LIBS  - library to add to xxx_LDADD
++# CURSES_CFLAGS  - include paths to add to xxx_CPPFLAGS
+ #
+-#   The library listed in CURSES_LIB is NOT added to LIBS by default. You
+-#   need to add CURSES_LIB to the appropriate xxx_LDADD line in your
+-#   Makefile.am.  For example:
+-#
+-# prog_LDADD = @CURSES_LIB@
+-#
+-#   If CURSES_LIB is set on the configure command line (such as by running
+-#   "./configure CURSES_LIB=-lmycurses"), then the only header searched for
+-#   is .  The user may use the CPPFLAGS precious variable to
+-#   override the standard #include search path.  If the user needs to
+-#   specify an alternative path for a library (such as for a non-standard
+-#   NcurseW), the user should use the LDFLAGS variable.
++#   In previous versions of this macro, the flags CURSES_LIB and
++#   CURSES_CPPFLAGS were defined. These have been renamed, in keeping with
++#   AX_WITH_CURSES's close bigger brother, PKG_CHECK_MODULES, which should
++#   eventually supersede the use of AX_WITH_CURSES. Neither the library
++#   listed in CURSES_LIBS, nor the flags in CURSES_CFLAGS are added to LIBS,
++#   respectively CPPFLAGS, by default. You need to add both to the
++#   appropriate xxx_LDADD/xxx_CPPFLAGS line in your Makefile.am. For
++#   example:
++#
++# prog_LDADD = @CURSES_LIBS@
++# prog_CPPFLAGS = @CURSES_CFLAGS@
++#
++#   If CURSES_LIBS is set on the configure command line (such as by running
++#   "./configure CURSES_LIBS=-lmycurses"), then the only header searched for
++#   is . If the user needs to specify an alternative path for a
++#   library (such as for a non-standard NcurseW), the user should use the
++#   LDFLAGS variable.
+ #
+ #   The following shell variables may be defined by this macro:
+ #
+@@ -182,11 +190,66 @@
+ #   modified version of the Autoconf Macro, you may extend this special
+ #   exception to the GPL to apply to your modified version as well.
+ 
+-#serial 15
++#serial 17
++
++# internal function to factorize common code that is used by both ncurses
++# and ncursesw
++AC_DEFUN([_FIND_CURSES_FLAGS], [
++AC_MSG_CHECKING([for $1 via pkg-config])
++
++AX_REQUIRE_DEFINED([PKG_CHECK_EXISTS])
++_PKG_CONFIG([_ax_cv_$1_libs], [libs], [$1])
++_PKG_CONFIG([_ax_cv_$1_cppflags], [cflags], [$1])
++
++AS_IF([test "x$pkg_failed" = "xyes" || test "x$pkg_failed" = "xuntried"],[
++AC_MSG_RESULT([no])
++# No suitable .pc file found, have to find flags via fallback
++AC_CACHE_CHECK([for $1 via fallback], [ax_cv_$1], [
++AS_ECHO()
++pkg_cv__ax_cv_$1_libs="-l$1"
++pkg_cv__ax_cv_$1_cppflags="-D_GNU_SOURCE $CURSES_CFLAGS"
++LIBS="$ax_saved_LIBS $pkg_cv__ax_cv_$1_libs"
++CPPFLAGS="$ax_saved_CPPFLAGS 

[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-12-15 Thread Thomas Beierlein
commit: c27a05be0ea491f1127ebd199c172806799bf644
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Dec 16 06:55:37 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Dec 16 06:56:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a05be

media-radio/tlf: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-radio/tlf/Manifest   |  2 --
 media-radio/tlf/tlf-1.2.3.ebuild   | 28 
 media-radio/tlf/tlf-1.2.4.3.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index da3c339..436355f 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,5 +1,3 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
-DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
 DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
-DIST tlf-1.2.4.3.tar.gz 633391 SHA256 
bb8a6ec1fbc412a078d5690ea64450d92ff3388f03694998e30cdcfa16ba SHA512 
e162903e6c25e5f1833248df8a3c86b38760acd25ce069532c85c3acf4fce44c2f1608891d7aea3ec13b4cafb6510087e928b4532bd7995d8077b5bec3b41af6
 WHIRLPOOL 
67376d4255fc28f95f8181ac5e047998b75974d799fc37f1f8a644940beb44523bdfbe83b50cdc5d34b923137ad0ab2da4ee2b7da760acae4be0a400f59ee76f
 DIST tlf-1.2.4.5.tar.gz 634533 SHA256 
57f10a1dcbb6b54759790c22824b3c4d5d30fe6b93413f0c8359c4e03ab092bd SHA512 
e432f383a138e5c43785bd6fadd35044cf8652d32293a5339ae72830489948bd6bb72669706b26464638f2325a0e1e8165e652c8a9cc6d9ee6b60c9c172be2cb
 WHIRLPOOL 
f6e53a5a3737aa13cc210986e89b35b6c4383289908b397370ee9131da3c8a99dab36ec76681099cd6e1a3091b74b671095c076eb12840648d85e2fae985c4a8

diff --git a/media-radio/tlf/tlf-1.2.3.ebuild b/media-radio/tlf/tlf-1.2.3.ebuild
deleted file mode 100644
index ff13bba..
--- a/media-radio/tlf/tlf-1.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox
-   dev-libs/xmlrpc-c[curl]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
-}

diff --git a/media-radio/tlf/tlf-1.2.4.3.ebuild 
b/media-radio/tlf/tlf-1.2.4.3.ebuild
deleted file mode 100644
index ff13bba..
--- a/media-radio/tlf/tlf-1.2.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox
-   dev-libs/xmlrpc-c[curl]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-12-08 Thread Thomas Beierlein
commit: fef695176aa8774d421d8b6294af89f445dfc119
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Dec  8 18:39:29 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Dec  8 18:45:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef69517

media-radio/tlf: Bugfix release

Package-Manager: portage-2.3.2

 media-radio/tlf/Manifest   |  1 +
 media-radio/tlf/tlf-1.2.4.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index ee319fd..da3c339 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -2,3 +2,4 @@ DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8f
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
 DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
 DIST tlf-1.2.4.3.tar.gz 633391 SHA256 
bb8a6ec1fbc412a078d5690ea64450d92ff3388f03694998e30cdcfa16ba SHA512 
e162903e6c25e5f1833248df8a3c86b38760acd25ce069532c85c3acf4fce44c2f1608891d7aea3ec13b4cafb6510087e928b4532bd7995d8077b5bec3b41af6
 WHIRLPOOL 
67376d4255fc28f95f8181ac5e047998b75974d799fc37f1f8a644940beb44523bdfbe83b50cdc5d34b923137ad0ab2da4ee2b7da760acae4be0a400f59ee76f
+DIST tlf-1.2.4.5.tar.gz 634533 SHA256 
57f10a1dcbb6b54759790c22824b3c4d5d30fe6b93413f0c8359c4e03ab092bd SHA512 
e432f383a138e5c43785bd6fadd35044cf8652d32293a5339ae72830489948bd6bb72669706b26464638f2325a0e1e8165e652c8a9cc6d9ee6b60c9c172be2cb
 WHIRLPOOL 
f6e53a5a3737aa13cc210986e89b35b6c4383289908b397370ee9131da3c8a99dab36ec76681099cd6e1a3091b74b671095c076eb12840648d85e2fae985c4a8

diff --git a/media-radio/tlf/tlf-1.2.4.5.ebuild 
b/media-radio/tlf/tlf-1.2.4.5.ebuild
new file mode 100644
index ..ff13bba
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.4.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-09-18 Thread Thomas Beierlein
commit: a23258aeda1c30160e0cc9351ce1702ab2575ba2
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Sep 18 17:52:11 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Sep 18 17:52:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23258ae

media-radio/tlf: Minor version bump

Package-Manager: portage-2.3.0

 media-radio/tlf/Manifest   |  1 +
 media-radio/tlf/tlf-1.2.4.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index efba557..ee319fd 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1,4 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
 DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
+DIST tlf-1.2.4.3.tar.gz 633391 SHA256 
bb8a6ec1fbc412a078d5690ea64450d92ff3388f03694998e30cdcfa16ba SHA512 
e162903e6c25e5f1833248df8a3c86b38760acd25ce069532c85c3acf4fce44c2f1608891d7aea3ec13b4cafb6510087e928b4532bd7995d8077b5bec3b41af6
 WHIRLPOOL 
67376d4255fc28f95f8181ac5e047998b75974d799fc37f1f8a644940beb44523bdfbe83b50cdc5d34b923137ad0ab2da4ee2b7da760acae4be0a400f59ee76f

diff --git a/media-radio/tlf/tlf-1.2.4.3.ebuild 
b/media-radio/tlf/tlf-1.2.4.3.ebuild
new file mode 100644
index ..ff13bba
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-05-17 Thread Thomas Beierlein
commit: 8c436fad3b726c2f3016ea72f54ca3cad9d0982b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed May 18 05:07:23 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed May 18 05:07:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c436fad

media-radio/tlf: Version bump

Package-Manager: portage-2.3.0_rc1

 media-radio/tlf/Manifest   |  1 +
 media-radio/tlf/tlf-1.2.4.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index e56394b..efba557 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,2 +1,3 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
+DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b

diff --git a/media-radio/tlf/tlf-1.2.4.1.ebuild 
b/media-radio/tlf/tlf-1.2.4.1.ebuild
new file mode 100644
index 000..ff13bba
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-04-23 Thread Thomas Beierlein
commit: d62e43b5436ee01826b2f1892b0b85f0607d3522
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Apr 23 16:30:57 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Apr 23 16:30:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62e43b5

media-radio/tlf: Fix missing USE-dep [bug #580684] Thanks Thoralf.

Package-Manager: portage-2.2.28

 media-radio/tlf/tlf-1.2.2.ebuild | 2 +-
 media-radio/tlf/tlf-1.2.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/tlf/tlf-1.2.2.ebuild b/media-radio/tlf/tlf-1.2.2.ebuild
index b711da3..3452ec4 100644
--- a/media-radio/tlf/tlf-1.2.2.ebuild
+++ b/media-radio/tlf/tlf-1.2.2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib
media-sound/sox
-   dev-libs/xmlrpc-c"
+   dev-libs/xmlrpc-c[curl]"
 DEPEND="${RDEPEND}"
 
 src_configure() {

diff --git a/media-radio/tlf/tlf-1.2.3.ebuild b/media-radio/tlf/tlf-1.2.3.ebuild
index a93a293..ff13bba 100644
--- a/media-radio/tlf/tlf-1.2.3.ebuild
+++ b/media-radio/tlf/tlf-1.2.3.ebuild
@@ -19,7 +19,7 @@ RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib
media-sound/sox
-   dev-libs/xmlrpc-c"
+   dev-libs/xmlrpc-c[curl]"
 DEPEND="${RDEPEND}"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-04-23 Thread Thomas Beierlein
commit: 419fb199eb97ba80c1279367d4e676c43b916e79
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Apr 23 16:24:19 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Apr 23 16:24:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419fb199

media-radio/tlf: Drop old

Package-Manager: portage-2.2.28

 media-radio/tlf/Manifest |  2 --
 media-radio/tlf/tlf-1.2.0.ebuild | 27 ---
 media-radio/tlf/tlf-1.2.1.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 47cde4b..e56394b 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,4 +1,2 @@
-DIST tlf-1.2.0.tar.gz 509534 SHA256 
b0e42e14ae877b5a7693de2afef16d61fa9807e2fb0aa682e8253e7753f81172 SHA512 
88f7b5cdd0169f0353a0722919d532beb823d2580c5b7f9e0978f810d73399fc0e49998d3a3cae225e7a2d4393de4c14f4d1b17506911e0e540a37f333da3fbb
 WHIRLPOOL 
b9b00873c0bc993aa77f2a487098bd044d64beda0e6ae056bb47ecff5cd0e280d992295319a1480206b129976017495f32ab5eac8465e3abc7fe1d4588bd9801
-DIST tlf-1.2.1.tar.gz 511959 SHA256 
a7969aa56bc705db75d8deca92517485f6366169800fa7eaec5bfb51455abfac SHA512 
f27d8e4c8643335ec3c6f96179ca6ac733b72fbdb544560947d840f176711aba4525d86a6e0d119c8a96303af6ccd423815151ef6c428240aca4a6714d921ef1
 WHIRLPOOL 
263643a9d3bf75def89af5fb2878fe105cf9c212cc0810840982a9f566af84242e6dd38389d59667d4635c1bfeb13366dcc88c1ed1dda2d97ee8882253772bcb
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385

diff --git a/media-radio/tlf/tlf-1.2.0.ebuild b/media-radio/tlf/tlf-1.2.0.ebuild
deleted file mode 100644
index 0855768..000
--- a/media-radio/tlf/tlf-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib
-}

diff --git a/media-radio/tlf/tlf-1.2.1.ebuild b/media-radio/tlf/tlf-1.2.1.ebuild
deleted file mode 100644
index 0855768..000
--- a/media-radio/tlf/tlf-1.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:=
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-01-22 Thread Thomas Beierlein
commit: 4787234bdf82a7f24c39142e200a5c8c397f8f58
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Jan 22 16:53:38 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Jan 22 16:55:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4787234b

media-radio/tlf: Version bump

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.2.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index dbfec7b..47cde4b 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1,4 @@
 DIST tlf-1.2.0.tar.gz 509534 SHA256 
b0e42e14ae877b5a7693de2afef16d61fa9807e2fb0aa682e8253e7753f81172 SHA512 
88f7b5cdd0169f0353a0722919d532beb823d2580c5b7f9e0978f810d73399fc0e49998d3a3cae225e7a2d4393de4c14f4d1b17506911e0e540a37f333da3fbb
 WHIRLPOOL 
b9b00873c0bc993aa77f2a487098bd044d64beda0e6ae056bb47ecff5cd0e280d992295319a1480206b129976017495f32ab5eac8465e3abc7fe1d4588bd9801
 DIST tlf-1.2.1.tar.gz 511959 SHA256 
a7969aa56bc705db75d8deca92517485f6366169800fa7eaec5bfb51455abfac SHA512 
f27d8e4c8643335ec3c6f96179ca6ac733b72fbdb544560947d840f176711aba4525d86a6e0d119c8a96303af6ccd423815151ef6c428240aca4a6714d921ef1
 WHIRLPOOL 
263643a9d3bf75def89af5fb2878fe105cf9c212cc0810840982a9f566af84242e6dd38389d59667d4635c1bfeb13366dcc88c1ed1dda2d97ee8882253772bcb
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
+DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385

diff --git a/media-radio/tlf/tlf-1.2.3.ebuild b/media-radio/tlf/tlf-1.2.3.ebuild
new file mode 100644
index 000..a93a293
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-01-06 Thread Agostino Sarubbo
commit: 631213a96b97b8cd8086fac2ac598befc9f7a7b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan  6 13:34:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan  6 13:34:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631213a9

media-radio/tlf: x86 stable wrt bug #570360

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.2.2.ebuild b/media-radio/tlf/tlf-1.2.2.ebuild
index 4b2205d..b711da3 100644
--- a/media-radio/tlf/tlf-1.2.2.ebuild
+++ b/media-radio/tlf/tlf-1.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-01-02 Thread Agostino Sarubbo
commit: b6434634b74a81750d8b26b29a94f21fd8839bca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  2 16:27:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  2 16:27:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6434634

media-radio/tlf: amd64 stable wrt bug #570360

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/tlf/tlf-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tlf/tlf-1.2.2.ebuild b/media-radio/tlf/tlf-1.2.2.ebuild
index ec00e22..4b2205d 100644
--- a/media-radio/tlf/tlf-1.2.2.ebuild
+++ b/media-radio/tlf/tlf-1.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2015-11-10 Thread Thomas Beierlein
commit: 5fc9d912fe1bc6cd8d737677a8ea75b172c9e5dc
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Nov 10 18:30:59 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Nov 10 18:30:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc9d912

media-radio/tlf: Version bump

Package-Manager: portage-2.2.24

 media-radio/tlf/Manifest |  1 +
 media-radio/tlf/tlf-1.2.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 7f992ef..dbfec7b 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,2 +1,3 @@
 DIST tlf-1.2.0.tar.gz 509534 SHA256 
b0e42e14ae877b5a7693de2afef16d61fa9807e2fb0aa682e8253e7753f81172 SHA512 
88f7b5cdd0169f0353a0722919d532beb823d2580c5b7f9e0978f810d73399fc0e49998d3a3cae225e7a2d4393de4c14f4d1b17506911e0e540a37f333da3fbb
 WHIRLPOOL 
b9b00873c0bc993aa77f2a487098bd044d64beda0e6ae056bb47ecff5cd0e280d992295319a1480206b129976017495f32ab5eac8465e3abc7fe1d4588bd9801
 DIST tlf-1.2.1.tar.gz 511959 SHA256 
a7969aa56bc705db75d8deca92517485f6366169800fa7eaec5bfb51455abfac SHA512 
f27d8e4c8643335ec3c6f96179ca6ac733b72fbdb544560947d840f176711aba4525d86a6e0d119c8a96303af6ccd423815151ef6c428240aca4a6714d921ef1
 WHIRLPOOL 
263643a9d3bf75def89af5fb2878fe105cf9c212cc0810840982a9f566af84242e6dd38389d59667d4635c1bfeb13366dcc88c1ed1dda2d97ee8882253772bcb
+DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2

diff --git a/media-radio/tlf/tlf-1.2.2.ebuild b/media-radio/tlf/tlf-1.2.2.ebuild
new file mode 100644
index 000..ec00e22
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2015-11-10 Thread Thomas Beierlein
commit: a5c599149d28647f148234299d07502366167f8b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Nov 10 18:28:03 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Nov 10 18:28:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c59914

media-radio/tlf: fix slot deps

 media-radio/tlf/tlf-1.2.0.ebuild | 2 +-
 media-radio/tlf/tlf-1.2.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/tlf/tlf-1.2.0.ebuild b/media-radio/tlf/tlf-1.2.0.ebuild
index 4298360..0855768 100644
--- a/media-radio/tlf/tlf-1.2.0.ebuild
+++ b/media-radio/tlf/tlf-1.2.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib
media-sound/sox"

diff --git a/media-radio/tlf/tlf-1.2.1.ebuild b/media-radio/tlf/tlf-1.2.1.ebuild
index 4298360..0855768 100644
--- a/media-radio/tlf/tlf-1.2.1.ebuild
+++ b/media-radio/tlf/tlf-1.2.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:=
dev-libs/glib:2
media-libs/hamlib
media-sound/sox"



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2015-11-09 Thread Thomas Beierlein
commit: ddba9c60b2ee161f2b9e722544550d3ffdf6c6f2
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Nov 10 05:51:10 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Nov 10 06:13:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddba9c60

media-radio/tlf: drop old

 media-radio/tlf/Manifest |  2 --
 media-radio/tlf/tlf-1.1.5.ebuild | 27 ---
 media-radio/tlf/tlf-1.1.6.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index d83265b..7f992ef 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,4 +1,2 @@
-DIST tlf-1.1.5.tar.gz 468791 SHA256 
f2c7ed1f8daed3e091bde2de48585512884a70920a2a0b100fbab629b21e24eb SHA512 
f6b5ecc97191c70b88f802c0bd99bbafadef6d16a53f018cd53375195472ce8fa5df04b16858aeb734b9d8356baeeb9b419f19271adc5ab8434e8cb4cba40a90
 WHIRLPOOL 
1fbd3a387716cbbc6d390728d8df6f2d1171d2de420ddaf4cfcb4e270f246bc02d5d3e5990631f8b5b70fcd0cb325cf747f250fea5c49f3bac14667b35071ed7
-DIST tlf-1.1.6.tar.gz 474614 SHA256 
2668613150fb7095ecc1de7a128630dbe88d86eea2d35fd3e6e6fd8a5f03ce69 SHA512 
ef549531967caafc31213eda0bfe6f204f6872b578736e77f8bf8a3f2eb0f9776158faa13dee4a1b1b223098fa4484732a11724b63075038e382c75c42e944ff
 WHIRLPOOL 
fef2a0dc4ef5da0f7b24e0ec9b60c59059050519419002955e3c0b3d10357960b2db2eacbbbfb40af943dc9cfa23b6e55501872543b953be67eac0ba884d1261
 DIST tlf-1.2.0.tar.gz 509534 SHA256 
b0e42e14ae877b5a7693de2afef16d61fa9807e2fb0aa682e8253e7753f81172 SHA512 
88f7b5cdd0169f0353a0722919d532beb823d2580c5b7f9e0978f810d73399fc0e49998d3a3cae225e7a2d4393de4c14f4d1b17506911e0e540a37f333da3fbb
 WHIRLPOOL 
b9b00873c0bc993aa77f2a487098bd044d64beda0e6ae056bb47ecff5cd0e280d992295319a1480206b129976017495f32ab5eac8465e3abc7fe1d4588bd9801
 DIST tlf-1.2.1.tar.gz 511959 SHA256 
a7969aa56bc705db75d8deca92517485f6366169800fa7eaec5bfb51455abfac SHA512 
f27d8e4c8643335ec3c6f96179ca6ac733b72fbdb544560947d840f176711aba4525d86a6e0d119c8a96303af6ccd423815151ef6c428240aca4a6714d921ef1
 WHIRLPOOL 
263643a9d3bf75def89af5fb2878fe105cf9c212cc0810840982a9f566af84242e6dd38389d59667d4635c1bfeb13366dcc88c1ed1dda2d97ee8882253772bcb

diff --git a/media-radio/tlf/tlf-1.1.5.ebuild b/media-radio/tlf/tlf-1.1.5.ebuild
deleted file mode 100644
index cdf10cd..000
--- a/media-radio/tlf/tlf-1.1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="mirror://github/Tlf/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib
-}

diff --git a/media-radio/tlf/tlf-1.1.6.ebuild b/media-radio/tlf/tlf-1.1.6.ebuild
deleted file mode 100644
index 4d67297..000
--- a/media-radio/tlf/tlf-1.1.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
-   dev-libs/glib:2
-   media-libs/hamlib
-   media-sound/sox"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   append-ldflags -L/usr/$(get_libdir)/hamlib
-   econf --docdir=/usr/share/doc/${PF} --enable-hamlib
-}