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 2207013933E for ; Thu, 22 Jul 2021 17:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F57E0BF5; Thu, 22 Jul 2021 17:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F285CE0BF5 for ; Thu, 22 Jul 2021 17:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B9FC4342B5B for ; Thu, 22 Jul 2021 17:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9DD5C4 for ; Thu, 22 Jul 2021 17:39:15 +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: <1626975538.ef810f1bedea0b1a4df59bfccc6bf50c21f31835.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-DeprecationManager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild X-VCS-Directories: dev-perl/Package-DeprecationManager/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ef810f1bedea0b1a4df59bfccc6bf50c21f31835 X-VCS-Branch: master Date: Thu, 22 Jul 2021 17:39:15 +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: 4d60fee3-7c99-4aa3-90e4-18831a2a48c9 X-Archives-Hash: f88c559e15f3e2736a67492be1c9b594 commit: ef810f1bedea0b1a4df59bfccc6bf50c21f31835 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jul 22 16:38:30 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jul 22 17:38:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef810f1b dev-perl/Package-DeprecationManager: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...-0.170.0.ebuild => Package-DeprecationManager-0.170.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild similarity index 92% rename from dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild rename to dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild index b38f7dbeb45..2624644bd5f 100644 --- a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild +++ b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.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=DROLSKY DIST_VERSION=0.17 @@ -12,8 +12,6 @@ DESCRIPTION="Manage deprecation warnings for your distribution" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp @@ -23,7 +21,7 @@ RDEPEND=" dev-perl/Sub-Install dev-perl/Sub-Name " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Exporter