From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 644D215808B for ; Fri, 1 Apr 2022 09:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3076BE081A; Fri, 1 Apr 2022 09:06:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AEEAE081A for ; Fri, 1 Apr 2022 09:06:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BF34340E9E for ; Fri, 1 Apr 2022 09:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFCB290 for ; Fri, 1 Apr 2022 09:06:18 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1648803917.36ebf312188e4792bb467605b2d24a2fbbff4295.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/voacapl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/voacapl/voacapl-0.7.6.ebuild X-VCS-Directories: sci-electronics/voacapl/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 36ebf312188e4792bb467605b2d24a2fbbff4295 X-VCS-Branch: master Date: Fri, 1 Apr 2022 09:06:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43d2bb0d-ec2e-473c-958f-d09bdddc0c98 X-Archives-Hash: dd95e868ce7b990e710080cafafb66d1 commit: 36ebf312188e4792bb467605b2d24a2fbbff4295 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Apr 1 09:04:50 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Apr 1 09:05:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ebf312 sci-electronics/voacapl: drop 0.7.6 Closes:https://bugs.gentoo.org/836097 Signed-off-by: Thomas Beierlein gentoo.org> sci-electronics/voacapl/voacapl-0.7.6.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) 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}" -}