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 217F91382C5 for ; Sat, 20 Mar 2021 10:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E5BAE0849; Sat, 20 Mar 2021 10:44:38 +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 05C54E0849 for ; Sat, 20 Mar 2021 10:44:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97C6C335D1E for ; Sat, 20 Mar 2021 10:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B335C5 for ; Sat, 20 Mar 2021 10:44:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616236938.cc9911ce6b1dfec07c21e1a2d98528e451e4df87.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: CONTRIBUTING.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cc9911ce6b1dfec07c21e1a2d98528e451e4df87 X-VCS-Branch: master Date: Sat, 20 Mar 2021 10:44:35 +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: bb9ccb6e-098b-4af8-bb51-42d0462c347a X-Archives-Hash: 202b0c3f0c6dbf3347b4f373aef71d10 commit: cc9911ce6b1dfec07c21e1a2d98528e451e4df87 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 20 10:41:42 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 20 10:42:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc9911ce CONTRIBUTING.md: update accepted EAPIs Signed-off-by: Andrew Ammerlaan riseup.net> CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c4ba5879..f46087c06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ If you would like to get direct access to the overlay, prove some contribution a ## Ebuild recommendations As the Gentoo Science overlay is a constant work-in-progress, we have some recommendations for prospective contributors: -* **Aim for writing EAPI=6 ebuilds.** For certain eclasses, EAPI=6 is not allowed yet. In such cases you may use EAPI=5. We will not accept EAPI<5 ebuilds. +* **Aim for writing EAPI=7 ebuilds.** For certain eclasses, EAPI=7 is not allowed yet. In such cases you may use EAPI=6. We will not accept EAPI<6 ebuilds. * **Version bumps should always follow the latest guidelines.** For instance, a version bump of an ebuild that still employs autotools-utils.eclass should be avoided. Instead, drop 'autotools-utils', move to 'autotools' and call `default` followed by `eautoreconf` in src_prepare(). ----