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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A84E158088 for ; Wed, 6 Oct 2021 12:07:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F170E0929; Wed, 6 Oct 2021 12:07:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7935AE0929 for ; Wed, 6 Oct 2021 12:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93F103432DB for ; Wed, 6 Oct 2021 12:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1921F147 for ; Wed, 6 Oct 2021 12:07:29 +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: <1633522034.8e749fe3d3f1d6d72f5988e33f978cdff34ac14d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-RAI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-RAI/XML-RAI-1.303.100-r1.ebuild dev-perl/XML-RAI/XML-RAI-1.303.100-r2.ebuild X-VCS-Directories: dev-perl/XML-RAI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8e749fe3d3f1d6d72f5988e33f978cdff34ac14d X-VCS-Branch: master Date: Wed, 6 Oct 2021 12:07:29 +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: 69189190-3a1a-4a69-a54c-0b2dd9500739 X-Archives-Hash: 7e867bbb3673253e9e907b7acc110025 commit: 8e749fe3d3f1d6d72f5988e33f978cdff34ac14d Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 6 12:05:20 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 6 12:07:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e749fe3 dev-perl/XML-RAI: EAPI=8 bump Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...I-1.303.100-r1.ebuild => XML-RAI-1.303.100-r2.ebuild} | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/dev-perl/XML-RAI/XML-RAI-1.303.100-r1.ebuild b/dev-perl/XML-RAI/XML-RAI-1.303.100-r2.ebuild similarity index 67% rename from dev-perl/XML-RAI/XML-RAI-1.303.100-r1.ebuild rename to dev-perl/XML-RAI/XML-RAI-1.303.100-r2.ebuild index b7f86b70a17..274533bf4aa 100644 --- a/dev-perl/XML-RAI/XML-RAI-1.303.100-r1.ebuild +++ b/dev-perl/XML-RAI/XML-RAI-1.303.100-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=TIMA -MODULE_VERSION=1.3031 +DIST_AUTHOR=TIMA +DIST_VERSION=1.3031 inherit perl-module DESCRIPTION="RSS Abstraction Interface" @@ -12,15 +12,13 @@ DESCRIPTION="RSS Abstraction Interface" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -SRC_TEST="do parallel" - -DEPEND=">=dev-perl/TimeDate-1.16 +RDEPEND=">=dev-perl/TimeDate-1.16 dev-perl/XML-Elemental >=dev-perl/XML-RSS-Parser-4 dev-perl/Class-XPath" -RDEPEND="${DEPEND}" +BDEPEND="${RDEPEND} +" src_prepare() { sed -i "/^require Task::Weaken/d" "${S}"/Makefile.PL || die