sci-electronics/voacapl: Version bump
authorThomas Beierlein <tomjbe@gentoo.org>
Mon, 30 Jul 2018 15:34:46 +0000 (17:34 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Mon, 30 Jul 2018 15:36:09 +0000 (17:36 +0200)
Package-Manager: Portage-2.3.44, Repoman-2.3.10

sci-electronics/voacapl/Manifest
sci-electronics/voacapl/voacapl-0.7.2.ebuild [new file with mode: 0644]

index 7e4aa7c0bd4dd138287e68106cddc197e21de097..da02cab264568e4c245125ac0e1e402cacd66ab1 100644 (file)
@@ -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 (file)
index 0000000..ee29ae4
--- /dev/null
@@ -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}"
+}