commit: 7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 16:45:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 17:39:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8cee78
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 <AT> gentoo.org>
.../ExtUtils-HasCompiler-0.23.0.ebuild | 21 +++++++++++++++++++++
dev-perl/ExtUtils-HasCompiler/Manifest | 1 +
dev-perl/ExtUtils-HasCompiler/metadata.xml | 8 ++++++++
3 files changed, 30 insertions(+)
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 00000000000..64099695f90
--- /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 00000000000..b98c869d56f
--- /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 00000000000..2b9a936fc0a
--- /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>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>