From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pa8hV-00068A-IE for garchives@archives.gentoo.org; Tue, 04 Jan 2011 15:21:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53729E06FE; Tue, 4 Jan 2011 15:21:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1F726E06FE for ; Tue, 4 Jan 2011 15:21:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 844841B4013 for ; Tue, 4 Jan 2011 15:21:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 232C82005C; Tue, 4 Jan 2011 15:21:21 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-syck: pecl-syck-0.9.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pecl-syck-0.9.3-r1.ebuild ChangeLog X-VCS-Directories: dev-php5/pecl-syck X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20110104152121.232C82005C@flycatcher.gentoo.org> Date: Tue, 4 Jan 2011 15:21:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f2559cf3-a7ec-4df9-9da4-623af7a2c98c X-Archives-Hash: 219aa6624c5e63625d58c9a51b293dac hwoarang 11/01/04 15:21:21 Modified: pecl-syck-0.9.3-r1.ebuild ChangeLog Log: Stable on amd64 wrt bug #349659 =20 (Portage version: 2.1.9.28/cvs/Linux x86_64) Revision Changes Path 1.5 dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /pecl-syck-0.9.3-r1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /pecl-syck-0.9.3-r1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /pecl-syck-0.9.3-r1.ebuild?r1=3D1.4&r2=3D1.5 Index: pecl-syck-0.9.3-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3-r1.e= build,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pecl-syck-0.9.3-r1.ebuild 4 Jan 2011 08:34:00 -0000 1.4 +++ pecl-syck-0.9.3-r1.ebuild 4 Jan 2011 15:21:21 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3-r1= .ebuild,v 1.4 2011/01/04 08:34:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3-r1= .ebuild,v 1.5 2011/01/04 15:21:21 hwoarang Exp $ =20 EAPI=3D"2" =20 @@ -11,7 +11,7 @@ =20 inherit php-ext-pecl-r2 =20 -KEYWORDS=3D"~amd64 ~arm ~ppc64 x86" +KEYWORDS=3D"amd64 ~arm ~ppc64 x86" =20 DESCRIPTION=3D"PHP bindings for Syck - reads and writes YAML with it." LICENSE=3D"PHP-3.01" 1.25 dev-php5/pecl-syck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-syck= /ChangeLog?r1=3D1.24&r2=3D1.25 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 4 Jan 2011 08:34:00 -0000 1.24 +++ ChangeLog 4 Jan 2011 15:21:21 -0000 1.25 @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-syck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.24 2= 011/01/04 08:34:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.25 2= 011/01/04 15:21:21 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras pecl-syck-0.9.3-r1.= ebuild: + Stable on amd64 wrt bug #349659 =20 04 Jan 2011; Christian Faulhammer pecl-syck-0.9.3-r1.ebuild: