diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-23 16:46:39 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-27 22:56:21 +0200 |
commit | 45944f6b06275a048f499d65a9b272440a5af51d (patch) | |
tree | 667c34c4c04661a4f7f4ceaaa3e1896f9c8da2a1 /dev-perl/Log-Dispatch-Array | |
parent | dev-perl/LWP-Protocol-http10: Added at version 6.30.0 (diff) | |
download | gentoo-45944f6b06275a048f499d65a9b272440a5af51d.tar.gz gentoo-45944f6b06275a048f499d65a9b272440a5af51d.tar.bz2 gentoo-45944f6b06275a048f499d65a9b272440a5af51d.zip |
dev-perl/Log-Dispatch-Array: Added at version 1.3.0
Used by Plack for Tests.
Previously maintained in ::perl-experimental since March 2010,
by Torsten Veller and Kent Fredric
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Log-Dispatch-Array')
-rw-r--r-- | dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Log-Dispatch-Array/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Log-Dispatch-Array/metadata.xml | 12 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild new file mode 100644 index 000000000000..a467d3783261 --- /dev/null +++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild @@ -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=1.003 +inherit perl-module + +DESCRIPTION="log events to an array (reference)" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Log-Dispatch + virtual/perl-parent +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-Deep + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Log-Dispatch-Array/Manifest b/dev-perl/Log-Dispatch-Array/Manifest new file mode 100644 index 000000000000..51feda688600 --- /dev/null +++ b/dev-perl/Log-Dispatch-Array/Manifest @@ -0,0 +1 @@ +DIST Log-Dispatch-Array-1.003.tar.gz 12926 SHA256 0c20931c2f7bf26a76ba01370b9582215fe5216b161822c0c3f204a81fb87f37 SHA512 00482172dc41355de5a27f7ae167c1f2c8644c41a2484e4fd5709765ab6a413d15ec268af89cef6a521a0a5570be2652b02efec9a717e8325bbfb8fd51a4bb68 WHIRLPOOL 062e1e85dfbf884583938cedb7f960ae2512f25ac376e7c089f0fef6690e302fe486e28486f7eb34013ae781e4e022cf3de8fb89b7e21e31239173c29d3885f7 diff --git a/dev-perl/Log-Dispatch-Array/metadata.xml b/dev-perl/Log-Dispatch-Array/metadata.xml new file mode 100644 index 000000000000..265deef5a223 --- /dev/null +++ b/dev-perl/Log-Dispatch-Array/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Log-Dispatch-Array</remote-id> + <remote-id type="cpan-module">Log::Dispatch::Array</remote-id> + </upstream> +</pkgmetadata> |