Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Tue, 6 Mar 2007 21:43:00 +0000 (21:43 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Tue, 6 Mar 2007 21:43:00 +0000 (21:43 +0000)
Package-Manager: portage-2.1.2.1

dev-php4/pecl-translit/ChangeLog
dev-php4/pecl-translit/pecl-translit-0.5.ebuild
dev-php4/pecl-yaz/ChangeLog
dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild
dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild

index 407d24bb73228f82a1f2fa6aa5ec9a64a2dfdece..88721f607bfc704fc8695c0d56fa3c53b69356c3 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php4/pecl-translit
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-translit/ChangeLog,v 1.1 2006/09/29 20:25:12 sebastian Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-translit/ChangeLog,v 1.2 2007/03/06 21:40:59 chtekk Exp $
+
+  06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-translit-0.5.ebuild:
+  Cleanup.
 
 *pecl-translit-0.5 (29 Sep 2006)
 
index e522b1b1029e03f9035de53a6f3a21fec26be11b..b79e2c8693af32fd3a3c507d7dcb085374d8096c 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-php4/pecl-translit/pecl-translit-0.5.ebuild,v 1.1 2006/09/29 20:25:12 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-translit/pecl-translit-0.5.ebuild,v 1.2 2007/03/06 21:40:59 chtekk Exp $
 
 PHP_EXT_NAME="translit"
 PHP_EXT_INI="yes"
@@ -9,9 +9,13 @@ PHP_EXT_ZENDEXT="no"
 inherit php-ext-pecl-r1
 
 KEYWORDS="~amd64 ~x86"
+
 DESCRIPTION="Transliterates non-latin character sets to latin."
 LICENSE="PHP"
 SLOT="0"
 IUSE=""
 
+DEPEND=""
+RDEPEND=""
+
 need_php_by_category
index 02d83e2bfcd058286bcb2a396ecbc2b50305c84e..210db49c7ec9c927d6b061ae1e65f105cc4e13c5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php4/pecl-yaz
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.14 2007/03/04 18:10:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.15 2007/03/06 21:43:00 chtekk Exp $
+
+  06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-yaz-1.0.4.ebuild,
+  pecl-yaz-1.0.8.ebuild:
+  Cleanup.
 
 *pecl-yaz-1.0.8 (04 Mar 2007)
 
index 08ab52ee6beee4083a6799830de27269db9dca3d..e16060ff32375fa04fa02b3f8b6464ae70564822 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.17 2007/03/04 18:10:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.18 2007/03/06 21:43:00 chtekk Exp $
 
 PHP_EXT_NAME="yaz"
 PHP_EXT_INI="yes"
@@ -21,7 +21,6 @@ RDEPEND="${DEPEND}"
 need_php_by_category
 
 src_compile() {
-       has_php
        my_conf="--with-yaz=/usr"
        php-ext-pecl-r1_src_compile
 }
index a95fef615e4765361713685bfdb7a898723dd1bb..4faadb230d23bf68695725a88ff7b5057af6016c 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild,v 1.1 2007/03/04 18:10:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild,v 1.2 2007/03/06 21:43:00 chtekk Exp $
 
 PHP_EXT_NAME="yaz"
 PHP_EXT_INI="yes"
@@ -21,7 +21,6 @@ RDEPEND="${DEPEND}"
 need_php_by_category
 
 src_compile() {
-       has_php
        my_conf="--with-yaz=/usr"
        php-ext-pecl-r1_src_compile
 }