summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2011-12-24 13:46:58 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2011-12-24 13:46:58 +0000
commita89bb89a3f1c68a527cfa6ab52c0d8c4256166f2 (patch)
treef3f101a798fb5cc02fdde9f1ce9ebecb136343d1 /media-radio
parentVersion bump. (diff)
downloadgentoo-2-a89bb89a3f1c68a527cfa6ab52c0d8c4256166f2.tar.gz
gentoo-2-a89bb89a3f1c68a527cfa6ab52c0d8c4256166f2.tar.bz2
gentoo-2-a89bb89a3f1c68a527cfa6ab52c0d8c4256166f2.zip
Major version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog7
-rw-r--r--media-radio/tlf/tlf-1.1.0.ebuild33
2 files changed, 39 insertions, 1 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index 9316902b6c82..f5bbf40fe1d7 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/tlf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.26 2011/12/16 18:55:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.27 2011/12/24 13:46:58 tomjbe Exp $
+
+*tlf-1.1.0 (24 Dec 2011)
+
+ 24 Dec 2011; Thomas Beierlein <tomjbe@gentoo.org> +tlf-1.1.0.ebuild:
+ Major version bump
16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> tlf-1.0.5.ebuild:
Stable for AMD64, wrt bug #394087
diff --git a/media-radio/tlf/tlf-1.1.0.ebuild b/media-radio/tlf/tlf-1.1.0.ebuild
new file mode 100644
index 000000000000..9cdad6d963cc
--- /dev/null
+++ b/media-radio/tlf/tlf-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.0.ebuild,v 1.1 2011/12/24 13: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}
+ sys-apps/gawk"
+
+src_configure() {
+ append-flags -L/usr/$(get_libdir)/hamlib
+ econf --enable-hamlib
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS doc/README doc/New_Bandmap.txt
+}