summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-12 00:57:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-12 00:57:50 +0000
commitcec8fae80fe79a443e8faf892231b63e9fc1bf62 (patch)
tree4759f9f80ca79722b80bca94da2868ab80efee6f /dev-php
parentStable on sparc (diff)
downloadhistorical-cec8fae80fe79a443e8faf892231b63e9fc1bf62.tar.gz
historical-cec8fae80fe79a443e8faf892231b63e9fc1bf62.tar.bz2
historical-cec8fae80fe79a443e8faf892231b63e9fc1bf62.zip
fix cracklib DEPEND #88241
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PECL-crack/Manifest14
-rw-r--r--dev-php/PECL-crack/PECL-crack-0.1.ebuild13
-rw-r--r--dev-php/PECL-crack/PECL-crack-0.2.ebuild13
3 files changed, 16 insertions, 24 deletions
diff --git a/dev-php/PECL-crack/Manifest b/dev-php/PECL-crack/Manifest
index 94c3947de70e..87a3e59e367b 100644
--- a/dev-php/PECL-crack/Manifest
+++ b/dev-php/PECL-crack/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 3c01f762ce22dd112b9b3b260309bb96 PECL-crack-0.2.ebuild 495
-MD5 6700e0811471cb3b36c7f3f71b5c31ef PECL-crack-0.1.ebuild 495
MD5 ea0e78bf23cabcf95c45b551942f3a9c ChangeLog 620
+MD5 9c14099b7cdcd9c0a7d7444ae1f6549f PECL-crack-0.1.ebuild 477
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
+MD5 fde684b5b72173b2b0dbcede345240cf PECL-crack-0.2.ebuild 477
MD5 5d347da6832eaf4d5eb0f8a44b8778a6 files/digest-PECL-crack-0.1 56
MD5 23b550fda581d450144e8ef0ca019082 files/digest-PECL-crack-0.2 56
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCOmtraGfFFLhbXWkRAlgkAJ9JNxccgzpNNC/rpsLjvZePqsRuTgCaAkpK
-HYdi+f/VMDUdLPXc/blhVys=
-=8Zip
------END PGP SIGNATURE-----
diff --git a/dev-php/PECL-crack/PECL-crack-0.1.ebuild b/dev-php/PECL-crack/PECL-crack-0.1.ebuild
index c4c33f806c9f..d0f12646be5d 100644
--- a/dev-php/PECL-crack/PECL-crack-0.1.ebuild
+++ b/dev-php/PECL-crack/PECL-crack-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.1.ebuild,v 1.2 2005/03/18 05:47:15 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.1.ebuild,v 1.3 2005/04/12 00:57:50 vapier Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="crack"
@@ -9,10 +9,11 @@ PHP_EXT_INI="yes"
inherit php-ext-pecl
-IUSE=""
-DESCRIPTION="PHP interface to the cracklib (libcrack) libraries."
-SLOT="0"
+DESCRIPTION="PHP interface to the cracklib (libcrack) libraries"
+
LICENSE="Artistic"
+SLOT="0"
KEYWORDS="~x86"
-DEPEND="${DEPEND}
- <sys-libs/cracklib-2.8"
+IUSE=""
+
+DEPEND="sys-libs/cracklib"
diff --git a/dev-php/PECL-crack/PECL-crack-0.2.ebuild b/dev-php/PECL-crack/PECL-crack-0.2.ebuild
index 5de9106b95bf..c5061d21f0af 100644
--- a/dev-php/PECL-crack/PECL-crack-0.2.ebuild
+++ b/dev-php/PECL-crack/PECL-crack-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.2.ebuild,v 1.1 2005/03/18 05:47:15 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.2.ebuild,v 1.2 2005/04/12 00:57:50 vapier Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="crack"
@@ -9,10 +9,11 @@ PHP_EXT_INI="yes"
inherit php-ext-pecl
-IUSE=""
-DESCRIPTION="PHP interface to the cracklib (libcrack) libraries."
-SLOT="0"
+DESCRIPTION="PHP interface to the cracklib (libcrack) libraries"
+
LICENSE="Artistic"
+SLOT="0"
KEYWORDS="~x86"
-DEPEND="${DEPEND}
- <sys-libs/cracklib-2.8"
+IUSE=""
+
+DEPEND="sys-libs/cracklib"