From dc74e4cfca738a938a70aaab5b30182a66f6a21f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 17 Oct 2021 14:26:20 +0200 Subject: dev-perl/Cwd-Guard: 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 --- dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild | 31 +++++++++++++++++++++++++ dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 33 --------------------------- 2 files changed, 31 insertions(+), 33 deletions(-) create mode 100644 dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild delete mode 100644 dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild new file mode 100644 index 000000000000..cd3c4151a094 --- /dev/null +++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=KAZEBURO +DIST_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Temporary changing working directory (chdir)" + +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" +IUSE="minimal" + +RDEPEND=" + virtual/perl-File-Spec + virtual/perl-Exporter + virtual/perl-if + virtual/perl-parent +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + dev-perl/Test-Requires + virtual/perl-Test-Simple + !minimal? ( + dev-perl/File-Copy-Link + ) + ) +" diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild deleted file mode 100644 index 40eb6dfcde7b..000000000000 --- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=KAZEBURO -DIST_VERSION=0.05 -inherit perl-module - -DESCRIPTION="Temporary changing working directory (chdir)" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" -# Cwd -> perl-File-Spec -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-Exporter - virtual/perl-if - virtual/perl-parent -" -# CPAN::Meta::Prereqs -> perl-CPAN-Meta -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - test? ( - dev-perl/Test-Requires - virtual/perl-Test-Simple - !minimal? ( - dev-perl/File-Copy-Link - ) - ) -" -- cgit v1.2.3-65-gdbad