diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-04-06 22:33:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-04-06 22:33:41 +0100 |
commit | e68d405c5d712af4387159df07e226217bdda049 (patch) | |
tree | 009ab0f3d427f0813e62930d71802cb054c07e30 /sci-electronics/voacapl | |
parent | 401101f9c8077911929d3f2b60a37098460a5d89 (diff) |
gentoo resync : 06.04.2022
Diffstat (limited to 'sci-electronics/voacapl')
-rw-r--r-- | sci-electronics/voacapl/Manifest | 3 | ||||
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.7.6.ebuild | 26 |
3 files changed, 3 insertions, 30 deletions
diff --git a/sci-electronics/voacapl/Manifest b/sci-electronics/voacapl/Manifest index 4b93f96938ae..505446f31930 100644 --- a/sci-electronics/voacapl/Manifest +++ b/sci-electronics/voacapl/Manifest @@ -1,4 +1,3 @@ DIST voacapl-0.7.6.tar.gz 2114486 BLAKE2B 2177ccb93e83a2fe29ab14b1884c0a4adc9de02dfb35ab0d4e854405110ae2583e6d12f6d646e808f39e77e357639ce5ce3a3d8c425c86ee3d85f6050ba22e47 SHA512 192a974cad059ff265af272c195c8184e18785650e194d25906bc75de0c3d99b9730f2e8131e619300b5fe9f6dfb25cf1437b6701d019c5e6574340d8f6e113a -EBUILD voacapl-0.7.6-r1.ebuild 503 BLAKE2B bf8cee3b0956404b4b19f42b794c82fa2db6c81c087e3938dc4a3bf48b13b47dcdd80cef8b72bcc1df02bce2d38a3581779f77ea6969cfe5f4c980154cb403dc SHA512 08260757a2885f993ecbcc177c73c6dbc6dcc9f6496a42554af85451cd8e43ada7b42cfe7054c43d66f67faa20ed0df684349a07809164687a4277352392fb33 -EBUILD voacapl-0.7.6.ebuild 516 BLAKE2B 77a5509169b4cd99f873720edccda24b4f64a37e8f7272165e052454014f6a73222d91520a67debdfa755c561fb28cd10f410f25110dd0ea94755c7447a767ea SHA512 ed280e2b21ea1eeabb9c7459f0b174c378fa4da9a05b3f9c945ef08df7b2eb1446e8094d9ee276d7699bb7344fb1b3bd936cad060f86ec3146332e8c00f1357c +EBUILD voacapl-0.7.6-r1.ebuild 501 BLAKE2B aff86295989be31b91ec2e9c6687c3e5996a5c86df1f1a37805d6f5bc1f25d4de02354dd661dd56f986eed5d4cc78006afac5fe0d9b7ef2f1cc7879099bc11f1 SHA512 a11568067d0c683613b5d2382d529d21ba629ae28af791cbe0104b32f30b3584f348f0f71181307ed289d4ec87276135824f53b223e119f1e8047d9b5543837e MISC metadata.xml 250 BLAKE2B 73afdd27824ddad49c748f845fb81e8b64d10b29a271175198b7c893096d6d5c64bf736446ec01c9679b7978925de4df8159761e1c3fdb83436468c882a72f85 SHA512 f5d1c70de88ecdf2edd6f5d68f44e26fd99705a91c52269b39c03240b06ab1d8299d03a2af5828c8f22198ec1188f14f957064c8459f27a8f2efea25398bdf4d diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild index a4426523ebfb..53f2437a3ea8 100644 --- a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild +++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jawatson/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="mirror bindist" diff --git a/sci-electronics/voacapl/voacapl-0.7.6.ebuild b/sci-electronics/voacapl/voacapl-0.7.6.ebuild deleted file mode 100644 index 0ae8fe6a8d63..000000000000 --- a/sci-electronics/voacapl/voacapl-0.7.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit fortran-2 - -MY_P=${PN}-v.${PV} - -DESCRIPTION="HF propagation prediction tool" -HOMEPAGE="https://www.qsl.net/hz1jw/voacapl/index.html" -SRC_URI="https://github.com/jawatson/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RESTRICT="mirror bindist" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # bug 513766 - emake -j1 DESTDIR="${D}" -} |