summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2013-07-05 10:46:58 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2013-07-05 10:46:58 +0000
commitf30404f57e2a9e17c0b8276406545d4371836586 (patch)
treeb0e74ba30e779098b93299988fbf20ce06b6d1a4 /media-radio/tlf
parentUpdate ant-tasks for 1.9.1 version bump, needs 1.5 as minimal JDK / JRE version. (diff)
downloadgentoo-2-f30404f57e2a9e17c0b8276406545d4371836586.tar.gz
gentoo-2-f30404f57e2a9e17c0b8276406545d4371836586.tar.bz2
gentoo-2-f30404f57e2a9e17c0b8276406545d4371836586.zip
Version bump
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio/tlf')
-rw-r--r--media-radio/tlf/ChangeLog7
-rw-r--r--media-radio/tlf/tlf-1.1.6.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index b0988cbb497c..a302d98504d8 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.46 2013/02/07 08:47:30 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.47 2013/07/05 10:46:58 tomjbe Exp $
+
+*tlf-1.1.6 (05 Jul 2013)
+
+ 05 Jul 2013; Thomas Beierlein <tomjbe@gentoo.org> +tlf-1.1.6.ebuild:
+ Version bump
07 Feb 2013; Thomas Beierlein <tomjbe@gentoo.org> -tlf-1.1.1.ebuild,
-tlf-1.1.2.ebuild, -tlf-1.1.3.ebuild, -tlf-1.1.4.ebuild, tlf-1.1.5.ebuild:
diff --git a/media-radio/tlf/tlf-1.1.6.ebuild b/media-radio/tlf/tlf-1.1.6.ebuild
new file mode 100644
index 000000000000..7e1004071369
--- /dev/null
+++ b/media-radio/tlf/tlf-1.1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.6.ebuild,v 1.1 2013/07/05 10:46:58 tomjbe Exp $
+
+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
+}