diff options
author | David Holm <dholm@gentoo.org> | 2005-04-30 10:16:36 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-30 10:16:36 +0000 |
commit | cbe2b5789bbe0dbca85731ae67b7fbfcf683762f (patch) | |
tree | 96f6dc48d694cf9c267ff0fc8826969e101c0b44 /dev-php/xdebug | |
parent | Stable on alpha. (diff) | |
download | historical-cbe2b5789bbe0dbca85731ae67b7fbfcf683762f.tar.gz historical-cbe2b5789bbe0dbca85731ae67b7fbfcf683762f.tar.bz2 historical-cbe2b5789bbe0dbca85731ae67b7fbfcf683762f.zip |
Readded to ~ppc
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/Manifest | 4 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-2.0.0_beta2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index c97e7f52c15f..8b1a0c2652bb 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.20 2005/04/22 14:53:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.21 2005/04/30 10:16:36 dholm Exp $ + + 30 Apr 2005; David Holm <dholm@gentoo.org> xdebug-2.0.0_beta2.ebuild: + Readded to ~ppc 22 Apr 2005; Simon Stelling <blubb@gentoo.org> xdebug-1.3.0.ebuild: stable on amd64 diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest index 1f6d3f4f2e34..035f0aff58a3 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,8 +1,8 @@ -MD5 3c1ce32626e5bcf6efd4e6abac8ee7a7 ChangeLog 2295 +MD5 6cfcffe2c0226033408857f1fae345e9 ChangeLog 2386 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 MD5 30b740a5ad503dae0c45dcb531bc2fe5 xdebug-1.3.0.ebuild 608 MD5 a1b857b5f3f4e87e4d16c75a73cd5fa3 xdebug-1.3.2.ebuild 634 -MD5 c1222a45f2ae481bf5c0b576cd506f3c xdebug-2.0.0_beta2.ebuild 874 +MD5 161a29852493f7870c3e2fee0aafd12e xdebug-2.0.0_beta2.ebuild 879 MD5 15d5aae1230fa641456239de3a52a874 files/digest-xdebug-1.3.0 61 MD5 7b6a3080f772857458ef75181c4f3085 files/digest-xdebug-1.3.2 61 MD5 f897398e6f03e82a1d7e6616f39773eb files/digest-xdebug-2.0.0_beta2 66 diff --git a/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild b/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild index b13d7bbafb41..6d3f89fa23db 100644 --- a/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild +++ b/dev-php/xdebug/xdebug-2.0.0_beta2.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-2.0.0_beta2.ebuild,v 1.4 2005/03/20 18:45:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild,v 1.5 2005/04/30 10:16:36 dholm Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_PECL_PKG="xdebug" @@ -18,7 +18,7 @@ SRC_URI="http://xdebug.org/files/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" SLOT="0" LICENSE="Xdebug" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc" DEPEND="${DEPEND} libedit? ( dev-libs/libedit )" |