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 | d6f0ffd580471c41c9dab8aa78e5c4791fa5926c (patch) | |
tree | 232fa4f06d115ad7454cb737d322f8af0e2553e8 /dev-php | |
parent | Mark 4.64 stable on alpha (diff) | |
download | gentoo-2-d6f0ffd580471c41c9dab8aa78e5c4791fa5926c.tar.gz gentoo-2-d6f0ffd580471c41c9dab8aa78e5c4791fa5926c.tar.bz2 gentoo-2-d6f0ffd580471c41c9dab8aa78e5c4791fa5926c.zip |
Mark 1.3.2 stable on alpha
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/Manifest | 6 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.2.ebuild | 4 |
3 files changed, 9 insertions, 6 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/Manifest b/dev-php/xdebug/Manifest index 7cb0bc79d896..e2343302cbf4 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,8 +1,8 @@ +MD5 9c60bfcce6e84a393fe0f068eeb36d1e xdebug-1.3.2.ebuild 627 +MD5 37f3329a5835c84a770ce769a548b979 xdebug-2.0.0_beta3.ebuild 883 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 MD5 e9ea615820652bd0a3e53fd8cfa37ea3 ChangeLog 2755 MD5 30b740a5ad503dae0c45dcb531bc2fe5 xdebug-1.3.0.ebuild 608 -MD5 37f3329a5835c84a770ce769a548b979 xdebug-2.0.0_beta3.ebuild 883 -MD5 64819fb841bd8a542c49f46a4e4c5a74 xdebug-1.3.2.ebuild 628 +MD5 15d5aae1230fa641456239de3a52a874 files/digest-xdebug-1.3.0 61 MD5 7b6a3080f772857458ef75181c4f3085 files/digest-xdebug-1.3.2 61 MD5 c10b6f2aa070d6dbce8829728f83408b files/digest-xdebug-2.0.0_beta3 66 -MD5 15d5aae1230fa641456239de3a52a874 files/digest-xdebug-1.3.0 61 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 |