Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-php5/pecl-crack
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.20 2008/05/09 12:50:15 hoffie Exp $
09 May 2008; Christian Hoffmann
explicitly call phpize, not src_unpack (bug 220519)
07 May 2008; Christian Hoffmann
calling php-ext-source-r1_src_unpack explicitly, bug 220519
06 Dec 2007; Markus Ullmann
LICENSE fix from project overlay
02 Dec 2007; Jakub Moc
Fix LICENSE
20 Aug 2007; Markus Ullmann
Stable on x86 wrt bug #187234
14 Aug 2007; Markus Rothe
Stable on ppc64; bug #187234
10 Aug 2007; Steve Dibb
amd64 stable, bug 187234
07 Aug 2007; nixnut
Stable on ppc wrt bug 187234
17 Mar 2007; Luca Longinotti
Cleanup.
08 Oct 2006; Sebastian Bergmann
+files/fix-pecl-bug-5765.patch, pecl-crack-0.4.ebuild:
Fix for http://pecl.php.net/bugs/bug.php?id=5765. Patch by Lars Strojny
*pecl-crack-0.4 (29 Sep 2006)
29 Sep 2006; Sebastian Bergmann
-pecl-crack-0.2.ebuild, -pecl-crack-0.3.ebuild, +pecl-crack-0.4.ebuild:
Version bump.
10 Apr 2006; Simon Stelling
added ~amd64 keyword
03 Feb 2006;
Added ~ppc keyword. bug 121024
26 Nov 2005; Luca Longinotti
pecl-crack-0.3.ebuild:
Fix var ordering.
19 Nov 2005; Markus Rothe
pecl-crack-0.3.ebuild:
Added ~ppc64 keyword; bug #102649
24 Sep 2005; Jason Wever
Added ~sparc keyword back into pecl-crack because it got dropped. :(
15 Sep 2005; Michael Sterrett
pecl-crack-0.2.ebuild:
dekeyword for amd64 until php5 is keyworded as well
*pecl-crack-0.3 (10 Sep 2005)
10 Sep 2005; Sebastian Bergmann
+pecl-crack-0.3.ebuild:
Version bump, DEPEND on cracklib no longer needed.
10 Sep 2005; Jason Wever
Added ~sparc keyword.
07 Sep 2005; Sebastian Bergmann
pecl-crack-0.2.ebuild:
Marked ~amd64 per bug 99551.
18 Aug 2005;
Initial version; replaces older dev-php/* packages
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX fix-pecl-bug-5765.patch 375 RMD160 ffa88c2df971ad7979e3c3ec4c2d1c850e3fef19 SHA1 9c922ce9c4cafc52d746cdb89c0fd6b8ed570ae7 SHA256 1a4f72c1c51cbc95eaa68776fdc677a740ae2cc04e21000a2260548fb7f85b74
DIST crack-0.4.tgz 25524 RMD160 335b1cecb0ccd958fa01c499a636e0e22a5a46ea SHA1 aa1554747ef2d1c96e4a47fdb0057828661a918a SHA256 00a5250a6c82b39c1aefcb6e1ce0980da5df49c9bfc6ade9a8e867d89e87f560
EBUILD pecl-crack-0.4.ebuild 670 RMD160 c2350eba57d5b000d958923fb6964c166fa90f91 SHA1 38de30ce78a88e471349fc1f64e5f06954cadf55 SHA256 05839c9e29662025b45d33a6e47d8950f020d3c3e234b25360e207dbc201bd58
MISC ChangeLog 2748 RMD160 3f975881f5d06734a78f6e37903f3a6c1c38c475 SHA1 b94bf8f5a027b8c38afc9f2bb4b815a1d1aa1f51 SHA256 0062cdb68e59f4e4e3ed3f8e4ce9ba09ae773b8e954918e4d11239122914cc08
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkgkSI0ACgkQV6E0EIywUuXmKACgnavxYLy1vkHlp/oUM0pUamuC
xh8AoNnGXP5JXaT5vibrfvm6mB+qCgIw
=yi3e
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/pecl-crack-0.4.ebuild,v 1.10 2008/05/09 12:50:15 hoffie Exp $
PHP_EXT_NAME="crack"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="EXPERIMENTAL"
inherit php-ext-pecl-r1
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DESCRIPTION="PHP interface to the cracklib libraries."
LICENSE="PHP-3 CRACKLIB"
SLOT="0"
IUSE=""
DEPEND=""
need_php_by_category
src_unpack() {
unpack ${A}
cd "${S}"
# Patch for http://pecl.php.net/bugs/bug.php?id=5765
epatch "${FILESDIR}/fix-pecl-bug-5765.patch"
php-ext-source-r1_phpize
}