summaryrefslogtreecommitdiff
path: root/sci-electronics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-05 07:12:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-05 07:12:31 +0000
commit95d24580bfec4b0b8d7b1cd07bcef4af3122de50 (patch)
tree476f86b00aa3588e2be2482e48022a332e1993da /sci-electronics
parent74809f022a396e9b750082d19a74002999a4e5cd (diff)
downloadbaldeagleos-repo-95d24580bfec4b0b8d7b1cd07bcef4af3122de50.tar.gz
baldeagleos-repo-95d24580bfec4b0b8d7b1cd07bcef4af3122de50.tar.xz
baldeagleos-repo-95d24580bfec4b0b8d7b1cd07bcef4af3122de50.zip
Adding metadata
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/voacapl/Manifest1
-rw-r--r--sci-electronics/voacapl/voacapl-0.7.7.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/sci-electronics/voacapl/Manifest b/sci-electronics/voacapl/Manifest
index 9c41aa91deca..2e5a4012f4d1 100644
--- a/sci-electronics/voacapl/Manifest
+++ b/sci-electronics/voacapl/Manifest
@@ -1 +1,2 @@
DIST voacapl-0.7.6.tar.gz 2114486 BLAKE2B 2177ccb93e83a2fe29ab14b1884c0a4adc9de02dfb35ab0d4e854405110ae2583e6d12f6d646e808f39e77e357639ce5ce3a3d8c425c86ee3d85f6050ba22e47 SHA512 192a974cad059ff265af272c195c8184e18785650e194d25906bc75de0c3d99b9730f2e8131e619300b5fe9f6dfb25cf1437b6701d019c5e6574340d8f6e113a
+DIST voacapl-0.7.7.tar.gz 2114478 BLAKE2B 8186ae515c8bf9a8d14e9eb38701b717d5faeda05f524d7185849e97bdb22fbab5daf8ff0a5bd72495fdf58b41e6b1b884c519f2bcac7c45a3cb654815bc760f SHA512 887c970c27ac28860a21b63049603776d2b3f93f397525c5989396504b16ed0708f3980e22cb91dfccde73edd8e957f9ec32f5421d44932bcc10695f0fdb69fe
diff --git a/sci-electronics/voacapl/voacapl-0.7.7.ebuild b/sci-electronics/voacapl/voacapl-0.7.7.ebuild
new file mode 100644
index 000000000000..bdab5d15fcb7
--- /dev/null
+++ b/sci-electronics/voacapl/voacapl-0.7.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit dot-a fortran-2
+
+DESCRIPTION="HF propagation prediction tool"
+HOMEPAGE="https://www.qsl.net/hz1jw/voacapl/index.html"
+SRC_URI="https://github.com/jawatson/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="mirror bindist"
+
+src_configure() {
+ lto-guarantee-fat
+ econf
+}
+
+src_compile() {
+ # bug 513766
+ emake -j1
+}
+
+src_install() {
+ default
+ strip-lto-bytecode
+}