summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-09-10 07:48:25 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-09-10 07:48:25 +0000
commit36835c002a0dc5d440e19b66a68a70c865868a5c (patch)
tree7df546e2273d7c67bfeea8748fcbb2fe18ca263a /dev-php4/pecl-crack
parentfix ugly segfaults #105432 (diff)
downloadhistorical-36835c002a0dc5d440e19b66a68a70c865868a5c.tar.gz
historical-36835c002a0dc5d440e19b66a68a70c865868a5c.tar.bz2
historical-36835c002a0dc5d440e19b66a68a70c865868a5c.zip
Version bump. Fix KEYWORDS.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php4/pecl-crack')
-rw-r--r--dev-php4/pecl-crack/ChangeLog8
-rw-r--r--dev-php4/pecl-crack/Manifest12
-rw-r--r--dev-php4/pecl-crack/files/digest-pecl-crack-0.31
-rw-r--r--dev-php4/pecl-crack/pecl-crack-0.2.ebuild4
-rw-r--r--dev-php4/pecl-crack/pecl-crack-0.3.ebuild19
5 files changed, 36 insertions, 8 deletions
diff --git a/dev-php4/pecl-crack/ChangeLog b/dev-php4/pecl-crack/ChangeLog
index 2d8158ab6e34..7079b19b8f0a 100644
--- a/dev-php4/pecl-crack/ChangeLog
+++ b/dev-php4/pecl-crack/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php4/pecl-crack
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-crack/ChangeLog,v 1.2 2005/09/07 05:41:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-crack/ChangeLog,v 1.3 2005/09/10 07:48:25 sebastian Exp $
+
+*pecl-crack-0.3 (10 Sep 2005)
+
+ 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ +pecl-crack-0.3.ebuild:
+ Version bump, DEPEND on cracklib no longer needed.
07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org>
pecl-crack-0.2.ebuild:
diff --git a/dev-php4/pecl-crack/Manifest b/dev-php4/pecl-crack/Manifest
index 12e6b0828dea..da03e25a097c 100644
--- a/dev-php4/pecl-crack/Manifest
+++ b/dev-php4/pecl-crack/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 db1256618f6940f2167f9e0b247775d8 pecl-crack-0.2.ebuild 530
-MD5 a7144cc9ef82f76846878c4569a25f56 ChangeLog 428
+MD5 1b248ab572503260c5c8ccc56d7853d8 pecl-crack-0.2.ebuild 523
+MD5 9e1cdb9191ff0edafead053647db8f91 pecl-crack-0.3.ebuild 473
+MD5 b34c734b0703675519f30932c2c6ac8b ChangeLog 596
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
MD5 23b550fda581d450144e8ef0ca019082 files/digest-pecl-crack-0.2 56
+MD5 2ba367c254f48def392daa2084c1e6b7 files/digest-pecl-crack-0.3 57
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDHn3daGfFFLhbXWkRAqfDAKCWkzNdGJ63UGAjYsCcLIgcMZxVwQCgipKb
-uqRrQfwZILPpap+56gp/fqI=
-=Cbxb
+iD8DBQFDIpASaGfFFLhbXWkRAgMEAJ4lVcItzIMZdC+VNcV6n8ZgZ+J3KQCgiN9h
+Yku8q4IbOoIb23bK8RQMajM=
+=zE+b
-----END PGP SIGNATURE-----
diff --git a/dev-php4/pecl-crack/files/digest-pecl-crack-0.3 b/dev-php4/pecl-crack/files/digest-pecl-crack-0.3
new file mode 100644
index 000000000000..c7044017d7be
--- /dev/null
+++ b/dev-php4/pecl-crack/files/digest-pecl-crack-0.3
@@ -0,0 +1 @@
+MD5 43a3dc3e4f2d16bf1e30ccea0d384183 crack-0.3.tgz 23304
diff --git a/dev-php4/pecl-crack/pecl-crack-0.2.ebuild b/dev-php4/pecl-crack/pecl-crack-0.2.ebuild
index 1b67186ae0b3..31c09e61991d 100644
--- a/dev-php4/pecl-crack/pecl-crack-0.2.ebuild
+++ b/dev-php4/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-php4/pecl-crack/pecl-crack-0.2.ebuild,v 1.2 2005/09/07 05:41:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-crack/pecl-crack-0.2.ebuild,v 1.3 2005/09/10 07:48:25 sebastian Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="crack"
@@ -13,7 +13,7 @@ DESCRIPTION="PHP interface to the cracklib (libcrack) libraries"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
+KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND="${DEPEND}
diff --git a/dev-php4/pecl-crack/pecl-crack-0.3.ebuild b/dev-php4/pecl-crack/pecl-crack-0.3.ebuild
new file mode 100644
index 000000000000..e4ccf240435b
--- /dev/null
+++ b/dev-php4/pecl-crack/pecl-crack-0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-crack/pecl-crack-0.3.ebuild,v 1.1 2005/09/10 07:48:25 sebastian Exp $
+
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_PECL_PKG="crack"
+PHP_EXT_NAME="crack"
+PHP_EXT_INI="yes"
+
+inherit php-ext-pecl-r1
+
+DESCRIPTION="PHP interface to the cracklib (libcrack) libraries"
+
+LICENSE="PHP"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+need_php_by_category