Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.4.1.ebuild ChangeLog
Date: Tue, 31 Jul 2012 12:15:08
Message-Id: 20120731121431.37C662004B@flycatcher.gentoo.org
1 chithanh 12/07/31 12:14:31
2
3 Modified: glamor-0.4.1.ebuild ChangeLog
4 Log:
5 Not compatible with xorg-server-1.13 yet
6
7 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-libs/glamor/glamor-0.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?r1=1.3&r2=1.4
15
16 Index: glamor-0.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- glamor-0.4.1.ebuild 17 Jun 2012 17:20:27 -0000 1.3
23 +++ glamor-0.4.1.ebuild 31 Jul 2012 12:14:31 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.3 2012/06/17 17:20:27 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.4 2012/07/31 12:14:31 chithanh Exp $
29
30 EAPI=4
31
32 @@ -15,12 +15,14 @@
33 IUSE="gles"
34
35 RDEPEND=">=x11-base/xorg-server-1.10
36 + <x11-base/xorg-server-1.12.99
37 media-libs/mesa[egl,gbm]
38 gles? (
39 || ( media-libs/mesa[gles2] media-libs/mesa[gles] )
40 )
41 >=x11-libs/pixman-0.21.8"
42 -DEPEND="${RDEPEND}"
43 +DEPEND="${RDEPEND}
44 +"
45
46 pkg_setup() {
47 xorg-2_pkg_setup
48
49
50
51 1.4 x11-libs/glamor/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 17 Jun 2012 17:20:27 -0000 1.3
64 +++ ChangeLog 31 Jul 2012 12:14:31 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for x11-libs/glamor
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.3 2012/06/17 17:20:27 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.4 2012/07/31 12:14:31 chithanh Exp $
70 +
71 + 31 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
72 + glamor-0.4.1.ebuild:
73 + Not compatible with xorg-server-1.13 yet
74
75 17 Jun 2012; Raúl Porcel <armin76@g.o> glamor-0.4.1.ebuild:
76 Add ~ia64 wrt #414295
77 @@ -15,4 +19,3 @@
78 +glamor-0.4.1.ebuild, +metadata.xml:
79 Initial import from the x11 overlay, thanks to alexxy for pointing out
80 installation path issues.
81 -