summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2005-02-16 05:00:48 +0000
committerRob Romans <killsoft@gentoo.org>2005-02-16 05:00:48 +0000
commit87059c187237aab4f1fed23119dd45bd4b2579bb (patch)
tree8c6e54e7ac84ca919134697c2b4edf6655ff2341 /media-radio
parentmark stable on x86 (diff)
downloadgentoo-2-87059c187237aab4f1fed23119dd45bd4b2579bb.tar.gz
gentoo-2-87059c187237aab4f1fed23119dd45bd4b2579bb.tar.bz2
gentoo-2-87059c187237aab4f1fed23119dd45bd4b2579bb.zip
new version
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog23
-rw-r--r--media-radio/tlf/Manifest8
-rw-r--r--media-radio/tlf/files/digest-tlf-0.9.221
-rw-r--r--media-radio/tlf/tlf-0.9.19.ebuild4
-rw-r--r--media-radio/tlf/tlf-0.9.20.ebuild4
-rw-r--r--media-radio/tlf/tlf-0.9.22.ebuild31
6 files changed, 62 insertions, 9 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index cae00878ddb9..aa76f59eb3e7 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,25 @@
# ChangeLog for media-radio/tlf
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.6 2004/12/09 01:11:39 killsoft Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.7 2005/02/16 05:00:48 killsoft Exp $
+
+ 15 Feb 2005; Robb Romans <killsoft@gentoo.org> :
+ * New upstream version 0.9.22
+
+ * This release fixes a bug to make it compatible with
+ gcc-4.0 / AMD64
+
+ * The (local swedish) ssa_mt contest has changed its
+ exchange format into serial number + 4-character grid
+ field. This made it necessary to make a new parameter
+ called SERIAL+GRID4. Tlf extracts the first 4 characters
+ for the multiplier.
+
+ * Input format:
+ e.g. 01 JO21QI, the mult will be JO21.
+
+ * The rules file has also been updated.
+
+ * Man page updated for version 0.9.22.
08 Dec 2004; Robb Romans <killsoft@gentoo.org> :
Changes:
diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index 2fa36a6c51a9..71b69c03cd84 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,8 +1,10 @@
-MD5 825a2ac4a7bf177baa8451f342a6ae65 tlf-0.9.20.ebuild 745
-MD5 0b1c6c819c1d1db43f631d9e6f287da6 tlf-0.9.19.ebuild 745
-MD5 92d071df3df51b97891add429d190238 ChangeLog 1479
+MD5 f935c22c58ddaf8bd39bc6c7eb0baa50 tlf-0.9.20.ebuild 745
+MD5 80e99dda702474c56dd0bd53d1482ebe tlf-0.9.19.ebuild 745
+MD5 ed1d0ec93504ca8f6a508e23c0e86fda ChangeLog 2056
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
MD5 9511aa382032a16624e6556b9d28cb2b tlf-0.9.21.ebuild 754
+MD5 6b869dc36870111d81148869e066f7ee tlf-0.9.22.ebuild 658
+MD5 5b2458d7e0c55d1efc6d65ab83e958c3 files/digest-tlf-0.9.22 62
MD5 c0e39249a77a318de45e2dbcf775a9f6 files/digest-tlf-0.9.19 62
MD5 01e251ccdb810c5c67db02ec722299b7 files/digest-tlf-0.9.21 62
MD5 16c4bb832d86bf9c3928b9ca48da860d files/digest-tlf-0.9.20 62
diff --git a/media-radio/tlf/files/digest-tlf-0.9.22 b/media-radio/tlf/files/digest-tlf-0.9.22
new file mode 100644
index 000000000000..34e9f57ba53b
--- /dev/null
+++ b/media-radio/tlf/files/digest-tlf-0.9.22
@@ -0,0 +1 @@
+MD5 c865d3e3a00d5072c3bc8428757fa775 tlf-0.9.22.tar.gz 363240
diff --git a/media-radio/tlf/tlf-0.9.19.ebuild b/media-radio/tlf/tlf-0.9.19.ebuild
index ae6740fa8e91..4c744c5a2c57 100644
--- a/media-radio/tlf/tlf-0.9.19.ebuild
+++ b/media-radio/tlf/tlf-0.9.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.19.ebuild,v 1.6 2004/08/25 23:31:56 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.19.ebuild,v 1.7 2005/02/16 05:00:48 killsoft Exp $
inherit eutils flag-o-matic
diff --git a/media-radio/tlf/tlf-0.9.20.ebuild b/media-radio/tlf/tlf-0.9.20.ebuild
index a91c6dad09e0..08ec6bc6c08a 100644
--- a/media-radio/tlf/tlf-0.9.20.ebuild
+++ b/media-radio/tlf/tlf-0.9.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.20.ebuild,v 1.3 2004/08/25 23:31:56 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.20.ebuild,v 1.4 2005/02/16 05:00:48 killsoft Exp $
inherit eutils flag-o-matic
diff --git a/media-radio/tlf/tlf-0.9.22.ebuild b/media-radio/tlf/tlf-0.9.22.ebuild
new file mode 100644
index 000000000000..a7a2b7b9d198
--- /dev/null
+++ b/media-radio/tlf/tlf-0.9.22.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.22.ebuild,v 1.1 2005/02/16 05:00:48 killsoft Exp $
+
+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://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+IUSE=""
+
+RDEPEND="virtual/libc
+ sys-libs/ncurses
+ media-libs/hamlib"
+
+DEPEND="sys-apps/gawk"
+
+src_compile() {
+ append-flags -L/usr/lib/hamlib
+ econf --enable-hamlib \
+ || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}