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-Eventual: Add w/ version 0.94.1
Required for dev-perl/Dist-Zilla Previously maintained in ::perl-experimental by Torsten Veller, Michele Beltrame and myself since May 2009 Package-Manager: portage-2.3.2
- Loading branch information
1 parent
509195e
commit ef40d2f
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-Eventual-0.094001.tar.gz 16640 SHA256 be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834 SHA512 f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6 WHIRLPOOL 093e958ff8e9ffd1670a469a045a95cfe005972d6de7d2aede238ead2757f242e89c58fe10fcb325b84ab929c2ffbbeb2d4f87a70c668d64fdc09bd012d7e4fd |
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,26 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
EAPI=6 | ||
DIST_AUTHOR=RJBS | ||
DIST_VERSION=0.094001 | ||
DIST_EXAMPLES=("eg/*") | ||
inherit perl-module | ||
|
||
DESCRIPTION="read a POD document as a series of trivial events" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
# r: strict, warnings -> perl | ||
RDEPEND=" | ||
virtual/perl-Carp | ||
>=dev-perl/Mixin-Linewise-0.102.0 | ||
" | ||
DEPEND=" | ||
${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.300.0 | ||
test? ( | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
dev-perl/Test-Deep | ||
) | ||
" |
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,13 @@ | ||
<?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> | ||
<upstream> | ||
<remote-id type="cpan">Pod-Eventual</remote-id> | ||
<remote-id type="cpan-module">Pod::Eventual</remote-id> | ||
<remote-id type="cpan-module">Pod::Eventual::Simple</remote-id> | ||
</upstream> | ||
</pkgmetadata> |