summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-23 22:33:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-23 22:33:19 +0000
commitf0aac1dce76426c690045f8d98037d54d4004308 (patch)
treefc7abaf0bec651a8b25eefda088152835bb40f4a /dev-php5/pecl-gearman
parentInitial import. Many thanks to all the contributors on bug 192561. Moved from... (diff)
downloadhistorical-f0aac1dce76426c690045f8d98037d54d4004308.tar.gz
historical-f0aac1dce76426c690045f8d98037d54d4004308.tar.bz2
historical-f0aac1dce76426c690045f8d98037d54d4004308.zip
Initial imprort of PHP support for gearman. Thanks to Pavel Stratil once again for the ebuil.
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/pecl-gearman')
-rw-r--r--dev-php5/pecl-gearman/ChangeLog11
-rw-r--r--dev-php5/pecl-gearman/Manifest14
-rw-r--r--dev-php5/pecl-gearman/metadata.xml12
-rw-r--r--dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild21
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-php5/pecl-gearman/ChangeLog b/dev-php5/pecl-gearman/ChangeLog
new file mode 100644
index 000000000000..1296877f3701
--- /dev/null
+++ b/dev-php5/pecl-gearman/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-php5/pecl-gearman
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.1 2009/12/23 22:33:19 flameeyes Exp $
+
+*pecl-gearman-0.6.0 (23 Dec 2009)
+
+ 23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ +pecl-gearman-0.6.0.ebuild, +metadata.xml:
+ Initial imprort of PHP support for gearman. Thanks to Pavel Stratil once
+ again for the ebuil.
+
diff --git a/dev-php5/pecl-gearman/Manifest b/dev-php5/pecl-gearman/Manifest
new file mode 100644
index 000000000000..69fa06229d19
--- /dev/null
+++ b/dev-php5/pecl-gearman/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST gearman-0.6.0.tgz 29266 RMD160 c00ca99f7c3f70350019575336c7ba43a48a72ab SHA1 8f096a61a6bdde00177781e6b5dc3aca9e57d4ad SHA256 7a040056761e6006ccdceea8539a4db7d4ab1e007cb570e25ddbf6bbdf4b66db
+EBUILD pecl-gearman-0.6.0.ebuild 494 RMD160 300dbaac2e6b957ae4f41df50bcfc0c443346b24 SHA1 f3d69bd16cd38bce52cc23808a6cb8b50d0af53d SHA256 76854462af07da0a86258d6e38fec0b6e5c50ac324ac8bbf562b88c1b4e8afc2
+MISC ChangeLog 453 RMD160 284312b99e813d3ff757b06951df3030d53077fa SHA1 5c87b383f4d95f7e24bc3221b5f12177e9e677ba SHA256 029eb7c29b139e68833bbea433cf3a1a3a648cb778ea6558675f3d7916bb772b
+MISC metadata.xml 379 RMD160 c52401e8ef97f2f404d4f173421aeb939c98a88b SHA1 090ad212930388a2ff9c8261af807546b24f73df SHA256 50e6772c4e7b84ef6b1e17bc6e43667e9f0fa740616f80c933b19348a21785e5
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEARECAAYFAksympcACgkQAiZjviIA2XhmowCeJPF2n7vWDOIZ2BEsk8pkwib9
+wgoAoOM2UIpH8F2N0yPhPBcA9/kskH7+
+=lYSg
+-----END PGP SIGNATURE-----
diff --git a/dev-php5/pecl-gearman/metadata.xml b/dev-php5/pecl-gearman/metadata.xml
new file mode 100644
index 000000000000..e12def24c0a2
--- /dev/null
+++ b/dev-php5/pecl-gearman/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>flameeyes@gentoo.org</email>
+ </maintainer>
+ <maintainer>
+ <email>pavel.stratil-jun@fenix.cz</email>
+ <description>Proxied co-maintainer, CC on all bugs</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild b/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild
new file mode 100644
index 000000000000..b6d5d972f955
--- /dev/null
+++ b/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild,v 1.1 2009/12/23 22:33:19 flameeyes Exp $
+
+PHP_EXT_NAME="gearman"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+inherit php-ext-pecl-r1
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="PHP extension for using gearmand."
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="sys-cluster/gearmand"
+RDEPEND="${DEPEND}"
+
+need_php_by_category