Skip to content

Commit

Permalink
dev-perl/Pod-Elemental-PerlMunger: New package, needed for Dist::Zill…
Browse files Browse the repository at this point in the history
…a::Plugin::PodWeaver

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
akhuettel committed Jun 20, 2017
1 parent 5106072 commit 6a84b4a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Pod-Elemental-PerlMunger/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Pod-Elemental-PerlMunger-0.200006.tar.gz 19944 SHA256 09fd3b5d53119437a01dced66b42eafdcd53895b3c32a2b0f781f36fda0f665b SHA512 3b1bbb60db4c92e3f2d60bd4aaf36dad938a59856e2fcff8325369b12685f6df9d680e2e1222494671f06cbde1aebd19f08f933fc0d66ee39b07e5535d4a84b3 WHIRLPOOL 824af6ffca9bd82e1f9a39a6d85eeb754f6097a8c155b2122f56414bed692692800d33977b6361ea08cb09fbeac565e006630be5df457d45f3e49fe4c2b2b722
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=RJBS
DIST_VERSION=0.200006
inherit perl-module

DESCRIPTION="A thing that takes a string of Perl and rewrites its documentation"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-Encode
virtual/perl-Scalar-List-Utils
dev-perl/Moose
dev-perl/PPI
dev-perl/Params-Util
>=dev-perl/Pod-Elemental-0.103.0
dev-perl/namespace-autoclean
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"
8 changes: 8 additions & 0 deletions dev-perl/Pod-Elemental-PerlMunger/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 6a84b4a

Please sign in to comment.