forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Pod-Weaver: New package, needed for Dist::Zilla::Plugin::Pod…
…Weaver Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST Pod-Weaver-4.015.tar.gz 40303 SHA256 5af25b29a55783e495a9df5ef6293240e2c9ab02764613d79f1ed50b12dec5ae SHA512 333e29757766b0c2ddd39cde3ef0649a3e79143a611c48c3644807d248c0c7d6a027683ca88158bf59b369b1e329cdd6f3f1c3dda6c3baaa26648f80ecdb4a8d WHIRLPOOL 0c99052c8096472acfade9935cdfd24b66c4ee67d0a1c6ea9c4765039cd0a35954b8da8f3dd0f00219efb5e861762fc650a404776a378421a838b124718bc2d1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=RJBS | ||
DIST_VERSION=4.015 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Weave together a Pod document from an outline" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Config-MVP-2.0.0 | ||
dev-perl/Config-MVP-Reader-INI | ||
dev-perl/DateTime | ||
virtual/perl-File-Spec | ||
dev-perl/List-MoreUtils | ||
>=virtual/perl-Scalar-List-Utils-1.330.0 | ||
>=dev-perl/Log-Dispatchouli-1.100.710 | ||
>=dev-perl/Mixin-Linewise-0.103.0 | ||
dev-perl/Module-Runtime | ||
dev-perl/Moose | ||
dev-perl/Params-Util | ||
>=dev-perl/Pod-Elemental-0.100.220 | ||
>=dev-perl/String-Flogger-1.0.0 | ||
>=dev-perl/String-Formatter-0.100.680 | ||
dev-perl/String-RewritePrefix | ||
virtual/perl-Text-Tabs+Wrap | ||
dev-perl/namespace-autoclean | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/PPI | ||
dev-perl/Software-License | ||
dev-perl/Test-Differences | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |