Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/voacapl/
Date: Fri, 01 Apr 2022 09:06:25
Message-Id: 1648803917.36ebf312188e4792bb467605b2d24a2fbbff4295.tomjbe@gentoo
1 commit: 36ebf312188e4792bb467605b2d24a2fbbff4295
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 09:04:50 2022 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 09:05:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ebf312
7
8 sci-electronics/voacapl: drop 0.7.6
9
10 Closes:https://bugs.gentoo.org/836097
11
12 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
13
14 sci-electronics/voacapl/voacapl-0.7.6.ebuild | 26 --------------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/sci-electronics/voacapl/voacapl-0.7.6.ebuild b/sci-electronics/voacapl/voacapl-0.7.6.ebuild
18 deleted file mode 100644
19 index 0ae8fe6a8d63..000000000000
20 --- a/sci-electronics/voacapl/voacapl-0.7.6.ebuild
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="7"
27 -
28 -inherit fortran-2
29 -
30 -MY_P=${PN}-v.${PV}
31 -
32 -DESCRIPTION="HF propagation prediction tool"
33 -HOMEPAGE="https://www.qsl.net/hz1jw/voacapl/index.html"
34 -SRC_URI="https://github.com/jawatson/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="all-rights-reserved"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -IUSE=""
40 -
41 -RESTRICT="mirror bindist"
42 -
43 -S="${WORKDIR}/${MY_P}"
44 -
45 -src_compile() {
46 - # bug 513766
47 - emake -j1 DESTDIR="${D}"
48 -}