commit:     9993785a7e07100a441fb9807cb17ef647248f01
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:26:03 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:35:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9993785a

dev-perl/Proc-Guard: Add w/ version 0.70.0

Required for dev-perl/Gearman

Package-Manager: portage-2.3.2

 dev-perl/Proc-Guard/Manifest                 |  1 +
 dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild | 30 ++++++++++++++++++++++++++++
 dev-perl/Proc-Guard/metadata.xml             | 12 +++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/Proc-Guard/Manifest b/dev-perl/Proc-Guard/Manifest
new file mode 100644
index 00000000..25ee38b
--- /dev/null
+++ b/dev-perl/Proc-Guard/Manifest
@@ -0,0 +1 @@
+DIST Proc-Guard-0.07.tar.gz 11725 SHA256 
6feae8bce21c1dcdd1baa636d5f87be29084e827b338194f672b23197b4150a4 SHA512 
1f27f7b1ee3116f3136cc4b310751bf0ab5f04a8698ce619cf94341c26e293f8c331126c636c6dd1dcc3b85724b60b22ea553b9c9f85624c59924dc89c2b6ac4
 WHIRLPOOL 
2c68fc8f874e385b3c97245a2c0e4b84bdedcd685d9188f8d6990b132161a9826dcd668e0de68e0a90ab8e9bedbe4aac63753bad3aec25fc02e36ef6732b3be9

diff --git a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild 
b/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
new file mode 100644
index 00000000..ab3a7e2
--- /dev/null
+++ b/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TOKUHIROM
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="process runner with RAII pattern"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=dev-perl/Class-Accessor-Lite-0.50.0
+       >=virtual/perl-Exporter-5.630.0
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+       >=dev-perl/Module-Build-0.380.0
+       test? (
+               dev-perl/File-Which
+               dev-perl/Test-TCP
+               dev-perl/Test-Requires
+               dev-perl/Test-SharedFork
+               >=virtual/perl-Test-Simple-0.940.0
+       )
+"

diff --git a/dev-perl/Proc-Guard/metadata.xml b/dev-perl/Proc-Guard/metadata.xml
new file mode 100644
index 00000000..e8fd711
--- /dev/null
+++ b/dev-perl/Proc-Guard/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">Proc-Guard</remote-id>
+    <remote-id type="cpan-module">Proc::Guard</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to