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 65FF4158086 for ; Fri, 5 Nov 2021 20:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20104E092B; Fri, 5 Nov 2021 20:28:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D88F5E0920 for ; Fri, 5 Nov 2021 20:28:16 +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 66CAC342BC8 for ; Fri, 5 Nov 2021 20:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCFF0D0 for ; Fri, 5 Nov 2021 20:28:13 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1636144055.955bb9c6b19635de7740a76bbf5981289c98506e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Prompt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild X-VCS-Directories: dev-perl/IO-Prompt/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 955bb9c6b19635de7740a76bbf5981289c98506e X-VCS-Branch: master Date: Fri, 5 Nov 2021 20:28:13 +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: 412af395-85cc-49ec-9439-99a6660140ac X-Archives-Hash: 723a50fec24ee9fde6d55603fb67a2d2 commit: 955bb9c6b19635de7740a76bbf5981289c98506e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 5 20:14:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 5 20:27:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955bb9c6 dev-perl/IO-Prompt: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{IO-Prompt-0.997.4.ebuild => IO-Prompt-0.997.4-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild b/dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild similarity index 81% rename from dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild rename to dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild index 6494883ec7a..80060fa495a 100644 --- a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild +++ b/dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DCONWAY DIST_VERSION=0.997004 @@ -12,15 +12,13 @@ DESCRIPTION="Interactively prompt for user input" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-IO dev-perl/TermReadKey dev-perl/Want " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} dev-perl/Module-Build test? ( virtual/perl-Test-Simple ) "