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 561B8158086 for ; Fri, 12 Nov 2021 00:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E472BC0B1; Fri, 12 Nov 2021 00:26:03 +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 8C2042BC043 for ; Fri, 12 Nov 2021 00:26:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A717F342D58 for ; Fri, 12 Nov 2021 00:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D900F1CE for ; Fri, 12 Nov 2021 00:25:59 +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: <1636676745.1eab461a937b0e632415b432bbaddc5d9c9a7caa.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-SPF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild X-VCS-Directories: dev-perl/Mail-SPF/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1eab461a937b0e632415b432bbaddc5d9c9a7caa X-VCS-Branch: master Date: Fri, 12 Nov 2021 00:25:59 +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: 2496474b-f326-44ea-a442-29fded0c9192 X-Archives-Hash: d7f0ceb6d52fc34cf78ec00dcb9940c9 commit: 1eab461a937b0e632415b432bbaddc5d9c9a7caa Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 12 00:24:15 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 12 00:25:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eab461a dev-perl/Mail-SPF: EAPI=8 bump. Dedicated to whissi and klondike. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Mail-SPF/{Mail-SPF-2.9.0-r2.ebuild => Mail-SPF-2.9.0-r3.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild similarity index 95% rename from dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild rename to dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild index e68b9ca728f..ce0a33fe6d6 100644 --- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r2.ebuild +++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=JMEHNLE DIST_SECTION=mail-spf @@ -13,8 +13,6 @@ DESCRIPTION="An object-oriented implementation of Sender Policy Framework" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Error @@ -25,7 +23,7 @@ RDEPEND=" virtual/perl-version !!dev-perl/Mail-SPF-Query " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.280.500 >=dev-perl/Net-DNS-Resolver-Programmable-0.3.0 test? ( virtual/perl-Test-Simple )