From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEFFC139345 for ; Thu, 22 Jul 2021 17:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E5DE0BE3; Thu, 22 Jul 2021 17:39:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B64E0BD7 for ; Thu, 22 Jul 2021 17:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 633AB33DDA5 for ; Thu, 22 Jul 2021 17:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0DF07CE for ; Thu, 22 Jul 2021 17:39:15 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1626975541.7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-HasCompiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild dev-perl/ExtUtils-HasCompiler/Manifest dev-perl/ExtUtils-HasCompiler/metadata.xml X-VCS-Directories: dev-perl/ExtUtils-HasCompiler/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0 X-VCS-Branch: master Date: Thu, 22 Jul 2021 17:39:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba62c16f-c7c0-4999-8ed5-32ac0259a7c2 X-Archives-Hash: 2e24abeb59aac92ba182f1480684791e commit: 7d8cee787f03f3d5cb7ed1c513dfbf4326872fc0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jul 22 16:45:23 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +