diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-15 08:30:51 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-15 08:30:51 +0000 |
commit | 720bf0e08602308dab551994a6f7622db5401ad3 (patch) | |
tree | d174d3528254fc87d70f223cf10e1a785732c805 /dev-php5 | |
parent | Stable on ppc64; bug #121831 (diff) | |
download | historical-720bf0e08602308dab551994a6f7622db5401ad3.tar.gz historical-720bf0e08602308dab551994a6f7622db5401ad3.tar.bz2 historical-720bf0e08602308dab551994a6f7622db5401ad3.zip |
Added ~ppc64; bug #121874
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xdebug/Manifest | 14 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 43e8e9efa4c0..4e9f8a2c0fd6 100644 --- a/dev-php5/xdebug/ChangeLog +++ b/dev-php5/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xdebug # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.4 2006/02/10 17:05:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.5 2006/02/15 08:30:51 corsair Exp $ + + 15 Feb 2006; Markus Rothe <corsair@gentoo.org> xdebug-2.0.0_beta5.ebuild: + Added ~ppc64; bug #121874 10 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> xdebug-2.0.0_beta5.ebuild: diff --git a/dev-php5/xdebug/Manifest b/dev-php5/xdebug/Manifest index e5ca700c226f..a5db0378d271 100644 --- a/dev-php5/xdebug/Manifest +++ b/dev-php5/xdebug/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4a931399e9680857a5f9620d6de0af3f ChangeLog 680 +MD5 97d17dd4a69f6e88ceb6a9f4c5c31e53 ChangeLog 784 MD5 782153078b02d8ee2af4abae1b346eb5 files/digest-xdebug-2.0.0_beta5 66 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 -MD5 32cbc16cb14fbb660e2ac01d3ecf360b xdebug-2.0.0_beta5.ebuild 707 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFD7MgJKRy60XGEcJIRAhaxAJ9Ncct5o/m25+pKBlkinzTsq4xEAACff28S -U66dIedBJYq/dYnSNY9li/Y= -=Sko9 ------END PGP SIGNATURE----- +MD5 1acb154b7fb795cfd384c99b729e0f76 xdebug-2.0.0_beta5.ebuild 713 diff --git a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild index dff18dc2ee66..2b34773bd9d5 100644 --- a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild +++ b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.4 2006/02/10 17:05:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.5 2006/02/15 08:30:51 corsair Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -15,7 +15,7 @@ MY_P="${P/_/}" SRC_URI="http://pecl.php.net/get/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer" |