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 DFB50139355 for ; Mon, 2 Aug 2021 21:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D70DE0955; Mon, 2 Aug 2021 21:18:01 +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 275A1E0955 for ; Mon, 2 Aug 2021 21:18:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DC97B343C71 for ; Mon, 2 Aug 2021 21:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E56845 for ; Mon, 2 Aug 2021 21:17:58 +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: <1627938893.69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/prefork/Manifest dev-perl/prefork/prefork-1.50.0.ebuild X-VCS-Directories: dev-perl/prefork/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711 X-VCS-Branch: master Date: Mon, 2 Aug 2021 21:17:58 +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: 69370959-c1f5-46df-a741-415716ac5297 X-Archives-Hash: 1a006f7421db65c669da96356f1d4bba commit: 69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 2 21:04:27 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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} +"