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-Elemental-PerlMunger: New package, needed for Dist::Zill…
…a::Plugin::PodWeaver Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Showing
3 changed files
with
40 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-Elemental-PerlMunger-0.200006.tar.gz 19944 SHA256 09fd3b5d53119437a01dced66b42eafdcd53895b3c32a2b0f781f36fda0f665b SHA512 3b1bbb60db4c92e3f2d60bd4aaf36dad938a59856e2fcff8325369b12685f6df9d680e2e1222494671f06cbde1aebd19f08f933fc0d66ee39b07e5535d4a84b3 WHIRLPOOL 824af6ffca9bd82e1f9a39a6d85eeb754f6097a8c155b2122f56414bed692692800d33977b6361ea08cb09fbeac565e006630be5df457d45f3e49fe4c2b2b722 |
31 changes: 31 additions & 0 deletions
31
dev-perl/Pod-Elemental-PerlMunger/Pod-Elemental-PerlMunger-0.200.6.ebuild
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,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 | ||
) | ||
" |
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> |