diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:40:59 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:40:59 +0000 |
commit | c9115ed43bd82f686c70bceda3e5796d36d9503e (patch) | |
tree | e1ea4b4d410d97171e4c6e9bdd1a179ab93a2983 /dev-php4/pecl-translit | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-c9115ed43bd82f686c70bceda3e5796d36d9503e.tar.gz gentoo-2-c9115ed43bd82f686c70bceda3e5796d36d9503e.tar.bz2 gentoo-2-c9115ed43bd82f686c70bceda3e5796d36d9503e.zip |
Cleanup.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4/pecl-translit')
-rw-r--r-- | dev-php4/pecl-translit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-translit/pecl-translit-0.5.ebuild | 8 |
2 files changed, 11 insertions, 4 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 |