forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-php/pecl-crack: Revbump to drop php 5.4 and 5.5 dependencies
This package has not been ported and fails with PHP 7.0. Patches are welcome, but this package is in danger of being dropped when PHP 5.6 becomes obsolete. Package-Manager: portage-2.3.2
- Loading branch information
Brian Evans
committed
Dec 8, 2016
1 parent
e537d8c
commit 8e64c24
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
PHP_EXT_NAME="crack" | ||
PHP_EXT_INI="yes" | ||
PHP_EXT_ZENDEXT="no" | ||
PHP_EXT_EXTRA_ECONF="" | ||
DOCS=( EXPERIMENTAL ) | ||
|
||
USE_PHP="php5-6" | ||
|
||
inherit php-ext-pecl-r3 | ||
|
||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" | ||
|
||
DESCRIPTION="PHP interface to the cracklib libraries" | ||
LICENSE="PHP-3 CRACKLIB" | ||
SLOT="0" | ||
IUSE="" | ||
# Patch for http://pecl.php.net/bugs/bug.php?id=5765 | ||
PATCHES=( "${FILESDIR}/fix-php-5-4-support.patch" | ||
"${FILESDIR}/fix-pecl-bug-5765.patch" ) |