diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 04:01:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 04:01:15 +0100 |
commit | c72dd6d2bba4778e62b08be3491537400ca59904 (patch) | |
tree | 6a16590a3e4a55ab188c1fbdf0f066cb33be7708 /dev-perl/ExtUtils-CChecker | |
parent | dev-perl/Test-Warnings: add 0.33.0 (diff) | |
download | gentoo-c72dd6d2bba4778e62b08be3491537400ca59904.tar.gz gentoo-c72dd6d2bba4778e62b08be3491537400ca59904.tar.bz2 gentoo-c72dd6d2bba4778e62b08be3491537400ca59904.zip |
dev-perl/ExtUtils-CChecker: add 0.120.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-CChecker')
-rw-r--r-- | dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CChecker/Manifest | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.ebuild new file mode 100644 index 000000000000..17b17a9becd0 --- /dev/null +++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.120.0.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? ( + dev-perl/Test2-Suite + ) +" + +src_test() { + perl_rm_files t/99pod.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-CChecker/Manifest b/dev-perl/ExtUtils-CChecker/Manifest index b69256c384cb..d52e35c5ea11 100644 --- a/dev-perl/ExtUtils-CChecker/Manifest +++ b/dev-perl/ExtUtils-CChecker/Manifest @@ -1 +1,2 @@ DIST ExtUtils-CChecker-0.11.tar.gz 20241 BLAKE2B 14734dece93eea384a6dc9a7dea511870948926f22d1e45281fdf517f7830fe895fe9362c4dee9ab3dd8a67f377857240b15aef9fa7fc8f8037413ee6e8ac35e SHA512 4b638e5082443eafcf2f3586ec8ff20ee62b054f8bc24149dd7a2549f57ca748618f76c057f456eadca4e5c4099071ee2d1c8993a13e2f5ea8924cd92319dd8c +DIST ExtUtils-CChecker-0.12.tar.gz 21019 BLAKE2B 10df0c71dd1b3b554583a65b68fbfbb0edc989550c1142172dea6752e8562f5989dcbc95ddedff573721867d651678e0cf8c2c9472026046e4fe8cc55c883856 SHA512 d0408d88d6c33de799959f42f296d1d05187a12b943a4aee93a79d608a56d972d0f90e6d64712b2722563ba36fc59092cbfb6608d9a39a97b7c1efebefeab979 |