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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00CB2158086 for ; Thu, 30 Dec 2021 16:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D352BC001; Thu, 30 Dec 2021 16:30:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D69652BC001 for ; Thu, 30 Dec 2021 16:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08E3A342AA4 for ; Thu, 30 Dec 2021 16:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5CD1CE for ; Thu, 30 Dec 2021 16:30:00 +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: <1640881780.0e54d4107a1aa7bd97cb69f66fd08e1a3e77020c.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-r1.ebuild X-VCS-Directories: sci-electronics/voacapl/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 0e54d4107a1aa7bd97cb69f66fd08e1a3e77020c X-VCS-Branch: master Date: Thu, 30 Dec 2021 16:30:00 +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: 19bebbd3-4ab2-4844-b012-8b752a31eb38 X-Archives-Hash: da208e3b474d0ba16d6ecf2c00f449be commit: 0e54d4107a1aa7bd97cb69f66fd08e1a3e77020c Author: Thomas Beierlein gentoo org> AuthorDate: Thu Dec 30 16:29:20 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Dec 30 16:29:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54d410 sci-electronics/voacapl: Drop reference to ${D} in src_compile Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild new file mode 100644 index 000000000000..a4426523ebfb --- /dev/null +++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 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 +}