diff options
author | 2012-10-30 05:55:20 +0000 | |
---|---|---|
committer | 2012-10-30 05:55:20 +0000 | |
commit | 40039def14251843fdcd78a4f0dafad60f9b0dc8 (patch) | |
tree | 05766c98b095d9c97457f115b9bf5def2bc7695c /media-radio/tlf | |
parent | Update the live ebuild. (diff) | |
download | gentoo-2-40039def14251843fdcd78a4f0dafad60f9b0dc8.tar.gz gentoo-2-40039def14251843fdcd78a4f0dafad60f9b0dc8.tar.bz2 gentoo-2-40039def14251843fdcd78a4f0dafad60f9b0dc8.zip |
Version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio/tlf')
-rw-r--r-- | media-radio/tlf/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/tlf/tlf-1.1.4.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog index 022dd7cb9d02..6034c7a63edd 100644 --- a/media-radio/tlf/ChangeLog +++ b/media-radio/tlf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-radio/tlf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.38 2012/08/26 06:10:46 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.39 2012/10/30 05:55:20 tomjbe Exp $ + +*tlf-1.1.4 (30 Oct 2012) + + 30 Oct 2012; Thomas Beierlein <tomjbe@gentoo.org> +tlf-1.1.4.ebuild: + Version bump *tlf-1.1.3 (26 Aug 2012) diff --git a/media-radio/tlf/tlf-1.1.4.ebuild b/media-radio/tlf/tlf-1.1.4.ebuild new file mode 100644 index 000000000000..d550520c9755 --- /dev/null +++ b/media-radio/tlf/tlf-1.1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v 1.1 2012/10/30 05:55:20 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="mirror://github/Tlf/${PN}/${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 --docdir=/usr/share/doc/${PF} --enable-hamlib +} |