diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-22 18:45:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-22 19:39:01 +0200 |
commit | 7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0 (patch) | |
tree | 8897fe9ab2745124ca4693fe55c7bff88af1f726 /dev-perl/ExtUtils-HasCompiler | |
parent | dev-perl/Package-DeprecationManager: EAPI=8 bump (diff) | |
download | gentoo-7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0.tar.gz gentoo-7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0.tar.bz2 gentoo-7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0.zip |
dev-perl/ExtUtils-HasCompiler: New package, required by Package::Stash
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-HasCompiler')
-rw-r--r-- | dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/ExtUtils-HasCompiler/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/ExtUtils-HasCompiler/metadata.xml | 8 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild new file mode 100644 index 000000000000..64099695f90e --- /dev/null +++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DIST_AUTHOR=LEONT +DIST_VERSION=0.023 + +inherit perl-module + +DESCRIPTION="Check for the presence of a compiler" +SLOT="0" +KEYWORDS="~amd64" + +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 new file mode 100644 index 000000000000..b98c869d56f4 --- /dev/null +++ b/dev-perl/ExtUtils-HasCompiler/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-HasCompiler-0.023.tar.gz 15857 BLAKE2B f999cbc13edc4ff9d4fb1f28fc20dc223e2b504a95e44d6a4871c55766ec3fa0cbe6c5a46add40b694a2513604c486d1d98853c17fcce397b21855d6754fa41e SHA512 352e87249eaefcf1cdaa019522849867c2e3dffe60e07c24957072bc27aea39e6855c082b112f326c5a4f86b2174dbb2e03c487b8f7fb2abfd750847f19e7a6b diff --git a/dev-perl/ExtUtils-HasCompiler/metadata.xml b/dev-perl/ExtUtils-HasCompiler/metadata.xml new file mode 100644 index 000000000000..2b9a936fc0a1 --- /dev/null +++ b/dev-perl/ExtUtils-HasCompiler/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> +</pkgmetadata> |