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/Gearman
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/Gearman')
-rw-r--r--dev-perl/Gearman/Gearman-1.110.0-r1.ebuild22
-rw-r--r--dev-perl/Gearman/Gearman-1.120.0.ebuild27
-rw-r--r--dev-perl/Gearman/Manifest2
-rw-r--r--dev-perl/Gearman/metadata.xml22
4 files changed, 73 insertions, 0 deletions
diff --git a/dev-perl/Gearman/Gearman-1.110.0-r1.ebuild b/dev-perl/Gearman/Gearman-1.110.0-r1.ebuild
new file mode 100644
index 000000000000..9b44c068ece9
--- /dev/null
+++ b/dev-perl/Gearman/Gearman-1.110.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DORMANDO
+MODULE_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="Gearman distributed job system"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/string-crc32"
+RDEPEND="${DEPEND}"
+
+mydoc="CHANGES HACKING TODO"
+# testsuite requires gearman server
+SRC_TEST="never"
diff --git a/dev-perl/Gearman/Gearman-1.120.0.ebuild b/dev-perl/Gearman/Gearman-1.120.0.ebuild
new file mode 100644
index 000000000000..f73a572a434e
--- /dev/null
+++ b/dev-perl/Gearman/Gearman-1.120.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DORMANDO
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Gearman distributed job system, client and worker libraries"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+ dev-perl/string-crc32
+ virtual/perl-Time-HiRes
+"
+RDEPEND="${DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+
+mydoc="CHANGES HACKING TODO"
+# testsuite requires gearman server
+SRC_TEST="never"
diff --git a/dev-perl/Gearman/Manifest b/dev-perl/Gearman/Manifest
new file mode 100644
index 000000000000..ec73568ae81a
--- /dev/null
+++ b/dev-perl/Gearman/Manifest
@@ -0,0 +1,2 @@
+DIST Gearman-1.11.tar.gz 27170 SHA256 51fe5b0d099ec4d4a0a7974b944b44b171378395c2424dffd134ca2fea2445af SHA512 2a4de725ea0600a46c1d4ee0c73f55027c13349bc093f8c42dbc9ff7b5b7d44732b304c232d0f27569d385061e3f96d137a589eb4a9d2c1e77b647c9fe68eaa3 WHIRLPOOL 13d6f01f76b2f1bbb99a10d7c5db7105fe3cc512d74aa994e6a72f5c9952ecf37f2f85ad42660db4bb665a5a691c153f4afd74c3f640de99bb635e4b47f6905a
+DIST Gearman-1.12.tar.gz 29938 SHA256 dbfedf1b6d09f50d1e62393ef0408c8353f9aab105154b702c972d230ea02e73 SHA512 2c7dbf934bb56abfc58cde5f62593e10ab11bccd2e047a21a46e344304147bfb7d5f6e7d067caf34b4a65e5d29983f2975345a46c95b22383ab1d1c4c04c77ac WHIRLPOOL 5dfe414919f14a8a5938e30c23ba0558676839376b3f3c8d067e53a89e129d1e380fbf394bc5d8f176c82bd04a96d72a421c83a3f4eec99b01fd56ef37e5aa5b
diff --git a/dev-perl/Gearman/metadata.xml b/dev-perl/Gearman/metadata.xml
new file mode 100644
index 000000000000..2d37766df63d
--- /dev/null
+++ b/dev-perl/Gearman/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Gearman</remote-id>
+ <remote-id type="cpan-module">Gearman::Client</remote-id>
+ <remote-id type="cpan-module">Gearman::Job</remote-id>
+ <remote-id type="cpan-module">Gearman::JobStatus</remote-id>
+ <remote-id type="cpan-module">Gearman::Objects</remote-id>
+ <remote-id type="cpan-module">Gearman::ResponseParser</remote-id>
+ <remote-id type="cpan-module">Gearman::ResponseParser::Taskset</remote-id>
+ <remote-id type="cpan-module">Gearman::Task</remote-id>
+ <remote-id type="cpan-module">Gearman::Taskset</remote-id>
+ <remote-id type="cpan-module">Gearman::Util</remote-id>
+ <remote-id type="cpan-module">Gearman::Worker</remote-id>
+ </upstream>
+</pkgmetadata>