diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-17 23:47:14 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-17 23:47:14 +0000 |
commit | 01cb6aaf2468cc61eb6d8cae049c56f5c8e5cd20 (patch) | |
tree | b1b675867438f068ad0ac11c7960295129b13cf8 | |
parent | Update SRC_URI. (diff) | |
download | gentoo-2-01cb6aaf2468cc61eb6d8cae049c56f5c8e5cd20.tar.gz gentoo-2-01cb6aaf2468cc61eb6d8cae049c56f5c8e5cd20.tar.bz2 gentoo-2-01cb6aaf2468cc61eb6d8cae049c56f5c8e5cd20.zip |
Cleanup.
(Portage version: 2.1.2.2)
-rw-r--r-- | dev-php5/pecl-crack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-crack/pecl-crack-0.4.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php5/pecl-crack/ChangeLog b/dev-php5/pecl-crack/ChangeLog index 9dc3c5daa2e3..edce24955ba2 100644 --- a/dev-php5/pecl-crack/ChangeLog +++ b/dev-php5/pecl-crack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-crack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.12 2006/10/08 19:45:08 sebastian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/ChangeLog,v 1.13 2007/03/17 23:47:14 chtekk Exp $ + + 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-crack-0.4.ebuild: + Cleanup. 08 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> +files/fix-pecl-bug-5765.patch, pecl-crack-0.4.ebuild: diff --git a/dev-php5/pecl-crack/pecl-crack-0.4.ebuild b/dev-php5/pecl-crack/pecl-crack-0.4.ebuild index 1e88917fb590..5294ef3df080 100644 --- a/dev-php5/pecl-crack/pecl-crack-0.4.ebuild +++ b/dev-php5/pecl-crack/pecl-crack-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.2 2006/10/08 19:45:08 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-crack/pecl-crack-0.4.ebuild,v 1.3 2007/03/17 23:47:14 chtekk Exp $ PHP_EXT_NAME="crack" PHP_EXT_INI="yes" @@ -9,11 +9,15 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + DESCRIPTION="PHP interface to the cracklib libraries." LICENSE="PHP" SLOT="0" IUSE="" +DEPEND="" +RDEPEND="" + need_php_by_category src_unpack() { |