summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-05-09 12:50:15 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-05-09 12:50:15 +0000
commit318d8fbf29016637e3c44584334f20640ecf07e0 (patch)
tree51c866c7de509755d32baf20a2a84d70cd12b799 /dev-php5/pecl-crack
parentexplicitly call phpize, not src_unpack (bug 220519) (diff)
downloadgentoo-2-318d8fbf29016637e3c44584334f20640ecf07e0.tar.gz
gentoo-2-318d8fbf29016637e3c44584334f20640ecf07e0.tar.bz2
gentoo-2-318d8fbf29016637e3c44584334f20640ecf07e0.zip
explicitly call phpize, not src_unpack (bug 220519)
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-php5/pecl-crack')
-rw-r--r--dev-php5/pecl-crack/ChangeLog5
-rw-r--r--dev-php5/pecl-crack/pecl-crack-0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-crack/ChangeLog b/dev-php5/pecl-crack/ChangeLog
index 1b193ab88e1d..31050011caea 100644
--- a/dev-php5/pecl-crack/ChangeLog
+++ b/dev-php5/pecl-crack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-crack
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.19 2008/05/07 16:32:02 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.20 2008/05/09 12:50:15 hoffie Exp $
+
+ 09 May 2008; Christian Hoffmann <hoffie@gentoo.org> pecl-crack-0.4.ebuild:
+ explicitly call phpize, not src_unpack (bug 220519)
07 May 2008; Christian Hoffmann <hoffie@gentoo.org> pecl-crack-0.4.ebuild:
calling php-ext-source-r1_src_unpack explicitly, bug 220519
diff --git a/dev-php5/pecl-crack/pecl-crack-0.4.ebuild b/dev-php5/pecl-crack/pecl-crack-0.4.ebuild
index 1f5469abf923..ebadb6ccb77d 100644
--- a/dev-php5/pecl-crack/pecl-crack-0.4.ebuild
+++ b/dev-php5/pecl-crack/pecl-crack-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/pecl-crack-0.4.ebuild,v 1.9 2008/05/07 16:32:02 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/pecl-crack-0.4.ebuild,v 1.10 2008/05/09 12:50:15 hoffie Exp $
PHP_EXT_NAME="crack"
PHP_EXT_INI="yes"
@@ -27,5 +27,5 @@ src_unpack() {
# Patch for http://pecl.php.net/bugs/bug.php?id=5765
epatch "${FILESDIR}/fix-pecl-bug-5765.patch"
- php-ext-source-r1_src_unpack
+ php-ext-source-r1_phpize
}