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 583371381FB for ; Fri, 28 Dec 2012 10:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD6A21C0EB; Fri, 28 Dec 2012 10:57:58 +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 6E9DD21C0EB for ; Fri, 28 Dec 2012 10:57:57 +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 8A90533D8AA for ; Fri, 28 Dec 2012 10:57:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 50CC42171D; Fri, 28 Dec 2012 10:57:55 +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 media-libs/mesa: mesa-9.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mesa-9.0.1.ebuild ChangeLog X-VCS-Directories: media-libs/mesa X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121228105755.50CC42171D@flycatcher.gentoo.org> Date: Fri, 28 Dec 2012 10:57:55 +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: f4c49a81-9005-4632-86f9-043a3b8f6ed2 X-Archives-Hash: fa06a44c56da9f4acfa38be3b82cacf0 ago 12/12/28 10:57:55 Modified: mesa-9.0.1.ebuild ChangeLog Log: Stable for ia64, wrt bug #440872 (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit) Revision Changes Path 1.3 media-libs/mesa/mesa-9.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild?r1=1.2&r2=1.3 Index: mesa-9.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-9.0.1.ebuild 3 Dec 2012 02:42:08 -0000 1.2 +++ mesa-9.0.1.ebuild 28 Dec 2012 10:57:55 -0000 1.3 @@ -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/media-libs/mesa/mesa-9.0.1.ebuild,v 1.2 2012/12/03 02:42:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.3 2012/12/28 10:57:55 ago Exp $ EAPI=4 @@ -36,7 +36,7 @@ # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0 LICENSE="MIT SGI-B-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" INTEL_CARDS="i915 i965 intel" RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" 1.440 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.440&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.440&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.439&r2=1.440 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- ChangeLog 17 Dec 2012 20:02:23 -0000 1.439 +++ ChangeLog 28 Dec 2012 10:57:55 -0000 1.440 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.439 2012/12/17 20:02:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.440 2012/12/28 10:57:55 ago Exp $ + + 28 Dec 2012; Agostino Sarubbo mesa-9.0.1.ebuild: + Stable for ia64, wrt bug #440872 17 Dec 2012; Markus Meier mesa-9.0.ebuild: arm stable, bug #440872