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 6C169158CB7 for ; Thu, 19 Aug 2021 00:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81935E0833; Thu, 19 Aug 2021 00:15:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E04FE0833 for ; Thu, 19 Aug 2021 00:15:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F1FD335C8E for ; Thu, 19 Aug 2021 00:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68D18CF for ; Thu, 19 Aug 2021 00:15:04 +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: <1629332087.49d3f62285ff792752c5aa35de2ae43693ccfdb8.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LongString/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-LongString/Test-LongString-0.170.0-r1.ebuild dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild X-VCS-Directories: dev-perl/Test-LongString/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 49d3f62285ff792752c5aa35de2ae43693ccfdb8 X-VCS-Branch: master Date: Thu, 19 Aug 2021 00:15:04 +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: aab2452d-5b0c-4c34-ac84-a48043fa2990 X-Archives-Hash: 8ccef1e1c93cb23c5a0dff8fa8a24bd0 commit: 49d3f62285ff792752c5aa35de2ae43693ccfdb8 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Aug 19 00:08:50 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Aug 19 00:14:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d3f622 dev-perl/Test-LongString: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...tring-0.170.0.ebuild => Test-LongString-0.170.0-r1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.170.0-r1.ebuild similarity index 80% rename from dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild rename to dev-perl/Test-LongString/Test-LongString-0.170.0-r1.ebuild index d54541428a3..1930b0aea78 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.170.0-r1.ebuild @@ -1,25 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=RGARCIA -MODULE_VERSION=0.17 +DIST_AUTHOR=RGARCIA +DIST_VERSION=0.17 inherit perl-module DESCRIPTION="A library to test long strings" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" RDEPEND="virtual/perl-Test-Simple" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " -SRC_TEST="do parallel" - src_test() { perl_rm_files t/pod-coverage.t t/pod.t perl-module_src_test