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 3393F13873B for ; Thu, 6 Mar 2014 10:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4307E076B; Thu, 6 Mar 2014 10:38:42 +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 56C9BE076B for ; Thu, 6 Mar 2014 10:38:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A6A833BDD7 for ; Thu, 6 Mar 2014 10:38:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 5A9302004C; Thu, 6 Mar 2014 10:38:40 +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/PEAR-Console_Table: PEAR-Console_Table-1.1.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PEAR-Console_Table-1.1.6.ebuild ChangeLog X-VCS-Directories: dev-php/PEAR-Console_Table X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140306103840.5A9302004C@flycatcher.gentoo.org> Date: Thu, 6 Mar 2014 10:38:40 +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: 0922916a-b46b-483c-abc8-3828a2d55352 X-Archives-Hash: f970a466757197250f9fdd77688c6d56 ago 14/03/06 10:38:40 Modified: PEAR-Console_Table-1.1.6.ebuild ChangeLog Log: Stable for ppc64, wrt bug #495560 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild?r1=1.6&r2=1.7 Index: PEAR-Console_Table-1.1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PEAR-Console_Table-1.1.6.ebuild 5 Mar 2014 15:32:50 -0000 1.6 +++ PEAR-Console_Table-1.1.6.ebuild 6 Mar 2014 10:38:40 -0000 1.7 @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild,v 1.6 2014/03/05 15:32:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild,v 1.7 2014/03/06 10:38:40 ago Exp $ EAPI="4" inherit php-pear-r1 -KEYWORDS="~alpha amd64 hppa ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86" DESCRIPTION="Class that makes it easy to build console style tables." LICENSE="BSD" SLOT="0" 1.41 dev-php/PEAR-Console_Table/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 5 Mar 2014 15:32:50 -0000 1.40 +++ ChangeLog 6 Mar 2014 10:38:40 -0000 1.41 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Console_Table # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.40 2014/03/05 15:32:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.41 2014/03/06 10:38:40 ago Exp $ + + 06 Mar 2014; Agostino Sarubbo + PEAR-Console_Table-1.1.6.ebuild: + Stable for ppc64, wrt bug #495560 05 Mar 2014; Agostino Sarubbo PEAR-Console_Table-1.1.6.ebuild: