summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2014-02-23 16:32:38 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2014-02-23 16:32:38 +0000
commit97305c8a1ff0ca6d49351ca47fe99e01661e65fd (patch)
treec9674ef6a434a69e6410bd0830621b6af49af66d /media-radio
parentamd64/x86 stable, bug #501720 (diff)
downloadgentoo-2-97305c8a1ff0ca6d49351ca47fe99e01661e65fd.tar.gz
gentoo-2-97305c8a1ff0ca6d49351ca47fe99e01661e65fd.tar.bz2
gentoo-2-97305c8a1ff0ca6d49351ca47fe99e01661e65fd.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog9
-rw-r--r--media-radio/tlf/tlf-1.2.0.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index ceed37885ea7..9b2824d76d67 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/tlf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.49 2013/09/05 19:24:04 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.50 2014/02/23 16:32:38 tomjbe Exp $
+
+*tlf-1.2.0 (23 Feb 2014)
+
+ 23 Feb 2014; Thomas Beierlein <tomjbe@gentoo.org> +tlf-1.2.0.ebuild:
+ Version bump
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tlf-1.1.6.ebuild:
Stable for x86, wrt bug #482122
diff --git a/media-radio/tlf/tlf-1.2.0.ebuild b/media-radio/tlf/tlf-1.2.0.ebuild
new file mode 100644
index 000000000000..282a4384f2c2
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.2.0.ebuild,v 1.1 2014/02/23 16:32:38 tomjbe Exp $
+
+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
+}