From 1e2816f69b7d7a0aef6539774cee875ae36ce4e6 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Fri, 9 May 2008 12:58:12 +0000 Subject: explicitly call phpize, not src_unpack (bug 220519) (Portage version: 2.1.5_rc7) --- dev-php5/pecl-htscanner/ChangeLog | 6 +++++- dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-php5') diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index 29c3662be778..32283bcdc2de 100644 --- a/dev-php5/pecl-htscanner/ChangeLog +++ b/dev-php5/pecl-htscanner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-htscanner # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.6 2008/05/07 17:03:50 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.7 2008/05/09 12:58:12 hoffie Exp $ + + 09 May 2008; Christian Hoffmann + pecl-htscanner-0.8.1.ebuild: + explicitly call phpize, not src_unpack (bug 220519) 07 May 2008; Christian Hoffmann pecl-htscanner-0.8.1.ebuild: diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild index 3444e7c2a71c..3c8e902b99d2 100644 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild +++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.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-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.6 2008/05/07 17:03:50 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.7 2008/05/09 12:58:12 hoffie Exp $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-bug11959.patch - php-ext-source-r1_src_unpack + php-ext-source-r1_phpize } pkg_setup() { -- cgit v1.2.3-65-gdbad