diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:43:00 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:43:00 +0000 |
commit | 6e9efc95161bb060ae4740274ccd37f8a0e15aa3 (patch) | |
tree | 66d46e7aa1bcf5b5ae0115e32459431c53d04729 /dev-php4 | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-6e9efc95161bb060ae4740274ccd37f8a0e15aa3.tar.gz historical-6e9efc95161bb060ae4740274ccd37f8a0e15aa3.tar.bz2 historical-6e9efc95161bb060ae4740274ccd37f8a0e15aa3.zip |
Cleanup.
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-translit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-translit/pecl-translit-0.5.ebuild | 8 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild | 3 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild | 3 |
5 files changed, 18 insertions, 9 deletions
diff --git a/dev-php4/pecl-translit/ChangeLog b/dev-php4/pecl-translit/ChangeLog index 407d24bb7322..88721f607bfc 100644 --- a/dev-php4/pecl-translit/ChangeLog +++ b/dev-php4/pecl-translit/ChangeLog @@ -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) diff --git a/dev-php4/pecl-translit/pecl-translit-0.5.ebuild b/dev-php4/pecl-translit/pecl-translit-0.5.ebuild index e522b1b1029e..b79e2c8693af 100644 --- a/dev-php4/pecl-translit/pecl-translit-0.5.ebuild +++ b/dev-php4/pecl-translit/pecl-translit-0.5.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-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 diff --git a/dev-php4/pecl-yaz/ChangeLog b/dev-php4/pecl-yaz/ChangeLog index 02d83e2bfcd0..210db49c7ec9 100644 --- a/dev-php4/pecl-yaz/ChangeLog +++ b/dev-php4/pecl-yaz/ChangeLog @@ -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) diff --git a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild index 08ab52ee6bee..e16060ff3237 100644 --- a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild +++ b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild @@ -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 } diff --git a/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild b/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild index a95fef615e47..4faadb230d23 100644 --- a/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild +++ b/dev-php4/pecl-yaz/pecl-yaz-1.0.8.ebuild @@ -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 } |