commit:     4839af71d4f8ab1cf7cceb88dcb5d038e3c56497
Author:     Tamás Fehérvári <geever <AT> users <DOT> sourceforge <DOT> net>
AuthorDate: Tue Jan 17 00:45:39 2017 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> 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
+       )
+"

Reply via email to