diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 23:16:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 23:16:51 +0000 |
commit | f9d5b5efc3d4df90306f57425ad54c4f0f9966c8 (patch) | |
tree | 5cabd4558f065daaefb5c9cb3addc7cd6fa6a12f /dev-php/xdebug | |
parent | Mark 4.64 stable on alpha (diff) | |
download | historical-f9d5b5efc3d4df90306f57425ad54c4f0f9966c8.tar.gz historical-f9d5b5efc3d4df90306f57425ad54c4f0f9966c8.tar.bz2 historical-f9d5b5efc3d4df90306f57425ad54c4f0f9966c8.zip |
Mark 1.3.2 stable on alpha
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 94c7a501b746..13e28b0290b6 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.24 2005/06/17 20:54:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.25 2005/09/10 23:16:51 agriffis Exp $ + + 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> xdebug-1.3.2.ebuild: + Mark 1.3.2 stable on alpha 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xdebug-1.3.2.ebuild: Stable on ppc. diff --git a/dev-php/xdebug/xdebug-1.3.2.ebuild b/dev-php/xdebug/xdebug-1.3.2.ebuild index deeacaeb4ac4..51f9c32ad339 100644 --- a/dev-php/xdebug/xdebug-1.3.2.ebuild +++ b/dev-php/xdebug/xdebug-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.2.ebuild,v 1.3 2005/06/17 20:54:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.2.ebuild,v 1.4 2005/09/10 23:16:51 agriffis Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -15,7 +15,7 @@ MY_P="${P/_/}" SRC_URI="http://www.xdebug.org/files/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" -KEYWORDS="~alpha amd64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ppc ~sparc x86" src_install() { php-ext-source_src_install |