summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-12-05 15:06:13 -0500
committerBrian Evans <grknight@gentoo.org>2019-12-05 15:25:36 -0500
commitb839de303020b6e3739b033d9a8478ab26d6b781 (patch)
tree687e56e6b22afe5c3f1cb052ef3e20455bcd1e38 /dev-php
parentdev-php/libvirt-php: Drop old (diff)
downloadgentoo-b839de303020b6e3739b033d9a8478ab26d6b781.tar.gz
gentoo-b839de303020b6e3739b033d9a8478ab26d6b781.tar.bz2
gentoo-b839de303020b6e3739b033d9a8478ab26d6b781.zip
dev-php/pecl-crack: Drop old
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild
deleted file mode 100644
index dcda4876842a..000000000000
--- a/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="crack"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_EXTRA_ECONF=""
-DOCS=( EXPERIMENTAL )
-
-USE_PHP="php5-6 php7-0 php7-1"
-
-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"
-"${FILESDIR}/${PV}-php7.patch"
-)