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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 438B7158086 for ; Sat, 16 Oct 2021 10:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B693E0826; Sat, 16 Oct 2021 10:21:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60E19E0826 for ; Sat, 16 Oct 2021 10:21:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24CC03430AF for ; Sat, 16 Oct 2021 10:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 976A079 for ; Sat, 16 Oct 2021 10:21:38 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1634378632.f0df2736ead5da9511f230eda59ce68bb94f929c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/jdqz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild X-VCS-Directories: sci-libs/jdqz/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f0df2736ead5da9511f230eda59ce68bb94f929c X-VCS-Branch: dev Date: Sat, 16 Oct 2021 10:21:38 +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: 50073890-2d93-421e-bd56-7934985dedc2 X-Archives-Hash: e87f0e4c3c3196e5d0bd2cf0a308a984 commit: f0df2736ead5da9511f230eda59ce68bb94f929c Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 16 09:01:27 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 16 10:03:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0df2736 sci-libs/jdqz: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> .../{jdqz-0_pre19971107-r2.ebuild => jdqz-0_pre19971107-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild b/sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild similarity index 97% rename from sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild rename to sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild index 89760e5b2..2c8144ac0 100644 --- a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild +++ b/sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit flag-o-matic fortran-2 toolchain-funcs -DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem." +DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem" HOMEPAGE="https://www.win.tue.nl/~hochsten/jd" SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}"