From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1250B158074 for ; Thu, 03 Jul 2025 01:07:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E8FE63420E7 for ; Thu, 03 Jul 2025 01:07:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E526511055C; Thu, 03 Jul 2025 01:07:51 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D887E110320 for ; Thu, 03 Jul 2025 01:07:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 840853420E7 for ; Thu, 03 Jul 2025 01:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD6742CAC for ; Thu, 03 Jul 2025 01:07:49 +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: <1751504380.6ec40770dc9d7f72d387033a4bf4a57a68ebb2db.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-YahooQuote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0-r1.ebuild dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild X-VCS-Directories: dev-perl/Finance-YahooQuote/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6ec40770dc9d7f72d387033a4bf4a57a68ebb2db X-VCS-Branch: master Date: Thu, 03 Jul 2025 01:07:49 +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: ef7255f9-b1f2-49fd-86ce-86c4efca0f25 X-Archives-Hash: 1a2e614f9b4a1a808ecaac6def8f54bb commit: 6ec40770dc9d7f72d387033a4bf4a57a68ebb2db Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jul 3 00:59:40 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jul 3 00:59:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec40770 dev-perl/Finance-YahooQuote: EAPI bump Signed-off-by: Andreas K. Hüttel gentoo.org> ...Quote-0.260.0.ebuild => Finance-YahooQuote-0.260.0-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0-r1.ebuild similarity index 89% rename from dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild rename to dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0-r1.ebuild index b272abe52ff1..f0c154ea6207 100644 --- a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=EDD DIST_VERSION=0.26 @@ -19,9 +19,8 @@ RDEPEND=" >=dev-perl/libwww-perl-1.620.0 >=virtual/perl-Text-ParseWords-3.100.0 " -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" +BDEPEND="${RDEPEND}" + src_test() { local MODULES=( "Finance::YahooQuote ${DIST_VERSION}"