diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-02 23:04:27 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-02 23:14:53 +0200 |
commit | 69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711 (patch) | |
tree | a72917768bb0af6b15877898e6534e0e6c974c67 /dev-perl/prefork | |
parent | dev-perl/perl-mozldap: EAPI=8 bump (diff) | |
download | gentoo-69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711.tar.gz gentoo-69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711.tar.bz2 gentoo-69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/prefork')
-rw-r--r-- | dev-perl/prefork/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/prefork/prefork-1.50.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/prefork/Manifest b/dev-perl/prefork/Manifest index 19a0354cb3d4..4b3e63d4df8e 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 000000000000..1c680f3d037d --- /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} +" |