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 D3E3C158090 for ; Fri, 27 May 2022 22:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF456E07D0; Fri, 27 May 2022 22:28:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C9EF9E07D0 for ; Fri, 27 May 2022 22:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9348C341444 for ; Fri, 27 May 2022 22:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4633B3AA for ; Fri, 27 May 2022 22:28:27 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1653690354.f7380ec2e88b4446a1d76f6c017772a2582f7f0b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/f/f-0.19.0-r1.ebuild app-emacs/f/f-0.19.0.ebuild app-emacs/f/f-0.20.0-r1.ebuild app-emacs/f/f-0.20.0.ebuild X-VCS-Directories: app-emacs/f/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f7380ec2e88b4446a1d76f6c017772a2582f7f0b X-VCS-Branch: master Date: Fri, 27 May 2022 22:28:27 +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: 4943372a-2b18-4820-aef6-1dd527a8d5bd X-Archives-Hash: 505ec1bfb9df18b46867dc8c237056a6 commit: f7380ec2e88b4446a1d76f6c017772a2582f7f0b Author: Maciej Barć gentoo org> AuthorDate: Fri May 27 22:25:54 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri May 27 22:25:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7380ec2 app-emacs/f: bump to EAPI 8 Signed-off-by: Maciej Barć gentoo.org> app-emacs/f/{f-0.19.0.ebuild => f-0.19.0-r1.ebuild} | 4 ++-- app-emacs/f/{f-0.20.0.ebuild => f-0.20.0-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0-r1.ebuild similarity index 91% rename from app-emacs/f/f-0.19.0.ebuild rename to app-emacs/f/f-0.19.0-r1.ebuild index 72b552759a6e..c87a18f235d6 100644 --- a/app-emacs/f/f-0.19.0.ebuild +++ b/app-emacs/f/f-0.19.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit elisp diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild similarity index 91% rename from app-emacs/f/f-0.20.0.ebuild rename to app-emacs/f/f-0.20.0-r1.ebuild index a26344476647..70ca0a2b0183 100644 --- a/app-emacs/f/f-0.20.0.ebuild +++ b/app-emacs/f/f-0.20.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit elisp