diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-05 18:36:19 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-05 18:36:19 +0000 |
commit | 43085fc21a2883619f43d619c48b4e248b702bea (patch) | |
tree | ce2709d9f1cc72c52b6076fb226b17a347213abf | |
parent | Version bump, ~amd64 (diff) | |
download | gentoo-2-43085fc21a2883619f43d619c48b4e248b702bea.tar.gz gentoo-2-43085fc21a2883619f43d619c48b4e248b702bea.tar.bz2 gentoo-2-43085fc21a2883619f43d619c48b4e248b702bea.zip |
Cleanup.
(Portage version: 2.1.2.1)
-rw-r--r-- | dev-php4/pecl-json/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-json/pecl-json-1.2.1.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-php4/pecl-json/ChangeLog b/dev-php4/pecl-json/ChangeLog index 600de8608c5b..2eea4c054361 100644 --- a/dev-php4/pecl-json/ChangeLog +++ b/dev-php4/pecl-json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-json -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-json/ChangeLog,v 1.2 2006/11/23 00:38:51 tomk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-json/ChangeLog,v 1.3 2007/03/05 18:36:19 chtekk Exp $ + + 05 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-json-1.2.1.ebuild: + Cleanup. 23 Nov 2006; Tom Knight <tomk@gentoo.org> pecl-json-1.2.1.ebuild: Added ~amd64 KEYWORD, fixes bug #155072 diff --git a/dev-php4/pecl-json/pecl-json-1.2.1.ebuild b/dev-php4/pecl-json/pecl-json-1.2.1.ebuild index fd9b3de67feb..5f9bade599f8 100644 --- a/dev-php4/pecl-json/pecl-json-1.2.1.ebuild +++ b/dev-php4/pecl-json/pecl-json-1.2.1.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-json/pecl-json-1.2.1.ebuild,v 1.2 2006/11/23 00:38:51 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-json/pecl-json-1.2.1.ebuild,v 1.3 2007/03/05 18:36:19 chtekk Exp $ PHP_EXT_NAME="json" PHP_EXT_INI="yes" @@ -8,10 +8,14 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" + DESCRIPTION="PHP extension for JSON serialisation." LICENSE="PHP" SLOT="0" IUSE="" +DEPEND="" +RDEPEND="" + need_php_by_category |