Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Sat, 17 Mar 2007 23:50:25 +0000 (23:50 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sat, 17 Mar 2007 23:50:25 +0000 (23:50 +0000)
Package-Manager: portage-2.1.2.2

dev-php5/pecl-crack/ChangeLog
dev-php5/pecl-crack/pecl-crack-0.4.ebuild
dev-php5/pecl-dbx/ChangeLog
dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild

index 9dc3c5daa2e3edad3000cb46f2f56dddb234967a..edce24955ba2705f89f398931964e56d47c4b485 100644 (file)
@@ -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:
index 1e88917fb590c87541923246871dcba09217ae57..5294ef3df08058ff82134763c23fcc41bfeba3ff 100644 (file)
@@ -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() {
index bb3dfc362405bd5219c888d3bfcd3028412dd6a1..a354445bb500ec63a051e6f0e5c83cb8945902f0 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/pecl-dbx
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/ChangeLog,v 1.6 2007/02/21 23:56:11 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/ChangeLog,v 1.7 2007/03/17 23:50:25 chtekk Exp $
+
+  17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-dbx-1.1.0.ebuild:
+  Cleanup.
 
   21 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index ae82c57a79999debd6a25535fac849f9d8936054..cf9a2785c210e14270fe16dec4865060fa9a8769 100644 (file)
@@ -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-dbx/pecl-dbx-1.1.0.ebuild,v 1.6 2006/05/27 00:49:51 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild,v 1.7 2007/03/17 23:50:25 chtekk Exp $
 
 PHP_EXT_NAME="dbx"
 PHP_EXT_INI="yes"
@@ -9,15 +9,13 @@ PHP_EXT_ZENDEXT="no"
 inherit php-ext-pecl-r1
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
 DESCRIPTION="The dbx module is a database abstraction layer."
 LICENSE="PHP"
 SLOT="0"
 IUSE=""
 
-need_php_by_category
+DEPEND=""
+RDEPEND=""
 
-src_compile() {
-       has_php
-       my_conf="--enable-dbx"
-       php-ext-pecl-r1_src_compile
-}
+need_php_by_category