Parent Directory
|
Revision Log
Stable for ppc64, wrt bug #427024 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
| 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-r2.ebuild,v 1.4 2012/10/21 09:16:39 maekke 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.20 |