diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 17:03:50 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 17:03:50 +0000 |
commit | e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3 (patch) | |
tree | be9a237845cd91fd0f8c08d78d63c81687e45281 /dev-php5 | |
parent | remove unused use flags for sci-mathematics/pari (diff) | |
download | gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.tar.gz gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.tar.bz2 gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.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-htscanner/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index 56d127082815..29c3662be778 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.5 2008/01/16 00:18:43 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.6 2008/05/07 17:03:50 hoffie Exp $ + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pecl-htscanner-0.8.1.ebuild: Stable on amd64. 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 54d8e6d5c01b..3444e7c2a71c 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.5 2008/01/16 00:18:43 hanno Exp $ +# $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 $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -24,6 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-bug11959.patch + php-ext-source-r1_src_unpack } pkg_setup() { |