summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2008-06-03 03:31:42 +0000
committerLuca Longinotti <chtekk@gentoo.org>2008-06-03 03:31:42 +0000
commitcacb8a41dc7118e7fccb46b010e0328bd2c89c11 (patch)
treef3fe39aab1a2fcc8fb7e0e154bfa469e15fae37c /dev-php
parentRemove old. (diff)
downloadgentoo-2-cacb8a41dc7118e7fccb46b010e0328bd2c89c11.tar.gz
gentoo-2-cacb8a41dc7118e7fccb46b010e0328bd2c89c11.tar.bz2
gentoo-2-cacb8a41dc7118e7fccb46b010e0328bd2c89c11.zip
Version bump.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.24-gentoo-r4 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/xdebug-client/ChangeLog9
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.0.0.ebuild37
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.0.3.ebuild (renamed from dev-php/xdebug-client/xdebug-client-2.0.1.ebuild)6
3 files changed, 11 insertions, 41 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog
index 9868a2a7fcbb..2b5b48dcc467 100644
--- a/dev-php/xdebug-client/ChangeLog
+++ b/dev-php/xdebug-client/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/xdebug-client
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.11 2008/03/08 22:14:55 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.12 2008/06/03 03:31:42 chtekk Exp $
+
+*xdebug-client-2.0.3 (03 Jun 2008)
+
+ 03 Jun 2008; Luca Longinotti <chtekk@gentoo.org>
+ -xdebug-client-2.0.0.ebuild, -xdebug-client-2.0.1.ebuild,
+ +xdebug-client-2.0.3.ebuild:
+ Version bump.
08 Mar 2008; <pva@gentoo.org> xdebug-client-2.0.2.ebuild:
amd64 stable, bug #208848.
diff --git a/dev-php/xdebug-client/xdebug-client-2.0.0.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.0.ebuild
deleted file mode 100644
index b6012c903d95..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.0.ebuild,v 1.1 2007/08/16 21:34:07 hoffie Exp $
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/rc/RC}"
-
-DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
-HOMEPAGE="http://www.xdebug.org/"
-SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
-LICENSE="Xdebug"
-SLOT="0"
-IUSE="libedit"
-
-S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
-
-DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack "${A}"
- chmod +x "${S}/configure"
-}
-
-src_compile() {
- econf \
- $(use_with libedit) \
- || die "Configure of debug client failed!"
-
- emake || die "Build of debug client failed!"
-}
-
-src_install() {
- newbin debugclient xdebug
-}
diff --git a/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild
index 0ca8c9f1b631..94525c97eb05 100644
--- a/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild,v 1.1 2007/10/28 11:45:27 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.3.ebuild,v 1.1 2008/06/03 03:31:42 chtekk Exp $
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"