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 BF06F138010 for ; Wed, 22 Aug 2012 08:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79A3E0678; Wed, 22 Aug 2012 08:10:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 702CEE0678 for ; Wed, 22 Aug 2012 08:10:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0DEA33DDD7 for ; Wed, 22 Aug 2012 08:10:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 9377720309; Wed, 22 Aug 2012 08:10:03 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Table: PEAR-Console_Table-1.1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PEAR-Console_Table-1.1.3.ebuild ChangeLog X-VCS-Directories: dev-php/PEAR-Console_Table X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120822081003.9377720309@flycatcher.gentoo.org> Date: Wed, 22 Aug 2012 08:10:03 +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: 9302842b-d343-4d4e-8479-a608d9b95f46 X-Archives-Hash: 8420b319128b0e7475efe8768aaa77fe xmw 12/08/22 08:10:03 Modified: PEAR-Console_Table-1.1.3.ebuild ChangeLog Log: ppc stable (bug 418885). (Portage version: 2.1.11.10/cvs/Linux x86_64) Revision Changes Path 1.6 dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild?r1=1.5&r2=1.6 Index: PEAR-Console_Table-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- PEAR-Console_Table-1.1.3.ebuild 11 Aug 2012 13:06:31 -0000 1.5 +++ PEAR-Console_Table-1.1.3.ebuild 22 Aug 2012 08:10:03 -0000 1.6 @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.3.ebuild,v 1.5 2012/08/11 13:06:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.3.ebuild,v 1.6 2012/08/22 08:10:03 xmw Exp $ 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.33 dev-php/PEAR-Console_Table/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 11 Aug 2012 13:06:31 -0000 1.32 +++ ChangeLog 22 Aug 2012 08:10:03 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Console_Table # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.32 2012/08/11 13:06:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.33 2012/08/22 08:10:03 xmw Exp $ + + 22 Aug 2012; Michael Weber PEAR-Console_Table-1.1.3.ebuild: + ppc stable (bug 418885). 11 Aug 2012; Markus Meier PEAR-Console_Table-1.1.3.ebuild: @@ -147,4 +150,3 @@ 21 Jul 2005; Sebastian Bergmann +metadata.xml, +PEAR-Console_Table-1.0.2.ebuild: Initial ebuild. -