diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:01:12 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 01:01:12 +0000 |
commit | 321b6c6315cff4bca3a7e2902aa2b0f09a33ef82 (patch) | |
tree | b705b6ce46b75609965dbb2fd08afa60671d017e /dev-php5/pecl-translit | |
parent | Replacing einfo with elog (diff) | |
download | historical-321b6c6315cff4bca3a7e2902aa2b0f09a33ef82.tar.gz historical-321b6c6315cff4bca3a7e2902aa2b0f09a33ef82.tar.bz2 historical-321b6c6315cff4bca3a7e2902aa2b0f09a33ef82.zip |
Cleanup.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-php5/pecl-translit')
-rw-r--r-- | dev-php5/pecl-translit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-translit/pecl-translit-0.5.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php5/pecl-translit/ChangeLog b/dev-php5/pecl-translit/ChangeLog index 4459017d920f..24739dc7b83b 100644 --- a/dev-php5/pecl-translit/ChangeLog +++ b/dev-php5/pecl-translit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-translit -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/ChangeLog,v 1.1 2006/09/29 20:29:19 sebastian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/ChangeLog,v 1.2 2007/03/18 00:58:58 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-translit-0.5.ebuild: + Cleanup. *pecl-translit-0.5 (29 Sep 2006) diff --git a/dev-php5/pecl-translit/pecl-translit-0.5.ebuild b/dev-php5/pecl-translit/pecl-translit-0.5.ebuild index 667ad7fef48a..668712862bc7 100644 --- a/dev-php5/pecl-translit/pecl-translit-0.5.ebuild +++ b/dev-php5/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-php5/pecl-translit/pecl-translit-0.5.ebuild,v 1.1 2006/09/29 20:29:19 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.5.ebuild,v 1.2 2007/03/18 00:58:58 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 |