summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Parallel-Prefork
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Parallel-Prefork')
-rw-r--r--dev-perl/Parallel-Prefork/Manifest1
-rw-r--r--dev-perl/Parallel-Prefork/Parallel-Prefork-0.140.0-r1.ebuild31
-rw-r--r--dev-perl/Parallel-Prefork/metadata.xml11
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Parallel-Prefork/Manifest b/dev-perl/Parallel-Prefork/Manifest
new file mode 100644
index 000000000000..b185643b10ce
--- /dev/null
+++ b/dev-perl/Parallel-Prefork/Manifest
@@ -0,0 +1 @@
+DIST Parallel-Prefork-0.14.tar.gz 25224 SHA256 68b70d0de6c2625e862402cc39288043f175816ede03d887a52f28500008ca0e SHA512 18a9155775779d85956492f252f87e543590e4b4403f40fd4da86f041784b344683d88db49137cdad1e5d22c6f1017453bab7c0e1fb38731933194a32015547a WHIRLPOOL 31e8da47668ba5d60c2b1acd63ee4fecfba2329735c4e76ee07b4921a647b8b7feec7aed683dcaeae94e640d2dd9d07503fc3fbe77c8bbaee39ba28af18ce0a8
diff --git a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.140.0-r1.ebuild b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.140.0-r1.ebuild
new file mode 100644
index 000000000000..8dfe99227b04
--- /dev/null
+++ b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.140.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=KAZUHO
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="A simple prefork server framework"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Proc-Wait3-0.30.0
+ dev-perl/List-MoreUtils
+ >=dev-perl/Class-Accessor-Lite-0.40.0
+ dev-perl/Scope-Guard
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? (
+ dev-perl/Test-Requires
+ dev-perl/Test-SharedFork
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Parallel-Prefork/metadata.xml b/dev-perl/Parallel-Prefork/metadata.xml
new file mode 100644
index 000000000000..219d365a4fcb
--- /dev/null
+++ b/dev-perl/Parallel-Prefork/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Parallel-Prefork</remote-id>
+ <remote-id type="cpan-module">Parallel::Prefork</remote-id>
+ <remote-id type="cpan-module">Parallel::Prefork::SpareWorkers</remote-id>
+ <remote-id type="cpan-module">Parallel::Prefork::SpareWorkers::Scoreboard</remote-id>
+ </upstream>
+</pkgmetadata>