Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-gearman: ChangeLog pecl-gearman-0.6.0.ebuild
Date: Sat, 27 Feb 2010 12:17:01
Message-Id: E1NlLbM-0001Sz-8U@stork.gentoo.org
1 scarabeus 10/02/27 12:16:56
2
3 Modified: ChangeLog pecl-gearman-0.6.0.ebuild
4 Log:
5 Update the dep to restrict new gearman. Per bug #306547. Thx to Matthew Schultz
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-php5/pecl-gearman/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 23 Dec 2009 22:33:19 -0000 1.1
22 +++ ChangeLog 27 Feb 2010 12:16:55 -0000 1.2
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-php5/pecl-gearman
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.1 2009/12/23 22:33:19 flameeyes Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.2 2010/02/27 12:16:55 scarabeus Exp $
29 +
30 + 27 Feb 2010; Tomáš Chvátal <scarabeus@g.o>
31 + pecl-gearman-0.6.0.ebuild:
32 + Update the dep to restrict new gearman. Per bug #306547. Thx to Matthew
33 + Schultz
34
35 *pecl-gearman-0.6.0 (23 Dec 2009)
36
37
38
39
40 1.2 dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild?r1=1.1&r2=1.2
45
46 Index: pecl-gearman-0.6.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- pecl-gearman-0.6.0.ebuild 23 Dec 2009 22:33:19 -0000 1.1
53 +++ pecl-gearman-0.6.0.ebuild 27 Feb 2010 12:16:55 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild,v 1.2 2010/02/27 12:16:55 scarabeus Exp $
60
61 PHP_EXT_NAME="gearman"
62 PHP_EXT_INI="yes"
63 @@ -15,7 +15,7 @@
64 SLOT="0"
65 IUSE=""
66
67 -DEPEND="sys-cluster/gearmand"
68 +DEPEND="<sys-cluster/gearmand-0.12"
69 RDEPEND="${DEPEND}"
70
71 need_php_by_category