Skip to content

Commit

Permalink
dev-perl/Proc-Guard: Add w/ version 0.70.0
Browse files Browse the repository at this point in the history
Required for dev-perl/Gearman

Package-Manager: portage-2.3.2
  • Loading branch information
kentfredric committed Dec 5, 2016
1 parent 811e767 commit 9993785
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Proc-Guard/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Proc-Guard-0.07.tar.gz 11725 SHA256 6feae8bce21c1dcdd1baa636d5f87be29084e827b338194f672b23197b4150a4 SHA512 1f27f7b1ee3116f3136cc4b310751bf0ab5f04a8698ce619cf94341c26e293f8c331126c636c6dd1dcc3b85724b60b22ea553b9c9f85624c59924dc89c2b6ac4 WHIRLPOOL 2c68fc8f874e385b3c97245a2c0e4b84bdedcd685d9188f8d6990b132161a9826dcd668e0de68e0a90ab8e9bedbe4aac63753bad3aec25fc02e36ef6732b3be9
30 changes: 30 additions & 0 deletions dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
)
"
12 changes: 12 additions & 0 deletions dev-perl/Proc-Guard/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9993785

Please sign in to comment.