diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-27 00:46:36 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-27 00:46:36 +0000 |
commit | f833fc45ddcdcb747dd03e9195d3475c57edcf1c (patch) | |
tree | 841cd00244d7b307450e406aa1ed3a74f2ddae37 /dev-php4/xdebug | |
parent | Added to ~amd64. (diff) | |
download | gentoo-2-f833fc45ddcdcb747dd03e9195d3475c57edcf1c.tar.gz gentoo-2-f833fc45ddcdcb747dd03e9195d3475c57edcf1c.tar.bz2 gentoo-2-f833fc45ddcdcb747dd03e9195d3475c57edcf1c.zip |
Added to ~amd64.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-php4/xdebug')
-rw-r--r-- | dev-php4/xdebug/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php4/xdebug/ChangeLog b/dev-php4/xdebug/ChangeLog index a19d28b7c6cd..313edfe3ab70 100644 --- a/dev-php4/xdebug/ChangeLog +++ b/dev-php4/xdebug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php4/xdebug -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.6 2005/12/31 11:54:25 sebastian Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.7 2006/05/27 00:46:36 chtekk Exp $ + + 27 May 2006; Luca Longinotti <chtekk@gentoo.org> + xdebug-2.0.0_beta5.ebuild: + Added to ~amd64. *xdebug-2.0.0_beta5 (31 Dec 2005) diff --git a/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild b/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild index 870b0a527d7e..454e9ea5eb3f 100644 --- a/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild +++ b/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.1 2005/12/31 11:54:25 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.2 2006/05/27 00:46:36 chtekk Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="yes" inherit php-ext-source-r1 -KEYWORDS="~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A PHP Debugging and Profiling extension." HOMEPAGE="http://www.xdebug.org/" LICENSE="Xdebug" |