commit:     53a10dc850fea7885f9957550c2c57896a596719
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 19:59:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 20:16:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a10dc8

dev-perl/Module-Compile: Version bump 0.38

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Module-Compile/Manifest                   |  1 +
 .../Module-Compile/Module-Compile-0.380.0.ebuild   | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Module-Compile/Manifest b/dev-perl/Module-Compile/Manifest
index d02c3c5e009..f83acc348b2 100644
--- a/dev-perl/Module-Compile/Manifest
+++ b/dev-perl/Module-Compile/Manifest
@@ -1 +1,2 @@
 DIST Module-Compile-0.35.tar.gz 34716 BLAKE2B 
dca3551920f68863191bdb1d255a3fef3421ff14914645077146bf83b22192feb78cedd877092f8904dc09a99aeda8d1ea1597637c36391b345c37d3fbfb8a71
 SHA512 
4115277ffb0da033c6c7fea6480c7245c8b5eb151378081fefaef35761b92a4218d56e8e1e9a4892ce78a379592336badefa2de56062d9e5b7024cdc35d3e46b
+DIST Module-Compile-0.38.tar.gz 35482 BLAKE2B 
ef370d091e63f39803b70b548089ea7ca1664be706effb33229b740b154a0d17f891b2c0851f1c69632a79f4079f7c0a205ac0b31e470d9e8567b9c1fc42548c
 SHA512 
50f17cf6e88f9834d69944e64a46b2ca260824220cf09fe962c29dd36a8d0cdd7a2d59c7e0cf360a7fb506252cdea3b13b99437e443735b35c7a713a0bea1f31

diff --git a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
new file mode 100644
index 00000000000..790fcdf797a
--- /dev/null
+++ b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=INGY
+DIST_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="Perl Module Compilation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+       dev-perl/Capture-Tiny
+       >=dev-perl/Digest-SHA1-2.130.0
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"
+
+DIST_TEST=do
+# parallel testing fails

Reply via email to