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 3127B139089 for ; Sun, 1 Jan 2017 10:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5303E0DC6; Sun, 1 Jan 2017 10:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61D7E0DC7 for ; Sun, 1 Jan 2017 10:49:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90319340C9F for ; Sun, 1 Jan 2017 10:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 057432579 for ; Sun, 1 Jan 2017 10:49:38 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1483267760.36006d25dba06e284d0b93599922b2cd5fddaa0f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-Iterator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Parallel-Iterator/Manifest dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild dev-perl/Parallel-Iterator/metadata.xml X-VCS-Directories: dev-perl/Parallel-Iterator/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 36006d25dba06e284d0b93599922b2cd5fddaa0f X-VCS-Branch: master Date: Sun, 1 Jan 2017 10:49:38 +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-Archives-Salt: 0d5ebc9d-60d6-4605-92ff-8ad7368f6b6b X-Archives-Hash: fb6ef76b99853b5d2ab8e952269414c8 commit: 36006d25dba06e284d0b93599922b2cd5fddaa0f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jan 1 10:47:08 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jan 1 10:49:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36006d25 dev-perl/Parallel-Iterator: New package, needed by dev-perl/Devel-Cover Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Parallel-Iterator/Manifest | 1 + .../Parallel-Iterator-1.0.0.ebuild | 26 ++++++++++++++++++++++ dev-perl/Parallel-Iterator/metadata.xml | 8 +++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/Parallel-Iterator/Manifest b/dev-perl/Parallel-Iterator/Manifest new file mode 100644 index 00000000..7b0cb22 --- /dev/null +++ b/dev-perl/Parallel-Iterator/Manifest @@ -0,0 +1 @@ +DIST Parallel-Iterator-1.00.tar.gz 15227 SHA256 e8495095cf5746a14e154037b11b0d911da2a32283b77291abb37bf6311345f4 SHA512 3027434d08da0750f33ad2cc10b1c00b18ac0f626af5aa1f9d5d94711e433c7e313e04106e5307d5a498ae65ebf577dfd83c669ecf5414bbe04d87c862b2a511 WHIRLPOOL 8b529a869d51acc6ea18569cb05cce4b8ba6fc28a915aae89500e33db408c9c52a12ad2eaae463fd96664b7361c1759e64bbf894874e1ea76732086b208d141d diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild new file mode 100644 index 00000000..46df0cf --- /dev/null +++ b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=ANDYA +DIST_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Simple parallel execution" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-IO + virtual/perl-Storable +" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Parallel-Iterator/metadata.xml b/dev-perl/Parallel-Iterator/metadata.xml new file mode 100644 index 00000000..5193049 --- /dev/null +++ b/dev-perl/Parallel-Iterator/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +