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 27572158074 for ; Sun, 29 Jun 2025 20:09:36 +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 D427F341E93 for ; Sun, 29 Jun 2025 20:09:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F4DF11055B; Sun, 29 Jun 2025 20:09:32 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8ECD911055B for ; Sun, 29 Jun 2025 20:09:32 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4844F340DEB for ; Sun, 29 Jun 2025 20:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC5592A55 for ; Sun, 29 Jun 2025 20:09:30 +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: <1751227730.0f603fdff2823463b117d862ae813abbf6bae1b0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Mason/HTML-Mason-1.600.0-r1.ebuild dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild X-VCS-Directories: dev-perl/HTML-Mason/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0f603fdff2823463b117d862ae813abbf6bae1b0 X-VCS-Branch: master Date: Sun, 29 Jun 2025 20:09:30 +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: 309520da-5d03-40c3-83ca-2ceb9e17323b X-Archives-Hash: acebf83ba9cd989b3bc713fb76f6b3b1 commit: 0f603fdff2823463b117d862ae813abbf6bae1b0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jun 29 18:39:05 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jun 29 20:08:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f603fdf dev-perl/HTML-Mason: EAPI bump Signed-off-by: Andreas K. Hüttel gentoo.org> ...{HTML-Mason-1.600.0.ebuild => HTML-Mason-1.600.0-r1.ebuild} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.600.0-r1.ebuild similarity index 87% rename from dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild rename to dev-perl/HTML-Mason/HTML-Mason-1.600.0-r1.ebuild index ae9c33506dce..ed489a817b79 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.600.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=DROLSKY DIST_VERSION=1.60 @@ -12,8 +12,7 @@ HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason" SLOT="0" KEYWORDS="amd64 ppc ~riscv x86" -IUSE="modperl test" -RESTRICT="!test? ( test )" +IUSE="modperl" RDEPEND=" !modperl? ( >=dev-perl/CGI-2.460.0 ) @@ -24,15 +23,12 @@ RDEPEND=" >=dev-perl/Cache-Cache-1 >=dev-perl/Class-Container-0.70.0 >=dev-perl/Exception-Class-1.150.0 - virtual/perl-File-Spec dev-perl/HTML-Parser >=dev-perl/Log-Any-0.80.0 >=dev-perl/Params-Validate-0.70.0 - virtual/perl-Scalar-List-Utils " DEPEND="${RDEPEND}" BDEPEND=" - virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.880.0 dev-perl/Test-Output