From 3542d011bb8ad140f1a5842805c7ae8f3841e634 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 26 May 2024 23:11:09 +0200 Subject: dev-perl/ExtUtils-CChecker: Test2::Suite is now in core perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../ExtUtils-CChecker-0.120.0-r1.ebuild | 28 ++++++++++++++++++++++ .../ExtUtils-CChecker-0.120.0.ebuild | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0-r1.ebuild delete mode 100644 dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild (limited to 'dev-perl/ExtUtils-CChecker') diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0-r1.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0-r1.ebuild new file mode 100644 index 000000000000..efcc72117d8d --- /dev/null +++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PEVANS +DIST_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Configure-time utilities for using C headers" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-ExtUtils-CBuilder +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-0.400.400 + test? ( + virtual/perl-Test2-Suite + ) +" + +src_test() { + perl_rm_files t/99pod.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild deleted file mode 100644 index 17b17a9becd0..000000000000 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=PEVANS -DIST_VERSION=0.12 -inherit perl-module - -DESCRIPTION="Configure-time utilities for using C headers" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - virtual/perl-ExtUtils-CBuilder -" -BDEPEND=" - ${RDEPEND} - >=dev-perl/Module-Build-0.400.400 - test? ( - dev-perl/Test2-Suite - ) -" - -src_test() { - perl_rm_files t/99pod.t - perl-module_src_test -} -- cgit v1.2.3-65-gdbad