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 1962C139360 for ; Mon, 9 Aug 2021 03:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059FCE0825; Mon, 9 Aug 2021 03:47:11 +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 BC2B0E0825 for ; Mon, 9 Aug 2021 03:47:10 +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 2A339342C5D for ; Mon, 9 Aug 2021 03:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788597C1 for ; Mon, 9 Aug 2021 03:47:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628479460.c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lesspipe/lesspipe-1.86.ebuild app-text/lesspipe/lesspipe-1.87.ebuild X-VCS-Directories: app-text/lesspipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc X-VCS-Branch: master Date: Mon, 9 Aug 2021 03:47:07 +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: 645f67f6-259a-49f4-8b39-b857cce4786a X-Archives-Hash: 2568ebd05cbdd67d7c1f9201b5fb5776 commit: c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc Author: Sam James gentoo org> AuthorDate: Mon Aug 9 02:18:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 9 03:24:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6eee344 app-text/lesspipe: drop back to EAPI 7 Both 1.86 and 1.87 were committed as EAPI 8, but this package is maintained by base-system@. The project has rules on not using new EAPIs for at least one year after introduction, so let's drop back to EAPI 7 for these ebuilds. Signed-off-by: Sam James gentoo.org> app-text/lesspipe/lesspipe-1.86.ebuild | 5 ++--- app-text/lesspipe/lesspipe-1.87.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/lesspipe/lesspipe-1.86.ebuild b/app-text/lesspipe/lesspipe-1.86.ebuild index 6ebe2f17d7a..17222209425 100644 --- a/app-text/lesspipe/lesspipe-1.86.ebuild +++ b/app-text/lesspipe/lesspipe-1.86.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 -DESCRIPTION="a preprocessor for less" +DESCRIPTION="A preprocessor for less" HOMEPAGE="https://github.com/wofr06/lesspipe" SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" # Tests are broken in 1.84, 1.85. # Please check again on bumps! diff --git a/app-text/lesspipe/lesspipe-1.87.ebuild b/app-text/lesspipe/lesspipe-1.87.ebuild index 6ebe2f17d7a..3c79bc7fd3c 100644 --- a/app-text/lesspipe/lesspipe-1.87.ebuild +++ b/app-text/lesspipe/lesspipe-1.87.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 DESCRIPTION="a preprocessor for less" HOMEPAGE="https://github.com/wofr06/lesspipe"