summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-01-04 03:50:03 +0000
committerBrian Evans <grknight@gentoo.org>2015-01-04 03:50:03 +0000
commit0e4e40ae233de1c4fccb33d46c7ba70c4fad2418 (patch)
tree67d2976409786d3e6983c1c8730cd3bb66a4903c /dev-php/xdebug-client
parentkeyword ~arm (diff)
downloadgentoo-2-0e4e40ae233de1c4fccb33d46c7ba70c4fad2418.tar.gz
gentoo-2-0e4e40ae233de1c4fccb33d46c7ba70c4fad2418.tar.bz2
gentoo-2-0e4e40ae233de1c4fccb33d46c7ba70c4fad2418.zip
Version bump; drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/xdebug-client')
-rw-r--r--dev-php/xdebug-client/ChangeLog10
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.2.0.ebuild34
-rw-r--r--dev-php/xdebug-client/xdebug-client-2.2.6.ebuild (renamed from dev-php/xdebug-client/xdebug-client-2.2.1.ebuild)8
3 files changed, 12 insertions, 40 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog
index 000d1b3bcc7d..93990ed2e509 100644
--- a/dev-php/xdebug-client/ChangeLog
+++ b/dev-php/xdebug-client/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/xdebug-client
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.71 2014/08/10 21:06:23 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.72 2015/01/04 03:50:03 grknight Exp $
+
+*xdebug-client-2.2.6 (04 Jan 2015)
+
+ 04 Jan 2015; Brian Evans <grknight@gentoo.org> +xdebug-client-2.2.6.ebuild,
+ -xdebug-client-2.2.0.ebuild, -xdebug-client-2.2.1.ebuild:
+ Version bump; drop old
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
xdebug-client-2.2.0.ebuild, xdebug-client-2.2.1.ebuild,
diff --git a/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild
deleted file mode 100644
index b0b0363cb741..000000000000
--- a/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 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.2.0.ebuild,v 1.10 2014/08/10 21:06:23 slyfox Exp $
-
-KEYWORDS="alpha amd64 ~hppa ia64 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 )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- chmod +x "${S}"/configure
-}
-
-src_compile() {
- econf $(use_with libedit) --disable-dependency-tracking
- emake || die "Build of debug client failed!"
-}
-
-src_install() {
- newbin debugclient xdebug
-}
diff --git a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild
index 3b2cc4453389..a300422a933c 100644
--- a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.2.1.ebuild,v 1.8 2014/08/10 21:06:23 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.1 2015/01/04 03:50:03 grknight Exp $
-EAPI=4
+EAPI=5
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"