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 0F5C31381FB for ; Wed, 26 Dec 2012 10:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D871B21C057; Wed, 26 Dec 2012 10:57:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E62521C057 for ; Wed, 26 Dec 2012 10:57:18 +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 8059F33D884 for ; Wed, 26 Dec 2012 10:57:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 46D4B2171D; Wed, 26 Dec 2012 10:57:16 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: php-5.4.8.ebuild ChangeLog X-VCS-Directories: dev-lang/php X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121226105716.46D4B2171D@flycatcher.gentoo.org> Date: Wed, 26 Dec 2012 10:57: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: 596bf1ac-df53-45fb-abb7-c6647f08796f X-Archives-Hash: 24701abcb4947cb2e0c35b4dc4edd00a maekke 12/12/26 10:57:16 Modified: php-5.4.8.ebuild ChangeLog Log: arm stable, bug #447012 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062) Revision Changes Path 1.9 dev-lang/php/php-5.4.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?r1=1.8&r2=1.9 Index: php-5.4.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-5.4.8.ebuild 23 Dec 2012 17:11:27 -0000 1.8 +++ php-5.4.8.ebuild 26 Dec 2012 10:57:16 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.8 2012/12/23 17:11:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.9 2012/12/26 10:57:16 maekke Exp $ EAPI=4 @@ -10,7 +10,7 @@ FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { 1.658 dev-lang/php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.658&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.658&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.657&r2=1.658 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v retrieving revision 1.657 retrieving revision 1.658 diff -u -r1.657 -r1.658 --- ChangeLog 26 Dec 2012 10:55:26 -0000 1.657 +++ ChangeLog 26 Dec 2012 10:57:16 -0000 1.658 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.657 2012/12/26 10:55:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.658 2012/12/26 10:57:16 maekke Exp $ + + 26 Dec 2012; Markus Meier php-5.4.8.ebuild: + arm stable, bug #447012 26 Dec 2012; Markus Meier php-5.3.18.ebuild: arm stable, bug #447012