From 20c08e9471ed45fab1afbcc54077326ef85ce4b1 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Mon, 30 Jul 2018 17:34:46 +0200 Subject: sci-electronics/voacapl: Version bump Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- sci-electronics/voacapl/Manifest | 1 + sci-electronics/voacapl/voacapl-0.7.2.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 sci-electronics/voacapl/voacapl-0.7.2.ebuild diff --git a/sci-electronics/voacapl/Manifest b/sci-electronics/voacapl/Manifest index 7e4aa7c0bd4d..da02cab26456 100644 --- a/sci-electronics/voacapl/Manifest +++ b/sci-electronics/voacapl/Manifest @@ -1 +1,2 @@ DIST voacapl-0.6.7.tar.gz 2061884 BLAKE2B cd0843f42f7284ea77be125b879c7304c50991540c1c376c2f684a8ef0def313b70a11d65a890d5b1458d51cd113e69ba3731f0eb5121f1c90b9555b449b58ed SHA512 bdd8c420ea1bb352885a0a127db1494b8cbb6d01e78fa47e577314e39b35d8265e1b62e99719edce512200ed84644dd6693e88aea63ab7416b1f24a3b25cdbc8 +DIST voacapl-0.7.2.tar.gz 2054761 BLAKE2B 8a6dc0f0af9c42b9463b4b436c8652e049b5e8b9874406da33352f5ad67e154d977ffadabbfd92764be61cfac1fea22f0900c3cf1a6c80b3e0c2297e4623df61 SHA512 d78bccdfb7db079dc77e60f80bbae66a48d6173fccec9dd32a6a0cbc283af64d8ab05eebd1e43f4b0461653919a557a88c9b3603b5d13927fbda41d2cbab78c0 diff --git a/sci-electronics/voacapl/voacapl-0.7.2.ebuild b/sci-electronics/voacapl/voacapl-0.7.2.ebuild new file mode 100644 index 000000000000..ee29ae4b04ce --- /dev/null +++ b/sci-electronics/voacapl/voacapl-0.7.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +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}" +} -- cgit v1.2.3