public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MCE/
Date: Mon, 14 Oct 2024 05:14:09 +0000 (UTC)	[thread overview]
Message-ID: <1728882812.ea7fa01368fe3de2d4e3b51b32c2dbe65f202d88.sam@gentoo> (raw)

commit:     ea7fa01368fe3de2d4e3b51b32c2dbe65f202d88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 05:13:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 05:13:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7fa013

dev-perl/MCE: add 1.900.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/MCE/MCE-1.900.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 dev-perl/MCE/Manifest           |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/MCE/MCE-1.900.0.ebuild b/dev-perl/MCE/MCE-1.900.0.ebuild
new file mode 100644
index 000000000000..999425d53ca7
--- /dev/null
+++ b/dev-perl/MCE/MCE-1.900.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARIOROY
+DIST_VERSION=1.900
+inherit perl-module
+
+DESCRIPTION="Many-Core Engine providing parallel processing capabilities"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="+sereal"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-File-Path
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Socket
+	>=virtual/perl-Storable-2.40.0
+	virtual/perl-Time-HiRes
+	sereal? (
+		>=dev-perl/Sereal-Encoder-3.15.0
+		>=dev-perl/Sereal-Decoder-3.15.0
+	)
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"

diff --git a/dev-perl/MCE/Manifest b/dev-perl/MCE/Manifest
index 2de1fd835cd0..4988b592edff 100644
--- a/dev-perl/MCE/Manifest
+++ b/dev-perl/MCE/Manifest
@@ -1,2 +1,3 @@
 DIST MCE-1.887.tar.gz 230179 BLAKE2B 21ee15253eda40e22d9381cfec83a5f7206ca342b8db4bfc412b48c50650a6319558833514e4819634cb65ba34d4740d6b2f53754808b56641940367c5a3e8f7 SHA512 80eeafed31e5d754ebd6df18d75e3d24930a68e4c6d26619565575d7242269bb1c05547f589ae311c1fb7baa884b215935065296310f24cec4bd81a33355b72b
 DIST MCE-1.889.tar.gz 230624 BLAKE2B 5d932a3fbe05e05fa312bda41ee97cd141651a7df0337f91f5829effffceca3ef767e0feb084002a87b4635723b1cfbfd0c387ef5ae190d3c777f9f518653fc1 SHA512 47790c91cfe21e977a53c1c897802b34dc50d3a39631d991e8b95719593e82fa425c756a317d5e0f93d6a48be590b171eb88d90b7de166e264a5b7dcfadc7ebb
+DIST MCE-1.900.tar.gz 233761 BLAKE2B e5cb004950766db196d4b50bbbb0ea0a55b337f060771208238a6c4275be2d39db219ae2cba57f5e616f81d10e66c9441add50458f6aa2abf76ce7da35d29826 SHA512 b9924275d478dfeffbf739744da19806cf6a51d5b9ee0038df02b39318cbf28cc026b8d05d0c9c6f0381ae93f39573a307f741f595bc1558c34bf2a7e35b5845


             reply	other threads:[~2024-10-14  5:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-14  5:14 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MCE/ Sam James
2025-03-03 20:20 Sam James
2025-01-24 11:57 Sam James
2025-01-24 11:57 Sam James
2025-01-22  5:32 Sam James
2024-05-01  7:10 Sam James
2023-06-20  4:35 Sam James
2021-11-13 20:21 Andreas K. Hüttel
2021-07-04 16:37 Andreas K. Hüttel
2018-06-10  7:20 Kent Fredric
2017-11-01  1:23 Kent Fredric
2017-05-29 16:59 Kent Fredric
2017-04-06  0:03 Kent Fredric
2017-04-04  9:59 Kent Fredric
2017-03-20 16:14 Kent Fredric
2016-11-25 15:00 Kent Fredric
2016-04-16 19:26 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1728882812.ea7fa01368fe3de2d4e3b51b32c2dbe65f202d88.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox