diff options
author | 2007-03-04 19:39:12 +0000 | |
---|---|---|
committer | 2007-03-04 19:39:12 +0000 | |
commit | 2a9e705a1e89c508a1e937ceb9738b62e7e87142 (patch) | |
tree | 9851db576cc8352a4445a9bc3676b573067a24ec /dev-php5/pecl-json | |
parent | 1.8.6 pre3 (diff) | |
download | gentoo-2-2a9e705a1e89c508a1e937ceb9738b62e7e87142.tar.gz gentoo-2-2a9e705a1e89c508a1e937ceb9738b62e7e87142.tar.bz2 gentoo-2-2a9e705a1e89c508a1e937ceb9738b62e7e87142.zip |
Cleanup.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php5/pecl-json')
-rw-r--r-- | dev-php5/pecl-json/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-json/pecl-json-1.2.1.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-php5/pecl-json/ChangeLog b/dev-php5/pecl-json/ChangeLog index 456dbe10c492..0e4465c53146 100644 --- a/dev-php5/pecl-json/ChangeLog +++ b/dev-php5/pecl-json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-json -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-json/ChangeLog,v 1.2 2006/11/23 00:39:20 tomk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-json/ChangeLog,v 1.3 2007/03/04 19:39:12 chtekk Exp $ + + 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-json-1.2.1.ebuild: + Cleanup, don't install with PHP 5.2. 23 Nov 2006; Tom Knight <tomk@gentoo.org> pecl-json-1.2.1.ebuild: Added ~amd64 KEYWORD, fixes bug #155072 diff --git a/dev-php5/pecl-json/pecl-json-1.2.1.ebuild b/dev-php5/pecl-json/pecl-json-1.2.1.ebuild index 60287b2d6483..97319b832825 100644 --- a/dev-php5/pecl-json/pecl-json-1.2.1.ebuild +++ b/dev-php5/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-php5/pecl-json/pecl-json-1.2.1.ebuild,v 1.2 2006/11/23 00:39:20 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-json/pecl-json-1.2.1.ebuild,v 1.3 2007/03/04 19:39:12 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="!>=dev-lang/php-5.2" +RDEPEND="${DEPEND}" + need_php_by_category |