summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-05-07 16:32:02 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-05-07 16:32:02 +0000
commit6ea542c966d1786ac6d0ab1eeb606a0f90e9c0c7 (patch)
treed6955f5d36aabaffc36b5708ed798779fc2cb4b4 /dev-php5/pecl-crack
parentcall php-ext-source-r1_src_unpack, bug 220519 (diff)
downloadhistorical-6ea542c966d1786ac6d0ab1eeb606a0f90e9c0c7.tar.gz
historical-6ea542c966d1786ac6d0ab1eeb606a0f90e9c0c7.tar.bz2
historical-6ea542c966d1786ac6d0ab1eeb606a0f90e9c0c7.zip
calling php-ext-source-r1_src_unpack explicitly, bug 220519
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'dev-php5/pecl-crack')
-rw-r--r--dev-php5/pecl-crack/ChangeLog7
-rw-r--r--dev-php5/pecl-crack/pecl-crack-0.4.ebuild6
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
}