From ef810f1bedea0b1a4df59bfccc6bf50c21f31835 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 22 Jul 2021 18:38:30 +0200 Subject: dev-perl/Package-DeprecationManager: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Package-DeprecationManager-0.170.0-r1.ebuild | 33 ++++++++++++++++++++ .../Package-DeprecationManager-0.170.0.ebuild | 35 ---------------------- 2 files changed, 33 insertions(+), 35 deletions(-) create mode 100644 dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild delete mode 100644 dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild new file mode 100644 index 000000000000..2624644bd5f8 --- /dev/null +++ b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.17 +inherit perl-module + +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" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Scalar-List-Utils-1.330.0 + dev-perl/Package-Stash + dev-perl/Params-Util + dev-perl/Sub-Install + dev-perl/Sub-Name +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Exporter + virtual/perl-File-Spec + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Warnings + ) +" diff --git a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild deleted file mode 100644 index b38f7dbeb451..000000000000 --- a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DROLSKY -DIST_VERSION=0.17 -inherit perl-module - -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 - >=virtual/perl-Scalar-List-Utils-1.330.0 - dev-perl/Package-Stash - dev-perl/Params-Util - dev-perl/Sub-Install - dev-perl/Sub-Name -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Exporter - virtual/perl-File-Spec - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.960.0 - dev-perl/Test-Warnings - ) -" -- cgit v1.2.3-65-gdbad