public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2011-11-02 22:09 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 6+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-11-02 22:09 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/11/02 22:09:16

  Modified:             ChangeLog
  Added:                xf86-video-ati-6.14.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.157                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	30 Jul 2011 10:48:00 -0000	1.156
+++ ChangeLog	2 Nov 2011 22:09:16 -0000	1.157
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.156 2011/07/30 10:48:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.157 2011/11/02 22:09:16 chithanh Exp $
+
+*xf86-video-ati-6.14.3 (02 Nov 2011)
+
+  02 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xf86-video-ati-6.14.3.ebuild:
+  Version bump.
 
   30 Jul 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.14.2.ebuild:
   alpha/ia64/sparc stable wrt #371857



1.1                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.1 2011/11/02 22:09:16 chithanh Exp $

EAPI=4

XORG_DRI=always
inherit xorg-2

DESCRIPTION="ATI video driver"

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libdrm[video_cards_radeon]"
DEPEND="${RDEPEND}"

pkg_setup() {
	xorg-2_pkg_setup
	XORG_CONFIGURE_OPTIONS=(
		--enable-dri
		--enable-kms
		--enable-exa
	)
}






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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2011-12-27 21:03 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-12-27 21:03 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/27 21:03:04

  Modified:             ChangeLog xf86-video-ati-6.14.3.ebuild
  Log:
  x86 stable, bug #394393
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.159                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	20 Dec 2011 15:36:29 -0000	1.158
+++ ChangeLog	27 Dec 2011 21:03:03 -0000	1.159
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.158 2011/12/20 15:36:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.159 2011/12/27 21:03:03 maekke Exp $
+
+  27 Dec 2011; Markus Meier <maekke@gentoo.org> xf86-video-ati-6.14.3.ebuild:
+  x86 stable, bug #394393
 
   20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-6.14.3.ebuild:
   Stable for AMD64, wrt bug #394393



1.3                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?r1=1.2&r2=1.3

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xf86-video-ati-6.14.3.ebuild	20 Dec 2011 15:36:29 -0000	1.2
+++ xf86-video-ati-6.14.3.ebuild	27 Dec 2011 21:03:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.2 2011/12/20 15:36:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.3 2011/12/27 21:03:03 maekke Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libdrm[video_cards_radeon]"






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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2012-02-15 19:11 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-02-15 19:11 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/15 19:11:03

  Modified:             ChangeLog xf86-video-ati-6.14.3.ebuild
  Log:
  Marking xf86-video-ati-6.14.3 ppc for bug 394393
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.160                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	27 Dec 2011 21:03:03 -0000	1.159
+++ ChangeLog	15 Feb 2012 19:11:03 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.159 2011/12/27 21:03:03 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.160 2012/02/15 19:11:03 ranger Exp $
+
+  15 Feb 2012; Brent Baude <ranger@gentoo.org> xf86-video-ati-6.14.3.ebuild:
+  Marking xf86-video-ati-6.14.3 ppc stable for bug 394393
 
   27 Dec 2011; Markus Meier <maekke@gentoo.org> xf86-video-ati-6.14.3.ebuild:
   x86 stable, bug #394393



