summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-11-25 16:19:41 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-11-25 16:19:41 +0000
commitca068d35fc516adb49637cc25a6cb008966ea207 (patch)
tree23672651a15a0f57c54e5f3dfaf8f9bd5d69d36e
parentstable on amd64 wrt bug 100519 (diff)
downloadgentoo-2-ca068d35fc516adb49637cc25a6cb008966ea207.tar.gz
gentoo-2-ca068d35fc516adb49637cc25a6cb008966ea207.tar.bz2
gentoo-2-ca068d35fc516adb49637cc25a6cb008966ea207.zip
Sync with overlay.
(Portage version: 2.0.53_rc7)
-rw-r--r--dev-php4/xdebug/ChangeLog8
-rw-r--r--dev-php4/xdebug/Manifest8
-rw-r--r--dev-php4/xdebug/files/digest-xdebug-2.0.0_beta41
-rw-r--r--dev-php4/xdebug/xdebug-1.3.2.ebuild18
-rw-r--r--dev-php4/xdebug/xdebug-2.0.0_beta4.ebuild29
5 files changed, 53 insertions, 11 deletions
diff --git a/dev-php4/xdebug/ChangeLog b/dev-php4/xdebug/ChangeLog
index 81a0e60e2704..3e1f810c9f6b 100644
--- a/dev-php4/xdebug/ChangeLog
+++ b/dev-php4/xdebug/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2005/11/19 20:53:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.4 2005/11/25 16:19:41 chtekk Exp $
+
+*xdebug-2.0.0_beta4 (25 Nov 2005)
+
+ 25 Nov 2005; Luca Longinotti <chtekk@gentoo.org> xdebug-1.3.2.ebuild,
+ +xdebug-2.0.0_beta4.ebuild:
+ Tidy up ebuilds and add Xdebug 2.0.0beta4 to the tree.
19 Nov 2005; Markus Rothe <corsair@gentoo.org> xdebug-1.3.2.ebuild:
Added ~ppc64 keyword; bug #102649
diff --git a/dev-php4/xdebug/Manifest b/dev-php4/xdebug/Manifest
index 6c2ed500237d..f6b273289595 100644
--- a/dev-php4/xdebug/Manifest
+++ b/dev-php4/xdebug/Manifest
@@ -1,4 +1,6 @@
-MD5 0cc2e43c5056ad466da5b13428060280 ChangeLog 503
-MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 4ac45eee227935ebd198efadf5438097 xdebug-1.3.2.ebuild 654
+MD5 92ab2a6a80bc9902f6d51f03645a8852 ChangeLog 698
MD5 7b6a3080f772857458ef75181c4f3085 files/digest-xdebug-1.3.2 61
+MD5 d4271c5c7f4e62fa80e0e88f0adef1b1 files/digest-xdebug-2.0.0_beta4 66
+MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
+MD5 7cfc35fd409ea4a08e8e8614ea60f858 xdebug-1.3.2.ebuild 621
+MD5 5f06e262974b9bee7630cea8b44c4532 xdebug-2.0.0_beta4.ebuild 602
diff --git a/dev-php4/xdebug/files/digest-xdebug-2.0.0_beta4 b/dev-php4/xdebug/files/digest-xdebug-2.0.0_beta4
new file mode 100644
index 000000000000..806fb582ec90
--- /dev/null
+++ b/dev-php4/xdebug/files/digest-xdebug-2.0.0_beta4
@@ -0,0 +1 @@
+MD5 02655beb2fd80abd9c2246a4a9c6e30f xdebug-2.0.0beta4.tgz 228343
diff --git a/dev-php4/xdebug/xdebug-1.3.2.ebuild b/dev-php4/xdebug/xdebug-1.3.2.ebuild
index cea8e4442b5f..8a9e4ea96170 100644
--- a/dev-php4/xdebug/xdebug-1.3.2.ebuild
+++ b/dev-php4/xdebug/xdebug-1.3.2.ebuild
@@ -1,25 +1,29 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-1.3.2.ebuild,v 1.3 2005/11/19 20:53:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-1.3.2.ebuild,v 1.4 2005/11/25 16:19:41 chtekk Exp $
-PHP_EXT_ZENDEXT="yes"
PHP_EXT_NAME="xdebug"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="yes"
inherit php-ext-source-r1
-IUSE=""
+KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
DESCRIPTION="A PHP Debugging and Profiling extension."
HOMEPAGE="http://www.xdebug.org/"
+LICENSE="Xdebug"
SLOT="0"
+IUSE=""
+
MY_P="${P/_/}"
-SRC_URI="http://www.xdebug.org/files/${MY_P}.tgz"
+SRC_URI="http://pecl.php.net/get/${MY_P}.tgz"
S="${WORKDIR}/${MY_P}"
-LICENSE="Xdebug"
-KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="${RDEPEND} !dev-php4/ZendOptimizer"
need_php_by_category
src_install() {
php-ext-source-r1_src_install
- dodoc NEWS README Changelog CREDITS LICENSE
+ dodoc-php NEWS README Changelog CREDITS LICENSE
}
diff --git a/dev-php4/xdebug/xdebug-2.0.0_beta4.ebuild b/dev-php4/xdebug/xdebug-2.0.0_beta4.ebuild
new file mode 100644
index 000000000000..1e54576eaedd
--- /dev/null
+++ b/dev-php4/xdebug/xdebug-2.0.0_beta4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 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_beta4.ebuild,v 1.1 2005/11/25 16:19:41 chtekk Exp $
+
+PHP_EXT_NAME="xdebug"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="yes"
+
+inherit php-ext-source-r1
+
+KEYWORDS="~x86"
+DESCRIPTION="A PHP Debugging and Profiling extension."
+HOMEPAGE="http://www.xdebug.org/"
+LICENSE="Xdebug"
+SLOT="0"
+IUSE=""
+
+MY_P="${P/_/}"
+SRC_URI="http://pecl.php.net/get/${MY_P}.tgz"
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="${RDEPEND} !dev-php4/ZendOptimizer"
+
+need_php_by_category
+
+src_install() {
+ php-ext-source-r1_src_install
+ dodoc-php NEWS README Changelog CREDITS LICENSE
+}