diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2020-08-30 12:12:22 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2020-08-30 12:14:35 +0200 |
commit | d36258bef01777c8bdbb294537c3ff312a0fb431 (patch) | |
tree | ff453663cdf11e9eeba6286544de5c784b6af328 /sci-electronics | |
parent | dev-haskell/icalendar: drop old (diff) | |
download | gentoo-d36258bef01777c8bdbb294537c3ff312a0fb431.tar.gz gentoo-d36258bef01777c8bdbb294537c3ff312a0fb431.tar.bz2 gentoo-d36258bef01777c8bdbb294537c3ff312a0fb431.zip |
sci-electronics/voacapl: Drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/voacapl/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.6.7.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-electronics/voacapl/Manifest b/sci-electronics/voacapl/Manifest index da02cab26456..7701834abf2a 100644 --- a/sci-electronics/voacapl/Manifest +++ b/sci-electronics/voacapl/Manifest @@ -1,2 +1 @@ -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.6.7.ebuild b/sci-electronics/voacapl/voacapl-0.6.7.ebuild deleted file mode 100644 index 4f6b0eb4b26d..000000000000 --- a/sci-electronics/voacapl/voacapl-0.6.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit fortran-2 - -DESCRIPTION="HF propagation prediction tool" -HOMEPAGE="https://www.qsl.net/hz1jw/voacapl/index.html" -SRC_URI="https://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}" -} - -src_install() { - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install -} |