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 2B562138336 for ; Mon, 15 Jul 2019 21:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84FAE082F; Mon, 15 Jul 2019 21:35:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0A1CE082F for ; Mon, 15 Jul 2019 21:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E9FE347C4A for ; Mon, 15 Jul 2019 21:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08996FE for ; Mon, 15 Jul 2019 21:35:24 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1563226414.b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/sundials/sundials-3.2.1.ebuild sci-libs/sundials/sundials-4.0.2.ebuild sci-libs/sundials/sundials-4.1.0.ebuild X-VCS-Directories: sci-libs/sundials/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9 X-VCS-Branch: master Date: Mon, 15 Jul 2019 21:35:24 +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: 55591eb8-307d-4b6a-aea5-ce6503493736 X-Archives-Hash: e888dc49f2d85f41ed1cadeb7d7df0f1 commit: b43ff0fea216afd2f0c3bebe29e7ccc40357d1d9 Author: Matthias Maier gentoo org> AuthorDate: Mon Jul 15 21:16:57 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jul 15 21:33:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43ff0fe sci-libs/sundials: Port to EAPI 7 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> sci-libs/sundials/sundials-3.2.1.ebuild | 6 +++--- sci-libs/sundials/sundials-4.0.2.ebuild | 6 +++--- sci-libs/sundials/sundials-4.1.0.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild b/sci-libs/sundials/sundials-3.2.1.ebuild index 649b2f4f708..5ac6dffc0d7 100644 --- a/sci-libs/sundials/sundials-3.2.1.ebuild +++ b/sci-libs/sundials/sundials-3.2.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials" diff --git a/sci-libs/sundials/sundials-4.0.2.ebuild b/sci-libs/sundials/sundials-4.0.2.ebuild index 649b2f4f708..5ac6dffc0d7 100644 --- a/sci-libs/sundials/sundials-4.0.2.ebuild +++ b/sci-libs/sundials/sundials-4.0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials" diff --git a/sci-libs/sundials/sundials-4.1.0.ebuild b/sci-libs/sundials/sundials-4.1.0.ebuild index 649b2f4f708..5ac6dffc0d7 100644 --- a/sci-libs/sundials/sundials-4.1.0.ebuild +++ b/sci-libs/sundials/sundials-4.1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 -inherit cmake-utils eapi7-ver toolchain-funcs fortran-2 +inherit cmake-utils toolchain-funcs fortran-2 DESCRIPTION="Suite of nonlinear solvers" HOMEPAGE="https://computation.llnl.gov/projects/sundials"