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 01D57139086 for ; Tue, 17 Jan 2017 01:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D45E0E28; Tue, 17 Jan 2017 01:19:46 +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 F294FE0E28 for ; Tue, 17 Jan 2017 01:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09BDD34102B for ; Tue, 17 Jan 2017 01:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC2DE2861 for ; Tue, 17 Jan 2017 01:19:42 +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: <1484615856.4839af71d4f8ab1cf7cceb88dcb5d038e3c56497.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-PodWeaver/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-PodWeaver/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4839af71d4f8ab1cf7cceb88dcb5d038e3c56497 X-VCS-Branch: master Date: Tue, 17 Jan 2017 01:19:42 +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: 1d718d1b-5869-4332-afb5-717b71dbf2b6 X-Archives-Hash: 13c1240ed07cbaf255b11e6e49b890a9 commit: 4839af71d4f8ab1cf7cceb88dcb5d038e3c56497 Author: Tamás Fehérvári users sourceforge net> AuthorDate: Tue Jan 17 00:45:39 2017 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jan 17 01:17:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4839af71 dev-perl/Dist-Zilla-Plugin-PodWeaver: Bump to version 4.8.0 Closes: https://github.com/gentoo-perl/perl-experimental/pull/40 .../Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild new file mode 100644 index 0000000..8ac50e3 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=4.008 +inherit perl-module + +DESCRIPTION="weave your Pod together from configuration and Dist::Zilla" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Dist-Zilla-5 + dev-perl/Moose + dev-perl/PPI + >=dev-perl/Pod-Elemental-PerlMunger-0.100.0 + >=dev-perl/Pod-Weaver-4.0.0 + dev-perl/namespace-autoclean +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/File-Find-Rule + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +"