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 D6A3B158086 for ; Fri, 12 Nov 2021 18:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63D82BC07D; Fri, 12 Nov 2021 18:13:57 +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 6D2742BC07D for ; Fri, 12 Nov 2021 18:13:57 +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 38F723431BC for ; Fri, 12 Nov 2021 18:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 605DD13F for ; Fri, 12 Nov 2021 18:13:54 +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: <1636740792.cbaaa05085aa8eef05e4c249d933dd2cd9699200.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MARC-File-XML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild X-VCS-Directories: dev-perl/MARC-File-XML/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: cbaaa05085aa8eef05e4c249d933dd2cd9699200 X-VCS-Branch: master Date: Fri, 12 Nov 2021 18:13:54 +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: f0fb5a4c-4418-4d98-8ca9-5e845c838c0a X-Archives-Hash: f70ef4d0fb1f1b39582622c91aab6020 commit: cbaaa05085aa8eef05e4c249d933dd2cd9699200 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 12 17:34:52 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 12 18:13:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaaa050 dev-perl/MARC-File-XML: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...{MARC-File-XML-1.0.5.ebuild => MARC-File-XML-1.0.5-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild b/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild similarity index 79% rename from dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild rename to dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild index 1255f9c125a..ac495734b1c 100644 --- a/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild +++ b/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild @@ -1,7 +1,8 @@ -# 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=GMCHARLT inherit perl-module @@ -9,15 +10,13 @@ DESCRIPTION="Work with MARC data encoded as XML" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/MARC-Charset-0.980.0 >=dev-perl/MARC-Record-2.0.0 >=dev-perl/XML-LibXML-1.660.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple