commit: 69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 21:04:27 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 21:14:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ad3727
dev-perl/prefork: Version bump 1.05
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/prefork/Manifest | 1 +
dev-perl/prefork/prefork-1.50.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-perl/prefork/Manifest b/dev-perl/prefork/Manifest
index 19a0354cb3d..4b3e63d4df8 100644
--- a/dev-perl/prefork/Manifest
+++ b/dev-perl/prefork/Manifest
@@ -1 +1,2 @@
DIST prefork-1.04.tar.gz 29059 BLAKE2B
ecb9d18c3f06838015209225b6810654b345a5897eaa87cfed4066d17cb227353355926291ba7216d3ee0d27f80e0a7ab838a8461bc9dd8c2035fded3f568679
SHA512
80fd65f9255116cc54421000557369e4d852444d921a1ef4dadf12a7ad4bd06e641787e57df57fc0180be092d3ca546e42e9ec03cf59d0170db1197140613f54
+DIST prefork-1.05.tar.gz 28458 BLAKE2B
bb1d7fd7359386ec371c062588f003ff30cd5a042390791ff774ac8f9c7edc1cfc8474679a974de8776a871bba71c73c7f76b2f084fae337624e7c446c331460
SHA512
38185a8ff3016a562b4ef0db8c4d6bb065ca1f2f6f661700aff2727c80b45aaca84b5ab23a8e66ce3b65c9b418e85fb65eec982e27fec847a4d939f4385365c6
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild
b/dev-perl/prefork/prefork-1.50.0.ebuild
new file mode 100644
index 00000000000..1c680f3d037
--- /dev/null
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Optimized module loading for forking or non-forking processes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-Scalar-List-Utils-0.180.0
+"
+BDEPEND="${RDEPEND}
+"