1.4                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?r1=1.3&r2=1.4

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-video-ati-6.14.3.ebuild	27 Dec 2011 21:03:03 -0000	1.3
+++ xf86-video-ati-6.14.3.ebuild	15 Feb 2012 19:11:03 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.3 2011/12/27 21:03:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.4 2012/02/15 19:11:03 ranger Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libdrm[video_cards_radeon]"






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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2012-02-19 14:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-19 14:59 UTC (permalink / raw
  To: gentoo-commits

armin76     12/02/19 14:59:29

  Modified:             ChangeLog xf86-video-ati-6.14.3.ebuild
  Log:
  alpha/ia64/sparc stable wrt #394393
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.161                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	15 Feb 2012 19:11:03 -0000	1.160
+++ ChangeLog	19 Feb 2012 14:59:29 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.160 2012/02/15 19:11:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.161 2012/02/19 14:59:29 armin76 Exp $
+
+  19 Feb 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.14.3.ebuild:
+  alpha/ia64/sparc stable wrt #394393
 
   15 Feb 2012; Brent Baude <ranger@gentoo.org> xf86-video-ati-6.14.3.ebuild:
   Marking xf86-video-ati-6.14.3 ppc stable for bug 394393



1.5                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?r1=1.4&r2=1.5

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-video-ati-6.14.3.ebuild	15 Feb 2012 19:11:03 -0000	1.4
+++ xf86-video-ati-6.14.3.ebuild	19 Feb 2012 14:59:29 -0000	1.5
@@ -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-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.4 2012/02/15 19:11:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.5 2012/02/19 14:59:29 armin76 Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libdrm[video_cards_radeon]"






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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2012-03-03 16:29 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-03 16:29 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/03 16:29:35

  Modified:             ChangeLog xf86-video-ati-6.14.3.ebuild
  Log:
  Marking xf86-video-ati-6.14.3 ppc64 for bug 394393
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.162                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	19 Feb 2012 14:59:29 -0000	1.161
+++ ChangeLog	3 Mar 2012 16:29:35 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.161 2012/02/19 14:59:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.162 2012/03/03 16:29:35 ranger Exp $
+
+  03 Mar 2012; Brent Baude <ranger@gentoo.org> xf86-video-ati-6.14.3.ebuild:
+  Marking xf86-video-ati-6.14.3 ppc64 stable for bug 394393
 
   19 Feb 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.14.3.ebuild:
   alpha/ia64/sparc stable wrt #394393



1.6                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?r1=1.5&r2=1.6

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-video-ati-6.14.3.ebuild	19 Feb 2012 14:59:29 -0000	1.5
+++ xf86-video-ati-6.14.3.ebuild	3 Mar 2012 16:29:35 -0000	1.6
@@ -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-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.5 2012/02/19 14:59:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.6 2012/03/03 16:29:35 ranger Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libdrm[video_cards_radeon]"






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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild
@ 2012-03-08  0:54 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 6+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-08  0:54 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/03/08 00:54:03

  Modified:             ChangeLog xf86-video-ati-6.14.3.ebuild
  Log:
  Add build fix for xorg-server-1.12.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.163                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.162&r2=1.163

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	3 Mar 2012 16:29:35 -0000	1.162
+++ ChangeLog	8 Mar 2012 00:54:03 -0000	1.163
@@ -1,6 +1,11 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.162 2012/03/03 16:29:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.163 2012/03/08 00:54:03 chithanh Exp $
+
+  08 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  xf86-video-ati-6.14.3.ebuild,
+  +files/xf86-video-ati-6.14.3-xorg-server-1.12.patch:
+  Add build fix for xorg-server-1.12.
 
   03 Mar 2012; Brent Baude <ranger@gentoo.org> xf86-video-ati-6.14.3.ebuild:
   Marking xf86-video-ati-6.14.3 ppc64 stable for bug 394393



1.7                  x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild?r1=1.6&r2=1.7

Index: xf86-video-ati-6.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-video-ati-6.14.3.ebuild	3 Mar 2012 16:29:35 -0000	1.6
+++ xf86-video-ati-6.14.3.ebuild	8 Mar 2012 00:54:03 -0000	1.7
@@ -1,9 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.6 2012/03/03 16:29:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.7 2012/03/08 00:54:03 chithanh Exp $
 
 EAPI=4
 
+XORG_EAUTORECONF=yes
 XORG_DRI=always
 inherit xorg-2
 
@@ -15,6 +16,10 @@
 RDEPEND="x11-libs/libdrm[video_cards_radeon]"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-6.14.3-xorg-server-1.12.patch
+)
+
 pkg_setup() {
 	xorg-2_pkg_setup
 	XORG_CONFIGURE_OPTIONS=(






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

end of thread, other threads:[~2012-03-08  0:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 21:03 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.14.3.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-08  0:54 Chi-Thanh Christopher Nguyen (chithanh)
2012-03-03 16:29 Brent Baude (ranger)
2012-02-19 14:59 Raul Porcel (armin76)
2012-02-15 19:11 Brent Baude (ranger)
2011-11-02 22:09 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