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 11EC6158013 for ; Wed, 22 Sep 2021 19:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AECEE0917; Wed, 22 Sep 2021 19:27:42 +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 EBAC6E0917 for ; Wed, 22 Sep 2021 19:27:41 +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 36F77342F63 for ; Wed, 22 Sep 2021 19:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93F1129 for ; Wed, 22 Sep 2021 19:27:37 +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: <1632338835.4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Unit-Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild X-VCS-Directories: dev-perl/Test-Unit-Lite/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6 X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:27:37 +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: b65b8c35-309a-4b44-99ba-ffda3ea6c62f X-Archives-Hash: 63c263993e748167a5b17ad80605c373 commit: 4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Sep 22 19:20:32 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Sep 22 19:27:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c34990c dev-perl/Test-Unit-Lite: EAPI=8 bump Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...120.200-r1.ebuild => Test-Unit-Lite-0.120.200-r2.ebuild} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild similarity index 57% rename from dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild rename to dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild index 2eb9479999c..577783061f5 100644 --- a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r1.ebuild +++ b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild @@ -1,19 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=DEXTER -MODULE_VERSION=0.1202 +DIST_AUTHOR=DEXTER +DIST_VERSION=0.1202 inherit perl-module DESCRIPTION="Unit testing without external dependencies" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="" -DEPEND="dev-perl/Module-Build" - -SRC_TEST=do +BDEPEND="dev-perl/Module-Build"