diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2014-02-02 13:20:13 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2014-02-02 13:20:13 +0000 |
commit | 345cf4d595e2df8f2be6d141bcba9af94cc5aac5 (patch) | |
tree | dd9653ea394651dfe5194b979acfd9a055ad65c9 /sci-electronics/voacapl | |
parent | respect ECONF_SOURCE wrt #494210 (diff) | |
download | gentoo-2-345cf4d595e2df8f2be6d141bcba9af94cc5aac5.tar.gz gentoo-2-345cf4d595e2df8f2be6d141bcba9af94cc5aac5.tar.bz2 gentoo-2-345cf4d595e2df8f2be6d141bcba9af94cc5aac5.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics/voacapl')
-rw-r--r-- | sci-electronics/voacapl/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.6.4.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/sci-electronics/voacapl/ChangeLog b/sci-electronics/voacapl/ChangeLog index e671935e4558..2bb7d030c590 100644 --- a/sci-electronics/voacapl/ChangeLog +++ b/sci-electronics/voacapl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/voacapl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.11 2013/12/25 09:26:54 tomjbe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.12 2014/02/02 13:20:13 tomjbe Exp $ + +*voacapl-0.6.4 (02 Feb 2014) + + 02 Feb 2014; Thomas Beierlein <tomjbe@gentoo.org> +voacapl-0.6.4.ebuild: + Version bump *voacapl-0.6.3 (25 Dec 2013) diff --git a/sci-electronics/voacapl/voacapl-0.6.4.ebuild b/sci-electronics/voacapl/voacapl-0.6.4.ebuild new file mode 100644 index 000000000000..c243c49426d8 --- /dev/null +++ b/sci-electronics/voacapl/voacapl-0.6.4.ebuild @@ -0,0 +1,22 @@ +# 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.4.ebuild,v 1.1 2014/02/02 13:20:13 tomjbe Exp $ + +EAPI="4" + +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_install() { + emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install +} |