diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 16:32:02 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 16:32:02 +0000 |
commit | 4efa5a0d2b7350e1b153320d5f7a06bf1458d527 (patch) | |
tree | 1f4d28d592cc894f2e8767125b59b5ef50d75f98 /dev-php5/pecl-crack | |
parent | calling php-ext-source-r1_src_unpack explicitly, bug 220519 (diff) | |
download | gentoo-2-4efa5a0d2b7350e1b153320d5f7a06bf1458d527.tar.gz gentoo-2-4efa5a0d2b7350e1b153320d5f7a06bf1458d527.tar.bz2 gentoo-2-4efa5a0d2b7350e1b153320d5f7a06bf1458d527.zip |
calling php-ext-source-r1_src_unpack explicitly, bug 220519
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-php5/pecl-crack')
-rw-r--r-- | dev-php5/pecl-crack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-crack/pecl-crack-0.4.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-php5/pecl-crack/ChangeLog b/dev-php5/pecl-crack/ChangeLog index 1313b133ece4..1b193ab88e1d 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.18 2007/12/06 01:06:34 jokey Exp $ +# 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 $ + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> pecl-crack-0.4.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-crack-0.4.ebuild: LICENSE fix from project overlay diff --git a/dev-php5/pecl-crack/pecl-crack-0.4.ebuild b/dev-php5/pecl-crack/pecl-crack-0.4.ebuild index 4ff8e09df9fd..1f5469abf923 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-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-crack/pecl-crack-0.4.ebuild,v 1.8 2007/12/06 01:06:34 jokey Exp $ +# $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 $ PHP_EXT_NAME="crack" PHP_EXT_INI="yes" @@ -26,4 +26,6 @@ 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 } |