public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-08-07 13:36 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 8+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-08-07 13:36 UTC (permalink / raw
  To: gentoo-commits

chithanh    13/08/07 13:36:09

  Modified:             ChangeLog
  Added:                xf86-video-ati-7.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog	20 Apr 2013 20:21:53 -0000	1.199
+++ ChangeLog	7 Aug 2013 13:36:09 -0000	1.200
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.199 2013/04/20 20:21:53 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.200 2013/08/07 13:36:09 chithanh Exp $
+
+*xf86-video-ati-7.2.0 (07 Aug 2013)
+
+  07 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xf86-video-ati-7.2.0.ebuild:
+  Version bump.
 
   20 Apr 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   xf86-video-ati-7.1.0.ebuild:



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

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

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
# Copyright 1999-2013 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-7.2.0.ebuild,v 1.1 2013/08/07 13:36:09 chithanh Exp $

EAPI=5

XORG_DRI=always
inherit linux-info xorg-2

DESCRIPTION="ATI video driver"

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="glamor udev"

RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
	glamor? ( x11-libs/glamor )
	udev? ( virtual/udev )"
DEPEND="${RDEPEND}"

pkg_pretend() {
	if use kernel_linux ; then
		if kernel_is -ge 3 9; then
			CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
		else
			CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
		fi
	fi
	check_extra_config
}

src_configure() {
	XORG_CONFIGURE_OPTIONS=(
		$(use_enable glamor)
		$(use_enable udev)
	)
	xorg-2_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-09-29 11:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-29 11:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/29 11:12:18

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

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

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xf86-video-ati-7.2.0.ebuild	7 Aug 2013 13:36:09 -0000	1.1
+++ xf86-video-ati-7.2.0.ebuild	29 Sep 2013 11:12:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.1 2013/08/07 13:36:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.2 2013/09/29 11:12:18 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.201                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog	7 Aug 2013 13:36:09 -0000	1.200
+++ ChangeLog	29 Sep 2013 11:12:18 -0000	1.201
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.200 2013/08/07 13:36:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.201 2013/09/29 11:12:18 ago Exp $
+
+  29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for amd64, wrt bug #475480
 
 *xf86-video-ati-7.2.0 (07 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-03 20:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-03 20:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/03 20:09:12

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.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-7.2.0.ebuild?r1=1.2&r2=1.3

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xf86-video-ati-7.2.0.ebuild	29 Sep 2013 11:12:18 -0000	1.2
+++ xf86-video-ati-7.2.0.ebuild	3 Oct 2013 20:09:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.2 2013/09/29 11:12:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.3 2013/10/03 20:09:11 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.202                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog	29 Sep 2013 11:12:18 -0000	1.201
+++ ChangeLog	3 Oct 2013 20:09:11 -0000	1.202
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.201 2013/09/29 11:12:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.202 2013/10/03 20:09:11 ago Exp $
+
+  03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for ppc, wrt bug #475480
 
   29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for amd64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-04 12:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-04 12:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/04 12:01:27

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.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-7.2.0.ebuild?r1=1.3&r2=1.4

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-video-ati-7.2.0.ebuild	3 Oct 2013 20:09:11 -0000	1.3
+++ xf86-video-ati-7.2.0.ebuild	4 Oct 2013 12:01:26 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.3 2013/10/03 20:09:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.4 2013/10/04 12:01:26 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.203                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	3 Oct 2013 20:09:11 -0000	1.202
+++ ChangeLog	4 Oct 2013 12:01:26 -0000	1.203
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.202 2013/10/03 20:09:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.203 2013/10/04 12:01:26 ago Exp $
+
+  04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for ppc64, wrt bug #475480
 
   03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for ppc, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-05  4:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-05  4:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/05 04:55:49

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.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-7.2.0.ebuild?r1=1.4&r2=1.5

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-video-ati-7.2.0.ebuild	4 Oct 2013 12:01:26 -0000	1.4
+++ xf86-video-ati-7.2.0.ebuild	5 Oct 2013 04:55:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.4 2013/10/04 12:01:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.5 2013/10/05 04:55:48 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.204                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	4 Oct 2013 12:01:26 -0000	1.203
+++ ChangeLog	5 Oct 2013 04:55:48 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.203 2013/10/04 12:01:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.204 2013/10/05 04:55:48 ago Exp $
+
+  05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for alpha, wrt bug #475480
 
   04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for ppc64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-06 11:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-06 11:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/06 11:43:26

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.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-7.2.0.ebuild?r1=1.5&r2=1.6

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-video-ati-7.2.0.ebuild	5 Oct 2013 04:55:48 -0000	1.5
+++ xf86-video-ati-7.2.0.ebuild	6 Oct 2013 11:43:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.5 2013/10/05 04:55:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.6 2013/10/06 11:43:26 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.205                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	5 Oct 2013 04:55:48 -0000	1.204
+++ ChangeLog	6 Oct 2013 11:43:26 -0000	1.205
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.204 2013/10/05 04:55:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.205 2013/10/06 11:43:26 ago Exp $
+
+  06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for ia64, wrt bug #475480
 
   05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for alpha, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-07  4:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-07  4:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/07 04:57:09

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.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-7.2.0.ebuild?r1=1.6&r2=1.7

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-video-ati-7.2.0.ebuild	6 Oct 2013 11:43:26 -0000	1.6
+++ xf86-video-ati-7.2.0.ebuild	7 Oct 2013 04:57:09 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.6 2013/10/06 11:43:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.7 2013/10/07 04:57:09 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.206                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	6 Oct 2013 11:43:26 -0000	1.205
+++ ChangeLog	7 Oct 2013 04:57:09 -0000	1.206
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.205 2013/10/06 11:43:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.206 2013/10/07 04:57:09 ago Exp $
+
+  07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for sparc, wrt bug #475480
 
   06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for ia64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog
@ 2013-10-08  5:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-08  5:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/08 05:05:45

  Modified:             xf86-video-ati-7.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild

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

Index: xf86-video-ati-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xf86-video-ati-7.2.0.ebuild	7 Oct 2013 04:57:09 -0000	1.7
+++ xf86-video-ati-7.2.0.ebuild	8 Oct 2013 05:05:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-7.2.0.ebuild,v 1.7 2013/10/07 04:57:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.2.0.ebuild,v 1.8 2013/10/08 05:05:45 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="ATI video driver"
 
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]



1.207                x11-drivers/xf86-video-ati/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog	7 Oct 2013 04:57:09 -0000	1.206
+++ ChangeLog	8 Oct 2013 05:05:45 -0000	1.207
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/xf86-video-ati
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.206 2013/10/07 04:57:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.207 2013/10/08 05:05:45 ago Exp $
+
+  08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
+  Stable for x86, wrt bug #475480
 
   07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-ati-7.2.0.ebuild:
   Stable for sparc, wrt bug #475480





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

end of thread, other threads:[~2013-10-08  5:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 13:36 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-7.2.0.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-29 11:12 Agostino Sarubbo (ago)
2013-10-03 20:09 Agostino Sarubbo (ago)
2013-10-04 12:01 Agostino Sarubbo (ago)
2013-10-05  4:55 Agostino Sarubbo (ago)
2013-10-06 11:43 Agostino Sarubbo (ago)
2013-10-07  4:57 Agostino Sarubbo (ago)
2013-10-08  5:05 Agostino Sarubbo (ago)

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