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 7E7F91395E2 for ; Mon, 21 Nov 2016 03:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0B6E0BEE; Mon, 21 Nov 2016 03:37:23 +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 78E1CE0BEE for ; Mon, 21 Nov 2016 03:37:23 +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 4D66333FE7D for ; Mon, 21 Nov 2016 03:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741B824B6 for ; Mon, 21 Nov 2016 03:37:17 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1479699384.ef40d2ffbe757f5a1199555973c9fa50b55af61e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Eventual/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Eventual/Manifest dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild dev-perl/Pod-Eventual/metadata.xml X-VCS-Directories: dev-perl/Pod-Eventual/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ef40d2ffbe757f5a1199555973c9fa50b55af61e X-VCS-Branch: master Date: Mon, 21 Nov 2016 03:37:17 +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: 121f4a5e-ab76-4768-a9d6-dd721ea69bf3 X-Archives-Hash: 3193d0829892803deaa1ef8ae4f93948 commit: ef40d2ffbe757f5a1199555973c9fa50b55af61e Author: Kent Fredric gentoo org> AuthorDate: Mon Nov 21 02:53:28 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Nov 21 03:36:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40d2ff dev-perl/Pod-Eventual: Add w/ version 0.94.1 Required for dev-perl/Dist-Zilla Previously maintained in ::perl-experimental by Torsten Veller, Michele Beltrame and myself since May 2009 Package-Manager: portage-2.3.2 dev-perl/Pod-Eventual/Manifest | 1 + dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 26 ++++++++++++++++++++++++ dev-perl/Pod-Eventual/metadata.xml | 13 ++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest new file mode 100644 index 00000000..0ecc321 --- /dev/null +++ b/dev-perl/Pod-Eventual/Manifest @@ -0,0 +1 @@ +DIST Pod-Eventual-0.094001.tar.gz 16640 SHA256 be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834 SHA512 f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6 WHIRLPOOL 093e958ff8e9ffd1670a469a045a95cfe005972d6de7d2aede238ead2757f242e89c58fe10fcb325b84ab929c2ffbbeb2d4f87a70c668d64fdc09bd012d7e4fd diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild new file mode 100644 index 00000000..fef0870 --- /dev/null +++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 +DIST_AUTHOR=RJBS +DIST_VERSION=0.094001 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="read a POD document as a series of trivial events" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +# r: strict, warnings -> perl +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Mixin-Linewise-0.102.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Deep + ) +" diff --git a/dev-perl/Pod-Eventual/metadata.xml b/dev-perl/Pod-Eventual/metadata.xml new file mode 100644 index 00000000..db44bcf --- /dev/null +++ b/dev-perl/Pod-Eventual/metadata.xml @@ -0,0 +1,13 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Pod-Eventual + Pod::Eventual + Pod::Eventual::Simple + +