From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 721701381FA for ; Tue, 13 May 2014 14:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF559E080D; Tue, 13 May 2014 14:45:27 +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 6EB4CE080D for ; Tue, 13 May 2014 14:45:27 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [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 5A7C333FD1B for ; Tue, 13 May 2014 14:45:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 10D0F2004C; Tue, 13 May 2014 14:45:25 +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-VersionControl_SVN: PEAR-VersionControl_SVN-0.5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PEAR-VersionControl_SVN-0.5.1.ebuild ChangeLog X-VCS-Directories: dev-php/PEAR-VersionControl_SVN X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140513144525.10D0F2004C@flycatcher.gentoo.org> Date: Tue, 13 May 2014 14:45:25 +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: 98d9726f-c6a8-45b7-92a8-b267357e77ab X-Archives-Hash: f449dd6012deb13a70cf5245de6d17a5 ago 14/05/13 14:45:24 Modified: PEAR-VersionControl_SVN-0.5.1.ebuild ChangeLog Log: Stable for ia64, wrt bug #502766 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?r1=1.6&r2=1.7 Index: PEAR-VersionControl_SVN-0.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PEAR-VersionControl_SVN-0.5.1.ebuild 11 May 2014 08:11:39 -0000 1.6 +++ PEAR-VersionControl_SVN-0.5.1.ebuild 13 May 2014 14:45:24 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v 1.6 2014/05/11 08:11:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v 1.7 2014/05/13 14:45:24 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="Simple OO wrapper interface for the Subversion command-line client." LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86" IUSE="" RDEPEND="" 1.39 dev-php/PEAR-VersionControl_SVN/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 11 May 2014 08:11:39 -0000 1.38 +++ ChangeLog 13 May 2014 14:45:24 -0000 1.39 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-VersionControl_SVN # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.38 2014/05/11 08:11:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 1.39 2014/05/13 14:45:24 ago Exp $ + + 13 May 2014; Agostino Sarubbo + PEAR-VersionControl_SVN-0.5.1.ebuild: + Stable for ia64, wrt bug #502766 11 May 2014; Agostino Sarubbo PEAR-VersionControl_SVN-0.5.1.ebuild: