diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 16:42:57 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 16:42:57 +0000 |
commit | 59e38d16f0bf0c567667e0eecaf8fbfae160acdd (patch) | |
tree | ae523c5d3f0a584869f3cae2d8fe40cdacbf7843 /dev-php5 | |
parent | calling php-ext-source-r1_src_unpack explicitly, bug 220519 (diff) | |
download | gentoo-2-59e38d16f0bf0c567667e0eecaf8fbfae160acdd.tar.gz gentoo-2-59e38d16f0bf0c567667e0eecaf8fbfae160acdd.tar.bz2 gentoo-2-59e38d16f0bf0c567667e0eecaf8fbfae160acdd.zip |
calling php-ext-source-r1_src_unpack explicitly, bug 220519
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-memcache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php5/pecl-memcache/ChangeLog b/dev-php5/pecl-memcache/ChangeLog index 53c400393b77..5118c2cdc891 100644 --- a/dev-php5/pecl-memcache/ChangeLog +++ b/dev-php5/pecl-memcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-memcache # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.21 2008/02/11 21:26:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.22 2008/05/07 16:42:57 hoffie Exp $ + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-memcache-2.0.4.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 *pecl-memcache-3.0.1 (11 Feb 2008) *pecl-memcache-2.2.3 (11 Feb 2008) diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild index a1cc80e14966..8a885f5ec9c3 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild,v 1.3 2007/12/06 01:19:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild,v 1.4 2008/05/07 16:42:57 hoffie Exp $ PHP_EXT_NAME="memcache" PHP_EXT_INI="yes" @@ -27,6 +27,8 @@ src_unpack() { # Fix bug #117990 better, without using a patch # upstream has the file with CRLF instead of LF edos2unix "${S}/config.m4" + + php-ext-source-r1_src_unpack } src_compile() { |