Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408719 - dev-php/xdebug-2.2.0RC1 version bump
Summary: dev-php/xdebug-2.2.0RC1 version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-03-18 16:15 UTC by Attila Jecs
Modified: 2012-03-20 16:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
experimental ebuild (xdebug-2.2.0_rc1.ebuild,3.99 KB, text/plain)
2012-03-18 16:15 UTC, Attila Jecs
Details
better ebuild (xdebug-2.2.0_rc1.ebuild,3.95 KB, text/plain)
2012-03-18 16:33 UTC, Attila Jecs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Attila Jecs 2012-03-18 16:15:04 UTC
Created attachment 305797 [details]
experimental ebuild

ebuild for xdebug 2.2.0 rc1
which introduses support for php 5.4
Comment 1 Attila Jecs 2012-03-18 16:33:54 UTC
Created attachment 305801 [details]
better ebuild

thanks for the correction to the php team
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-20 14:15:13 UTC
Comment on attachment 305801 [details]
better ebuild

--- xdebug-2.1.4.ebuild 2012-03-13 14:20:26.000000000 +0100
+++ -   2012-03-20 15:15:00.028297590 +0100
@@ -5,9 +5,9 @@
 PHP_EXT_NAME="xdebug"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="yes"
+USE_PHP="php5-4 php5-3"
 
 EAPI="2"
-inherit php-ext-source-r2
 
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
@@ -23,6 +23,8 @@
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
+inherit php-ext-source-r2
+
 DEPEND="!dev-php/ZendOptimizer"
 RDEPEND="${DEPEND}
                ~dev-php/xdebug-client-${PV}"
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2012-03-20 16:40:12 UTC
We won't support xdebug 2.2 before either we plan stabilising 5.4 or it is marked stable upstream.