Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gearman/
Date: Mon, 28 Nov 2016 20:58:00
Message-Id: 1480366629.49884fa690081dbb9b86c64e3d97567bbade06df.grknight@gentoo
1 commit: 49884fa690081dbb9b86c64e3d97567bbade06df
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 20:20:35 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 20:57:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49884fa6
7
8 dev-php/pecl-gearman: Revbump to drop php 5.4 and 5.5 dependencies
9
10 There are newer versions on github, including for 7.0, but they require
11 newer sys-cluster/gearmand to install.
12
13 Please update this package or it may be dropped when php 5.6 becomes
14 obsolete.
15
16 Package-Manager: portage-2.3.2
17
18 dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild | 22 ++++++++++++++++++++++
19 1 file changed, 22 insertions(+)
20
21 diff --git a/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild b/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild
22 new file mode 100644
23 index 00000000..5c2d93c
24 --- /dev/null
25 +++ b/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild
26 @@ -0,0 +1,22 @@
27 +# Copyright 1999-2016 Gentoo Foundation
28 +# Distributed under the terms of the GNU General Public License v2
29 +# $Id$
30 +
31 +EAPI=6
32 +PHP_EXT_NAME="gearman"
33 +PHP_EXT_INI="yes"
34 +PHP_EXT_ZENDEXT="no"
35 +
36 +USE_PHP="php5-6"
37 +
38 +inherit php-ext-pecl-r3
39 +
40 +KEYWORDS="~amd64 ~x86"
41 +
42 +DESCRIPTION="PHP extension for using gearmand"
43 +LICENSE="PHP-3"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +DEPEND=">=sys-cluster/gearmand-0.21"
48 +RDEPEND="${DEPEND}"