From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1404430-garchives=archives.gentoo.org@lists.gentoo.org>
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 82DBD158091
	for <garchives@archives.gentoo.org>; Fri,  3 Jun 2022 12:27:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A0838E0929;
	Fri,  3 Jun 2022 12:27:52 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 35B0CE0929
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Jun 2022 12:27:52 +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 E73E93421A1
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Jun 2022 12:27:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF1A8326
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Jun 2022 12:27:48 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1654259083.2249b564d71300391f5a88461569f8f21408cddb.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/cfortran/cfortran-4.4-r3.ebuild dev-lang/cfortran/cfortran-4.4-r4.ebuild
X-VCS-Directories: dev-lang/cfortran/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 2249b564d71300391f5a88461569f8f21408cddb
X-VCS-Branch: master
Date: Fri,  3 Jun 2022 12:27:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8d501688-acab-43d7-9e14-05cd429f5511
X-Archives-Hash: 9c0d88b73a070f1404bc5bdc5e5e591a

commit:     2249b564d71300391f5a88461569f8f21408cddb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 12:24:43 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 12:24:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2249b564

dev-lang/cfortran: Bump ebuild for 4.4 to EAPI 8

Keep keywords stable, since -r3 and -r4 produce identical images.

Bug: https://bugs.gentoo.org/817647
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../{cfortran-4.4-r3.ebuild => cfortran-4.4-r4.ebuild}    | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-lang/cfortran/cfortran-4.4-r3.ebuild b/dev-lang/cfortran/cfortran-4.4-r4.ebuild
similarity index 84%
rename from dev-lang/cfortran/cfortran-4.4-r3.ebuild
rename to dev-lang/cfortran/cfortran-4.4-r4.ebuild
index 6776defb6db1..d5ccc7687463 100644
--- a/dev-lang/cfortran/cfortran-4.4-r3.ebuild
+++ b/dev-lang/cfortran/cfortran-4.4-r4.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit epatch
+EAPI=8
 
 DEB_PR="14"
 
@@ -18,6 +16,8 @@ LICENSE="LGPL-2"
 KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
+PATCHES=( "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff )
+
 src_unpack() {
 	default
 	if use examples; then
@@ -28,10 +28,6 @@ src_unpack() {
 	fi
 }
 
-src_prepare() {
-	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
-}
-
 src_install() {
 	insinto /usr/include/cfortran
 	doins cfortran.h
@@ -40,7 +36,8 @@ src_install() {
 
 	dodoc cfortran.doc debian/{NEWS,changelog,copyright}
 
-	dohtml cfortran.html index.htm  cfortest.c cfortex.f
+	docinto html
+	dodoc cfortran.html index.htm # cfortest.c cfortex.f
 
 	if use examples; then
 		insinto /usr/share/${PN}