chithanh 14/07/21 08:41:25 Modified: glamor-0.6.0.ebuild glamor-0.6.0-r1.ebuild ChangeLog Removed: glamor-0.5.1.ebuild glamor-0.5-r1.ebuild glamor-0.5.1-r1.ebuild glamor-0.5.ebuild Log: Make mesa dependency more strict, bug #516706 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.11 x11-libs/glamor/glamor-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.10&r2=1.11 Index: glamor-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- glamor-0.6.0.ebuild 19 Apr 2014 17:47:34 -0000 1.10 +++ glamor-0.6.0.ebuild 21 Jul 2014 08:41:25 -0000 1.11 @@ -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/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.10 2014/04/19 17:47:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.11 2014/07/21 08:41:25 chithanh Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="gles xv" RDEPEND=">=x11-base/xorg-server-1.10 - media-libs/mesa[egl,gbm] + >=media-libs/mesa-10[egl,gbm] gles? ( || ( media-libs/mesa[gles2] media-libs/mesa[gles] ) ) 1.2 x11-libs/glamor/glamor-0.6.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?r1=1.1&r2=1.2 Index: glamor-0.6.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glamor-0.6.0-r1.ebuild 30 Mar 2014 19:05:43 -0000 1.1 +++ glamor-0.6.0-r1.ebuild 21 Jul 2014 08:41:25 -0000 1.2 @@ -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/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v 1.1 2014/03/30 19:05:43 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v 1.2 2014/07/21 08:41:25 chithanh Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="gles xv" RDEPEND=">=x11-base/xorg-server-1.10 - media-libs/mesa[egl,gbm] + >=media-libs/mesa-10[egl,gbm] gles? ( || ( media-libs/mesa[gles2] media-libs/mesa[gles] ) ) 1.37 x11-libs/glamor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 19 Apr 2014 17:47:34 -0000 1.36 +++ ChangeLog 21 Jul 2014 08:41:25 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/glamor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.36 2014/04/19 17:47:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.37 2014/07/21 08:41:25 chithanh Exp $ + + 21 Jul 2014; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> + -glamor-0.5-r1.ebuild, -glamor-0.5.1-r1.ebuild, -glamor-0.5.1.ebuild, + -glamor-0.5.ebuild, glamor-0.6.0-r1.ebuild, glamor-0.6.0.ebuild: + Make mesa dependency more strict, bug #516706 19 Apr 2014; Agostino Sarubbo <a...@gentoo.org> glamor-0.6.0.ebuild: Stable for sparc, wrt bug #500368