commit:     45944f6b06275a048f499d65a9b272440a5af51d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 03:46:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 20:56:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45944f6b

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

 .../Log-Dispatch-Array-1.3.0.ebuild                | 26 ++++++++++++++++++++++
 dev-perl/Log-Dispatch-Array/Manifest               |  1 +
 dev-perl/Log-Dispatch-Array/metadata.xml           | 12 ++++++++++
 3 files changed, 39 insertions(+)

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 0000000..a467d37
--- /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 0000000..51feda6
--- /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 0000000..265deef
--- /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>[email protected]</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>

Reply via email to