From 361f0e1472a8cf03e32726115b97803da86f9185 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 21 Oct 2021 20:44:43 +0200 Subject: dev-perl/Devel-CheckCompiler: 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 --- .../Devel-CheckCompiler-0.70.0-r1.ebuild | 27 ++++++++++++++++++++ .../Devel-CheckCompiler-0.70.0.ebuild | 29 ---------------------- 2 files changed, 27 insertions(+), 29 deletions(-) create mode 100644 dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild delete mode 100644 dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild (limited to 'dev-perl/Devel-CheckCompiler') diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild new file mode 100644 index 000000000000..19b5a40c9141 --- /dev/null +++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SYOHEX +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Check the compiler's availability" + +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" + +RDEPEND=" + virtual/perl-Exporter + virtual/perl-ExtUtils-CBuilder + virtual/perl-File-Temp + virtual/perl-parent +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.35.0 + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +" diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild deleted file mode 100644 index 96557cc13baa..000000000000 --- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SYOHEX -DIST_VERSION=0.07 -inherit perl-module - -DESCRIPTION="Check the compiler's availability" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Exporter - virtual/perl-ExtUtils-CBuilder - virtual/perl-File-Temp - virtual/perl-parent -" -DEPEND=" - ${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.35.0 - test? ( - >=virtual/perl-Test-Simple-0.980.0 - ) -" -- cgit v1.2.3-65-gdbad