summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2014-05-16 04:52:35 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2014-05-16 04:52:35 +0000
commit5318dce82d45b95e73f06934ccdddd93a792f407 (patch)
treeff841ba3c4bb19cd295ea3431cc4ee8cf0fff2d7 /media-radio
parentupdate test phase (diff)
downloadgentoo-2-5318dce82d45b95e73f06934ccdddd93a792f407.tar.gz
gentoo-2-5318dce82d45b95e73f06934ccdddd93a792f407.tar.bz2
gentoo-2-5318dce82d45b95e73f06934ccdddd93a792f407.zip
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog7
-rw-r--r--media-radio/tlf/tlf-1.2.1.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index 9b2824d76d67..86cb7110d0b3 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/tlf
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.51 2014/05/16 04:52:35 tomjbe Exp $
+
+*tlf-1.2.1 (16 May 2014)
+
+ 16 May 2014; Thomas Beierlein <tomjbe@gentoo.org> +tlf-1.2.1.ebuild:
+ Version bump
*tlf-1.2.0 (23 Feb 2014)
diff --git a/media-radio/tlf/tlf-1.2.1.ebuild b/media-radio/tlf/tlf-1.2.1.ebuild
new file mode 100644
index 000000000000..e518d38de463
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.1.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.1.ebuild,v 1.1 2014/05/16 04:52:35 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
+}