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-ssh2: ChangeLog pecl-ssh2-0.11.0.ebuild
Date: Sun, 27 Dec 2009 23:19:44
Message-Id: E1NP2Ok-0007vV-P9@stork.gentoo.org
1 hoffie 09/12/27 23:19:42
2
3 Modified: ChangeLog pecl-ssh2-0.11.0.ebuild
4 Log:
5 reverting the php-5.3 compatibility change because of bug 298449
6 (Portage version: 2.1.7.15/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-php5/pecl-ssh2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 24 Dec 2009 12:13:12 -0000 1.3
22 +++ ChangeLog 27 Dec 2009 23:19:42 -0000 1.4
23 @@ -1,6 +1,13 @@
24 # ChangeLog for dev-php5/pecl-ssh2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.3 2009/12/24 12:13:12 hoffie Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.4 2009/12/27 23:19:42 hoffie Exp $
28 +
29 + 27 Dec 2009; Christian Hoffmann <hoffie@g.o>
30 + pecl-ssh2-0.11.0.ebuild:
31 + reverting the php-5.3 compatibility change because of bug 298449; this has
32 + not been noticed before because the bug only occurs with
33 + dev-lang/php[threads]; will make another attempt at fixing the actual bug
34 + later
35
36 24 Dec 2009; Christian Hoffmann <hoffie@g.o>
37 pecl-ssh2-0.11.0.ebuild, +files/pecl-ssh2-0.11.0-php-5.3-compat.patch:
38
39
40
41 1.4 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild?r1=1.3&r2=1.4
46
47 Index: pecl-ssh2-0.11.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- pecl-ssh2-0.11.0.ebuild 24 Dec 2009 12:13:12 -0000 1.3
54 +++ pecl-ssh2-0.11.0.ebuild 27 Dec 2009 23:19:42 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v 1.3 2009/12/24 12:13:12 hoffie Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v 1.4 2009/12/27 23:19:42 hoffie Exp $
60
61 PHP_EXT_NAME="ssh2"
62 PHP_EXT_INI="yes"
63 @@ -18,8 +18,3 @@
64 RDEPEND="${DEPEND}"
65
66 need_php_by_category
67 -
68 -src_unpack() {
69 - php-ext-source-r1_src_unpack
70 - epatch "${FILESDIR}"/${P}-php-5.3-compat.patch
71 -}