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 B5ED9158064 for ; Fri, 3 May 2024 06:56:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAC8FE2A81; Fri, 3 May 2024 06:56:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C755E2A7E for ; Fri, 3 May 2024 06:56:39 +0000 (UTC) From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= To: gentoo-dev@lists.gentoo.org Cc: pr@gentoo.org, =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Subject: [gentoo-dev] [PATCH 2/9] app-editors/padre: Port to PERL_FEATURES Date: Fri, 3 May 2024 08:55:29 +0200 Message-ID: <20240503065536.2268112-2-dilfridge@gentoo.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240503065536.2268112-1-dilfridge@gentoo.org> References: <4096348.usQuhbGJ8B@noumea> <20240503065536.2268112-1-dilfridge@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 641cec9f-5baa-49f7-8b94-4d98a6dded6a X-Archives-Hash: 04794958aba851b90be3a2b8ed624f2e Signed-off-by: Andreas K. Hüttel --- .../{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename app-editors/padre/{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} (94%) diff --git a/app-editors/padre/padre-1.0.0-r2.ebuild b/app-editors/padre/padre-1.0.0-r3.ebuild similarity index 94% rename from app-editors/padre/padre-1.0.0-r2.ebuild rename to app-editors/padre/padre-1.0.0-r3.ebuild index f583d1929264..00df896963fe 100644 --- a/app-editors/padre/padre-1.0.0-r2.ebuild +++ b/app-editors/padre/padre-1.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,10 +13,9 @@ HOMEPAGE="https://padre.perlide.org/" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" # Test Deps -TDEPEND=" +TESTDEPEND=" >=dev-perl/Test-MockObject-1.90.0 >=dev-perl/Test-Script-1.70.0 >=dev-perl/Test-Exception-0.270.0 @@ -26,7 +25,7 @@ TDEPEND=" " RDEPEND=" - dev-lang/perl[ithreads] + || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] =dev-lang/perl-5.10.1 >=dev-perl/Algorithm-Diff-1.190.0 >=dev-perl/Capture-Tiny-0.60.0 @@ -92,7 +91,7 @@ RDEPEND=" " BDEPEND="${RDEPEND} test? ( - ${TDEPEND} + ${TESTDEPEND} ) " -- 2.43.2