Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-gearman: pecl-gearman-1.0.2-r1.ebuild ChangeLog
Date: Fri, 29 May 2015 08:55:58
Message-Id: 20150529085550.55C44A0C@oystercatcher.gentoo.org
1 idella4 15/05/29 08:55:50
2
3 Modified: pecl-gearman-1.0.2-r1.ebuild ChangeLog
4 Log:
5 add support for PHP 5.6, fixes bug #550258
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: pecl-gearman-1.0.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pecl-gearman-1.0.2-r1.ebuild 10 Aug 2014 21:01:42 -0000 1.2
23 +++ pecl-gearman-1.0.2-r1.ebuild 29 May 2015 08:55:50 -0000 1.3
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v 1.2 2014/08/10 21:01:42 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild,v 1.3 2015/05/29 08:55:50 idella4 Exp $
30
31 EAPI=5
32 PHP_EXT_NAME="gearman"
33 PHP_EXT_INI="yes"
34 PHP_EXT_ZENDEXT="no"
35
36 -USE_PHP="php5-5 php5-4"
37 +USE_PHP="php5-6 php5-5 php5-4 "
38
39 inherit php-ext-pecl-r2
40
41
42
43
44 1.12 dev-php/pecl-gearman/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gearman/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 9 Oct 2014 20:26:31 -0000 1.11
57 +++ ChangeLog 29 May 2015 08:55:50 -0000 1.12
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-php/pecl-gearman
60 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v 1.11 2014/10/09 20:26:31 grknight Exp $
62 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gearman/ChangeLog,v 1.12 2015/05/29 08:55:50 idella4 Exp $
64 +
65 + 29 May 2015; Ian Delaney <idella4@g.o> pecl-gearman-1.0.2-r1.ebuild:
66 + add support for PHP 5.6, fixes bug #550258
67
68 03 Oct 2014; Brian Evans <grknight@g.o> -pecl-gearman-1.0.2.ebuild:
69 Drop old