From dc04f14579047d2816cd3ed0c34e3e8e9cc54768 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 10 Nov 2021 20:50:42 +0100 Subject: dev-perl/Log-Dispatch-Array: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Log-Dispatch-Array-1.3.0-r1.ebuild | 24 ++++++++++++++++++++ .../Log-Dispatch-Array-1.3.0.ebuild | 26 ---------------------- 2 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild delete mode 100644 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild (limited to 'dev-perl/Log-Dispatch-Array') diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild new file mode 100644 index 000000000000..e7621a67dfff --- /dev/null +++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.003 +inherit perl-module + +DESCRIPTION="log events to an array (reference)" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" + +RDEPEND=" + dev-perl/Log-Dispatch + virtual/perl-parent +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-Deep + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild deleted file mode 100644 index a1408a7645b6..000000000000 --- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RJBS -DIST_VERSION=1.003 -inherit perl-module - -DESCRIPTION="log events to an array (reference)" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/Log-Dispatch - virtual/perl-parent -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - dev-perl/Test-Deep - >=virtual/perl-Test-Simple-0.960.0 - ) -" -- cgit v1.2.3-65-gdbad