public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.4.1.ebuild ChangeLog
@ 2012-05-07 21:53 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-05-07 21:53 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/05/07 21:53:13

  Modified:             glamor-0.4.1.ebuild ChangeLog
  Log:
  Depend on mesa[gbm].
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/glamor/glamor-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?r1=1.1&r2=1.2

Index: glamor-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glamor-0.4.1.ebuild	1 May 2012 18:08:10 -0000	1.1
+++ glamor-0.4.1.ebuild	7 May 2012 21:53:13 -0000	1.2
@@ -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/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.1 2012/05/01 18:08:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.2 2012/05/07 21:53:13 chithanh Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 IUSE="gles"
 
 RDEPEND=">=x11-base/xorg-server-1.10
-	media-libs/mesa[egl]
+	media-libs/mesa[egl,gbm]
 	gles? (
 		|| ( media-libs/mesa[gles2] media-libs/mesa[gles] )
 	)



1.2                  x11-libs/glamor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 May 2012 18:08:10 -0000	1.1
+++ ChangeLog	7 May 2012 21:53:13 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/glamor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.1 2012/05/01 18:08:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.2 2012/05/07 21:53:13 chithanh Exp $
+
+  07 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  glamor-0.4.1.ebuild:
+  Depend on mesa[gbm].
 
 *glamor-0.4.1 (01 May 2012)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.4.1.ebuild ChangeLog
@ 2012-06-17 17:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2012-06-17 17:20 UTC (permalink / raw
  To: gentoo-commits

armin76     12/06/17 17:20:27

  Modified:             glamor-0.4.1.ebuild ChangeLog
  Log:
  Add ~ia64 wrt #414295
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.3                  x11-libs/glamor/glamor-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?r1=1.2&r2=1.3

Index: glamor-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glamor-0.4.1.ebuild	7 May 2012 21:53:13 -0000	1.2
+++ glamor-0.4.1.ebuild	17 Jun 2012 17:20:27 -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/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.2 2012/05/07 21:53:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.3 2012/06/17 17:20:27 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="OpenGL based 2D rendering acceleration library"
 SRC_URI="mirror://gentoo/glamor-0.4.1.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 IUSE="gles"
 
 RDEPEND=">=x11-base/xorg-server-1.10



1.3                  x11-libs/glamor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 May 2012 21:53:13 -0000	1.2
+++ ChangeLog	17 Jun 2012 17:20:27 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/glamor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.2 2012/05/07 21:53:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.3 2012/06/17 17:20:27 armin76 Exp $
+
+  17 Jun 2012; Raúl Porcel <armin76@gentoo.org> glamor-0.4.1.ebuild:
+  Add ~ia64 wrt #414295
 
   07 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   glamor-0.4.1.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.4.1.ebuild ChangeLog
@ 2012-07-31 12:14 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-07-31 12:14 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/07/31 12:14:31

  Modified:             glamor-0.4.1.ebuild ChangeLog
  Log:
  Not compatible with xorg-server-1.13 yet
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/glamor/glamor-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?r1=1.3&r2=1.4

Index: glamor-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glamor-0.4.1.ebuild	17 Jun 2012 17:20:27 -0000	1.3
+++ glamor-0.4.1.ebuild	31 Jul 2012 12:14:31 -0000	1.4
@@ -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/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.3 2012/06/17 17:20:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.4 2012/07/31 12:14:31 chithanh Exp $
 
 EAPI=4
 
@@ -15,12 +15,14 @@
 IUSE="gles"
 
 RDEPEND=">=x11-base/xorg-server-1.10
+	<x11-base/xorg-server-1.12.99
 	media-libs/mesa[egl,gbm]
 	gles? (
 		|| ( media-libs/mesa[gles2] media-libs/mesa[gles] )
 	)
 	>=x11-libs/pixman-0.21.8"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+"
 
 pkg_setup() {
 	xorg-2_pkg_setup



1.4                  x11-libs/glamor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Jun 2012 17:20:27 -0000	1.3
+++ ChangeLog	31 Jul 2012 12:14:31 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/glamor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.3 2012/06/17 17:20:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.4 2012/07/31 12:14:31 chithanh Exp $
+
+  31 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  glamor-0.4.1.ebuild:
+  Not compatible with xorg-server-1.13 yet
 
   17 Jun 2012; Raúl Porcel <armin76@gentoo.org> glamor-0.4.1.ebuild:
   Add ~ia64 wrt #414295
@@ -15,4 +19,3 @@
   +glamor-0.4.1.ebuild, +metadata.xml:
   Initial import from the x11 overlay, thanks to alexxy for pointing out
   installation path issues.
-





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-31 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 12:14 [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.4.1.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-17 17:20 Raul Porcel (armin76)
2012-05-07 21:53 Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox