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 7A645138CCF for ; Wed, 13 May 2015 09:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27E82E07F2; Wed, 13 May 2015 09:28:32 +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 BFE2FE07F2 for ; Wed, 13 May 2015 09:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03F0F340C42 for ; Wed, 13 May 2015 09:28:31 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id B96619E9; Wed, 13 May 2015 09:28:29 +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-games/ogre: ogre-1.9.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ogre-1.9.0-r1.ebuild ChangeLog X-VCS-Directories: dev-games/ogre X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150513092829.B96619E9@oystercatcher.gentoo.org> Date: Wed, 13 May 2015 09:28:29 +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: c7c8f7ec-a776-459a-bd0b-490cb7c8313a X-Archives-Hash: cbc7144e5d8706618ef6482640318218 ago 15/05/13 09:28:29 Modified: ogre-1.9.0-r1.ebuild ChangeLog Log: Stable for x86, wrt bug #548492 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision Changes Path 1.5 dev-games/ogre/ogre-1.9.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild?r1=1.4&r2=1.5 Index: ogre-1.9.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ogre-1.9.0-r1.ebuild 12 May 2015 08:41:03 -0000 1.4 +++ ogre-1.9.0-r1.ebuild 13 May 2015 09:28:29 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v 1.4 2015/05/12 08:41:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v 1.5 2015/05/13 09:28:29 ago Exp $ EAPI=5 CMAKE_REMOVE_MODULES="yes" @@ -14,7 +14,7 @@ LICENSE="MIT public-domain" SLOT="0/1.9.0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" # gles1 currently broken wrt bug #418201 # gles1 does not even build wrt bug #506058 1.103 dev-games/ogre/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 12 May 2015 08:41:03 -0000 1.102 +++ ChangeLog 13 May 2015 09:28:29 -0000 1.103 @@ -1,6 +1,9 @@ # ChangeLog for dev-games/ogre # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.102 2015/05/12 08:41:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.103 2015/05/13 09:28:29 ago Exp $ + + 13 May 2015; Agostino Sarubbo ogre-1.9.0-r1.ebuild: + Stable for x86, wrt bug #548492 12 May 2015; Agostino Sarubbo ogre-1.9.0-r1.ebuild: Stable for amd64, wrt bug #548492