diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-12-06 09:56:29 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-12-06 09:56:29 +0000 |
commit | 952a3ba8671dd611a1d074e3f91dbc49d9cd44cb (patch) | |
tree | 0a22e1d1b9086b6452b91da992136f7fef4b7b38 /dev-php | |
parent | Remove old. (diff) | |
download | gentoo-2-952a3ba8671dd611a1d074e3f91dbc49d9cd44cb.tar.gz gentoo-2-952a3ba8671dd611a1d074e3f91dbc49d9cd44cb.tar.bz2 gentoo-2-952a3ba8671dd611a1d074e3f91dbc49d9cd44cb.zip |
Moved from dev-php5/pecl-gearman
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-gearman/ChangeLog | 39 | ||||
-rw-r--r-- | dev-php/pecl-gearman/metadata.xml | 11 | ||||
-rw-r--r-- | dev-php/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-php/pecl-gearman/pecl-gearman-0.8.0.ebuild | 20 |
4 files changed, 90 insertions, 0 deletions
diff --git a/dev-php/pecl-gearman/ChangeLog b/dev-php/pecl-gearman/ChangeLog new file mode 100644 index 000000000000..45a9210ccf58 --- /dev/null +++ b/dev-php/pecl-gearman/ChangeLog @@ -0,0 +1,39 @@ +# ChangeLog for dev-php5/pecl-gearman +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v 1.1 2011/12/06 09:56:29 olemarkus Exp $ + +*pecl-gearman-0.8.0 (18 May 2011) + + 18 May 2011; <olemarkus@gentoo.org> +pecl-gearman-0.8.0.ebuild: + Version bump + +*pecl-gearman-0.7.0-r1 (08 Oct 2010) + + 08 Oct 2010; <olemarkus@gentoo.org> +pecl-gearman-0.7.0-r1.ebuild: + Added version supporting minor version slotting + + 26 Sep 2010; <olemarkus@gentoo.org> pecl-gearman-0.7.0.ebuild: + Added ~x86 keyword + + 06 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -pecl-gearman-0.6.0.ebuild: + Remove obsolete version. + +*pecl-gearman-0.7.0 (10 Mar 2010) + + 10 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +pecl-gearman-0.7.0.ebuild: + Version bump. Proxy commit for Pavel Stratil. + + 27 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> + pecl-gearman-0.6.0.ebuild: + Update the dep to restrict new gearman. Per bug #306547. Thx to Matthew + Schultz + +*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-php/pecl-gearman/metadata.xml b/dev-php/pecl-gearman/metadata.xml new file mode 100644 index 000000000000..e0ceecfbe9f1 --- /dev/null +++ b/dev-php/pecl-gearman/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <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-php/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild b/dev-php/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild new file mode 100644 index 000000000000..dd08820e29d1 --- /dev/null +++ b/dev-php/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild,v 1.1 2011/12/06 09:56:29 olemarkus Exp $ + +EAPI=2 +PHP_EXT_NAME="gearman" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP extension for using gearmand." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="sys-cluster/gearmand" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-gearman/pecl-gearman-0.8.0.ebuild b/dev-php/pecl-gearman/pecl-gearman-0.8.0.ebuild new file mode 100644 index 000000000000..8b4c9a6ad87d --- /dev/null +++ b/dev-php/pecl-gearman/pecl-gearman-0.8.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-0.8.0.ebuild,v 1.1 2011/12/06 09:56:29 olemarkus Exp $ + +EAPI=2 +PHP_EXT_NAME="gearman" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP extension for using gearmand." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="sys-cluster/gearmand" +RDEPEND="${DEPEND}" |