diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2009-12-27 23:19:42 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2009-12-27 23:19:42 +0000 |
commit | 98ec01d1e39429546e9a29906886c7519e14f8aa (patch) | |
tree | 39ba23cf4370a13f0a0f31790c830c5fbceb3e6c /dev-php5/pecl-ssh2 | |
parent | Version bump for the herd, bug #264822. Also fixes bugs #264821 and #223245. (diff) | |
download | gentoo-2-98ec01d1e39429546e9a29906886c7519e14f8aa.tar.gz gentoo-2-98ec01d1e39429546e9a29906886c7519e14f8aa.tar.bz2 gentoo-2-98ec01d1e39429546e9a29906886c7519e14f8aa.zip |
reverting the php-5.3 compatibility change because of bug 298449
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-ssh2')
-rw-r--r-- | dev-php5/pecl-ssh2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog index 5816a17f57f1..e3daaebfb0e5 100644 --- a/dev-php5/pecl-ssh2/ChangeLog +++ b/dev-php5/pecl-ssh2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-ssh2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.3 2009/12/24 12:13:12 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.4 2009/12/27 23:19:42 hoffie Exp $ + + 27 Dec 2009; Christian Hoffmann <hoffie@gentoo.org> + pecl-ssh2-0.11.0.ebuild: + reverting the php-5.3 compatibility change because of bug 298449; this has + not been noticed before because the bug only occurs with + dev-lang/php[threads]; will make another attempt at fixing the actual bug + later 24 Dec 2009; Christian Hoffmann <hoffie@gentoo.org> pecl-ssh2-0.11.0.ebuild, +files/pecl-ssh2-0.11.0-php-5.3-compat.patch: diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild index c6547732d848..e8d2c2277b2f 100644 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ PHP_EXT_NAME="ssh2" PHP_EXT_INI="yes" @@ -18,8 +18,3 @@ DEPEND=">=net-libs/libssh2-0.18" RDEPEND="${DEPEND}" need_php_by_category - -src_unpack() { - php-ext-source-r1_src_unpack - epatch "${FILESDIR}"/${P}-php-5.3-compat.patch -} |