/[gentoo-x86]/dev-php/pecl-crack/pecl-crack-0.4-r2.ebuild
Gentoo

Contents of /dev-php/pecl-crack/pecl-crack-0.4-r2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Aug 19 08:41:34 2012 UTC (9 months ago) by olemarkus
Branch: MAIN
Revbump that should work with php 5.4. Bug 423869. Thanks to hanno for digging up the patch

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 olemarkus 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild,v 1.1 2011/12/14 22:32:31 mabi Exp $
4    
5     EAPI="4"
6    
7     PHP_EXT_NAME="crack"
8     PHP_EXT_INI="yes"
9     PHP_EXT_ZENDEXT="no"
10     DOCS="EXPERIMENTAL"
11    
12     USE_PHP="php5-3 php5-4"
13    
14     inherit php-ext-pecl-r2
15    
16     KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
17    
18     DESCRIPTION="PHP interface to the cracklib libraries."
19     LICENSE="PHP-3 CRACKLIB"
20     SLOT="0"
21     IUSE=""
22    
23     src_prepare() {
24     local slot
25     for slot in $(php_get_slots) ; do
26     cd "${WORKDIR}/${slot}"
27     epatch "${FILESDIR}/fix-php-5-4-support.patch"
28     done
29     php-ext-source-r2_src_prepare
30     }

  ViewVC Help
Powered by ViewVC 1.1.13