diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2014-11-23 15:25:39 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2014-11-23 15:25:39 +0000 |
commit | 053fdedbe8368abcdae598824d903538ebfb3f8b (patch) | |
tree | e9dbec9b425905a3065ab88ee629e1ee0a505428 /sci-electronics | |
parent | Fix typo (diff) | |
download | gentoo-2-053fdedbe8368abcdae598824d903538ebfb3f8b.tar.gz gentoo-2-053fdedbe8368abcdae598824d903538ebfb3f8b.tar.bz2 gentoo-2-053fdedbe8368abcdae598824d903538ebfb3f8b.zip |
Minor maintenance release
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/voacapl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.6.5.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/sci-electronics/voacapl/ChangeLog b/sci-electronics/voacapl/ChangeLog index 37f34d444173..83ad97398f97 100644 --- a/sci-electronics/voacapl/ChangeLog +++ b/sci-electronics/voacapl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/voacapl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.13 2014/08/07 06:40:47 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.14 2014/11/23 15:25:39 tomjbe Exp $ + +*voacapl-0.6.5 (23 Nov 2014) + + 23 Nov 2014; Thomas Beierlein <tomjbe@gentoo.org> +voacapl-0.6.5.ebuild: + Minor maintenance release 07 Aug 2014; Thomas Beierlein <tomjbe@gentoo.org> -voacapl-0.6.3.ebuild, voacapl-0.6.4.ebuild: diff --git a/sci-electronics/voacapl/voacapl-0.6.5.ebuild b/sci-electronics/voacapl/voacapl-0.6.5.ebuild new file mode 100644 index 000000000000..7e586ef46acc --- /dev/null +++ b/sci-electronics/voacapl/voacapl-0.6.5.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/sci-electronics/voacapl/voacapl-0.6.5.ebuild,v 1.1 2014/11/23 15:25:39 tomjbe Exp $ + +EAPI="5" + +inherit fortran-2 + +DESCRIPTION="HF propagation prediction tool" +HOMEPAGE="http://www.qsl.net/hz1jw/voacapl/index.html" +SRC_URI="http://www.qsl.net/hz1jw/${PN}/downloads/${P}.tar.gz" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="mirror bindist" + +src_compile() { + # bug 513766 + emake -j1 DESTDIR="${D}" +} + +src_install() { + emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install +} |