diff options
author | Sam James <sam@gentoo.org> | 2024-05-05 14:18:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-05 16:43:30 +0100 |
commit | 5867b332f24b3ffdfa01625054c8855c47545c6b (patch) | |
tree | 07aa72f0a2e7339f9d9ceff80c5c020679f4558a /dev-perl/ExtUtils-HasCompiler | |
parent | sys-devel/gcc: drop 13.2.1_p20240426 (diff) | |
download | gentoo-5867b332f24b3ffdfa01625054c8855c47545c6b.tar.gz gentoo-5867b332f24b3ffdfa01625054c8855c47545c6b.tar.bz2 gentoo-5867b332f24b3ffdfa01625054c8855c47545c6b.zip |
dev-perl/ExtUtils-HasCompiler: add 0.25.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-HasCompiler')
-rw-r--r-- | dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.25.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/ExtUtils-HasCompiler/Manifest | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.25.0.ebuild b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.25.0.ebuild new file mode 100644 index 000000000000..4ad60d1fbdb6 --- /dev/null +++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.25.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.025 + +inherit perl-module + +DESCRIPTION="Check for the presence of a compiler" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-File-Temp +" +BDEPEND="${RDEPEND}" diff --git a/dev-perl/ExtUtils-HasCompiler/Manifest b/dev-perl/ExtUtils-HasCompiler/Manifest index bf196860f925..3f4577b417d8 100644 --- a/dev-perl/ExtUtils-HasCompiler/Manifest +++ b/dev-perl/ExtUtils-HasCompiler/Manifest @@ -1,2 +1,3 @@ DIST ExtUtils-HasCompiler-0.023.tar.gz 15857 BLAKE2B f999cbc13edc4ff9d4fb1f28fc20dc223e2b504a95e44d6a4871c55766ec3fa0cbe6c5a46add40b694a2513604c486d1d98853c17fcce397b21855d6754fa41e SHA512 352e87249eaefcf1cdaa019522849867c2e3dffe60e07c24957072bc27aea39e6855c082b112f326c5a4f86b2174dbb2e03c487b8f7fb2abfd750847f19e7a6b DIST ExtUtils-HasCompiler-0.024.tar.gz 16193 BLAKE2B 9a68b50b484e23a4159b45a4b7b3187e177e83c7f597595830aab097cd0739128f72373163d0af2b4321c4a2db6931c08b475dd1b36d0d4ddd924989ced569e3 SHA512 8d42fd0acb802bb6df8bc768bdcd6f06c17ff5426a0a7f512146ce95438017ca7e7213c2cc18841de2d7a7ddaddb6d9dcdcdf05f09f2a5485f2212a1bd4f73ca +DIST ExtUtils-HasCompiler-0.025.tar.gz 16203 BLAKE2B 9deb4de520802faf038edd63fe277b773de2c5f0de08ab1b7642b42685caa4053699db826a95b67d53622f612670cd6da680a5eae75ad92b3fa0c4a8fb13e2a4 SHA512 d5560a22f43cdfb7900aeedf5780c08cec8e0761a5873fafec4018ebf872ae48adac02ad218f13d138d64a33365d34966f099b119ff14b7b6f8239708560c11d |