From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 96B6C138A87 for ; Mon, 23 Feb 2015 11:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B685E0835; Mon, 23 Feb 2015 11:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF502E0835 for ; Mon, 23 Feb 2015 11:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18CBB340CFE for ; Mon, 23 Feb 2015 11:17:18 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id C8EEA12601; Mon, 23 Feb 2015 11:17:16 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug: xdebug-2.2.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xdebug-2.2.6.ebuild ChangeLog X-VCS-Directories: dev-php/xdebug X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150223111716.C8EEA12601@oystercatcher.gentoo.org> Date: Mon, 23 Feb 2015 11:17:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a0b80319-b72d-44cc-8778-ba4e7328b482 X-Archives-Hash: 9ed5aa2f66d7fffec5cfa42c535eaa38 ago 15/02/23 11:17:16 Modified: xdebug-2.2.6.ebuild ChangeLog Log: Stable for ppc64, wrt bug #538554 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.5 dev-php/xdebug/xdebug-2.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild?r1=1.4&r2=1.5 Index: xdebug-2.2.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xdebug-2.2.6.ebuild 21 Feb 2015 12:19:34 -0000 1.4 +++ xdebug-2.2.6.ebuild 23 Feb 2015 11:17:16 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.4 2015/02/21 12:19:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.5 2015/02/23 11:17:16 ago Exp $ EAPI="5" PHP_EXT_NAME="xdebug" @@ -16,7 +16,7 @@ inherit php-ext-source-r2 -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ppc ppc64 ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" 1.72 dev-php/xdebug/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 21 Feb 2015 12:19:34 -0000 1.71 +++ ChangeLog 23 Feb 2015 11:17:16 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.71 2015/02/21 12:19:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.72 2015/02/23 11:17:16 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo xdebug-2.2.6.ebuild: + Stable for ppc64, wrt bug #538554 21 Feb 2015; Agostino Sarubbo xdebug-2.2.6.ebuild: Stable for ppc, wrt bug #538554