Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-syck: pecl-syck-0.9.2.ebuild ChangeLog
Date: Thu, 01 May 2008 16:03:33
Message-Id: E1JrbFp-0003mw-M5@stork.gentoo.org
1 hoffie 08/05/01 16:03:29
2
3 Modified: pecl-syck-0.9.2.ebuild ChangeLog
4 Log:
5 assuring that php was built with USE='spl hash', thanks to Nick P in bug 219405
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.7 dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild?r1=1.6&r2=1.7
14
15 Index: pecl-syck-0.9.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pecl-syck-0.9.2.ebuild 31 Mar 2008 21:20:28 -0000 1.6
22 +++ pecl-syck-0.9.2.ebuild 1 May 2008 16:03:29 -0000 1.7
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild,v 1.6 2008/03/31 21:20:28 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild,v 1.7 2008/05/01 16:03:29 hoffie Exp $
28
29 PHP_EXT_NAME="syck"
30 PHP_EXT_INI="yes"
31 PHP_EXT_ZENDEXT="no"
32 DOCS="CHANGELOG TODO"
33
34 -inherit php-ext-pecl-r1
35 +inherit php-ext-pecl-r1 depend.php
36
37 KEYWORDS="amd64 ppc ppc64 x86"
38
39 @@ -20,3 +20,7 @@
40 RDEPEND="${DEPEND}"
41
42 need_php_by_category
43 +
44 +pkg_setup() {
45 + require_php_with_use spl hash
46 +}
47
48
49
50 1.15 dev-php5/pecl-syck/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?rev=1.15&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?rev=1.15&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-syck/ChangeLog?r1=1.14&r2=1.15
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v
59 retrieving revision 1.14
60 retrieving revision 1.15
61 diff -u -r1.14 -r1.15
62 --- ChangeLog 31 Mar 2008 21:20:28 -0000 1.14
63 +++ ChangeLog 1 May 2008 16:03:29 -0000 1.15
64 @@ -1,6 +1,11 @@
65 # ChangeLog for dev-php5/pecl-syck
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.14 2008/03/31 21:20:28 maekke Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.15 2008/05/01 16:03:29 hoffie Exp $
69 +
70 + 01 May 2008; Christian Hoffmann <hoffie@g.o>
71 + pecl-syck-0.9.2.ebuild:
72 + assuring that php was built with USE='spl hash', thanks to Nick P in bug
73 + 219405
74
75 31 Mar 2008; Markus Meier <maekke@g.o> pecl-syck-0.9.2.ebuild:
76 amd64 stable, bug #208550
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list