public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2010-03-17 14:32 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-03-17 14:32 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/03/17 14:32:02

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  Migrate to xorg-2 eclass. Move to eapi3. Work with eselect-opengl properly.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	23 Jan 2010 18:52:33 -0000	1.46
+++ ChangeLog	17 Mar 2010 14:32:02 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.46 2010/01/23 18:52:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.47 2010/03/17 14:32:02 scarabeus Exp $
+
+  17 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  xdriinfo-1.0.3.ebuild:
+  Migrate to xorg-2 eclass. Move to eapi3. Work with eselect-opengl
+  properly.
 
   23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   -xdriinfo-1.0.2.ebuild:



1.10                 x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.9&r2=1.10

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdriinfo-1.0.3.ebuild	18 Jan 2010 19:10:52 -0000	1.9
+++ xdriinfo-1.0.3.ebuild	17 Mar 2010 14:32:02 -0000	1.10
@@ -1,8 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.9 2010/01/18 19:10:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.10 2010/03/17 14:32:02 scarabeus Exp $
 
-inherit x-modular
+EAPI=3
+
+XORG_STATIC="no"
+inherit xorg-2
 
 DESCRIPTION="query configuration information of DRI drivers"
 
@@ -16,13 +19,17 @@
 	x11-proto/glproto"
 
 pkg_setup() {
-	# Bug #138920
-	ewarn "Forcing on xorg-x11 for header sanity..."
 	OLD_IMPLEM="$(eselect opengl show)"
-	eselect opengl set --impl-headers xorg-x11
+
+	if [[ ${OLD_IMPLEM} != xorg-x11 ]]; then
+		# Bug #138920
+		ewarn "Forcing on xorg-x11 for header sanity..."
+		einfo "If compilation fails run:"
+		einfo "# eselect opengl set ${OLD_IMPLEM}"
+		eselect opengl set xorg-x11
+	fi
 }
 
 pkg_postinst() {
-	echo
-	eselect opengl set ${OLD_IMPLEM}
+	[[ ${OLD_IMPLEM} != xorg-x11 ]] && eselect opengl set ${OLD_IMPLEM}
 }






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2010-01-18 19:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-18 19:10 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/18 19:10:53

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #294958
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.45                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	17 Jan 2010 22:30:19 -0000	1.44
+++ ChangeLog	18 Jan 2010 19:10:52 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.44 2010/01/17 22:30:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.45 2010/01/18 19:10:52 armin76 Exp $
+
+  18 Jan 2010; Raúl Porcel <armin76@gentoo.org> xdriinfo-1.0.3.ebuild:
+  alpha/ia64/sh/sparc stable wrt #294958
 
   17 Jan 2010; Jeroen Roovers <jer@gentoo.org> xdriinfo-1.0.3.ebuild:
   Stable for HPPA (bug #294958).



1.9                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.8&r2=1.9

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdriinfo-1.0.3.ebuild	17 Jan 2010 22:30:19 -0000	1.8
+++ xdriinfo-1.0.3.ebuild	18 Jan 2010 19:10:52 -0000	1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.8 2010/01/17 22:30:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.9 2010/01/18 19:10:52 armin76 Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2010-01-17 22:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-17 22:30 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/17 22:30:20

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  Stable for HPPA (bug #294958).
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.44                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 Jan 2010 22:13:17 -0000	1.43
+++ ChangeLog	17 Jan 2010 22:30:19 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.43 2010/01/14 22:13:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.44 2010/01/17 22:30:19 jer Exp $
+
+  17 Jan 2010; Jeroen Roovers <jer@gentoo.org> xdriinfo-1.0.3.ebuild:
+  Stable for HPPA (bug #294958).
 
   14 Jan 2010; Markus Meier <maekke@gentoo.org> xdriinfo-1.0.3.ebuild:
   arm stable, bug #294958



1.8                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.7&r2=1.8

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdriinfo-1.0.3.ebuild	14 Jan 2010 22:13:17 -0000	1.7
+++ xdriinfo-1.0.3.ebuild	17 Jan 2010 22:30:19 -0000	1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.7 2010/01/14 22:13:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.8 2010/01/17 22:30:19 jer Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2010-01-14 22:13 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-01-14 22:13 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/14 22:13:17

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  arm stable, bug #294958
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	27 Dec 2009 17:44:37 -0000	1.42
+++ ChangeLog	14 Jan 2010 22:13:17 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.42 2009/12/27 17:44:37 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.43 2010/01/14 22:13:17 maekke Exp $
+
+  14 Jan 2010; Markus Meier <maekke@gentoo.org> xdriinfo-1.0.3.ebuild:
+  arm stable, bug #294958
 
   27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xdriinfo-1.0.3.ebuild:
   Marked ppc stable for bug #294958.



1.7                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.6&r2=1.7

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdriinfo-1.0.3.ebuild	27 Dec 2009 17:44:37 -0000	1.6
+++ xdriinfo-1.0.3.ebuild	14 Jan 2010 22:13:17 -0000	1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.6 2009/12/27 17:44:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.7 2010/01/14 22:13:17 maekke Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2009-12-27 17:44 Joseph Jezak (josejx)
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 17:44 UTC (permalink / raw
  To: gentoo-commits

josejx      09/12/27 17:44:37

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  Marked ppc stable for bug #294958.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Dec 2009 19:13:59 -0000	1.41
+++ ChangeLog	27 Dec 2009 17:44:37 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.41 2009/12/15 19:13:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.42 2009/12/27 17:44:37 josejx Exp $
+
+  27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xdriinfo-1.0.3.ebuild:
+  Marked ppc stable for bug #294958.
 
   15 Dec 2009; Brent Baude <ranger@gentoo.org> xdriinfo-1.0.3.ebuild:
   Marking xdriinfo-1.0.3 ppc64 stable for bug 294958



1.6                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.5&r2=1.6

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdriinfo-1.0.3.ebuild	15 Dec 2009 19:13:59 -0000	1.5
+++ xdriinfo-1.0.3.ebuild	27 Dec 2009 17:44:37 -0000	1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.5 2009/12/15 19:13:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.6 2009/12/27 17:44:37 josejx Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2009-12-15 19:13 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:13 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/15 19:13:59

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  Marking xdriinfo-1.0.3 ppc64 for bug 294958
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.41                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	15 Dec 2009 16:41:52 -0000	1.40
+++ ChangeLog	15 Dec 2009 19:13:59 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.40 2009/12/15 16:41:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.41 2009/12/15 19:13:59 ranger Exp $
+
+  15 Dec 2009; Brent Baude <ranger@gentoo.org> xdriinfo-1.0.3.ebuild:
+  Marking xdriinfo-1.0.3 ppc64 stable for bug 294958
 
   15 Dec 2009; Raúl Porcel <armin76@gentoo.org> xdriinfo-1.0.2.ebuild,
   xdriinfo-1.0.3.ebuild:



1.5                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.4&r2=1.5

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdriinfo-1.0.3.ebuild	15 Dec 2009 16:41:52 -0000	1.4
+++ xdriinfo-1.0.3.ebuild	15 Dec 2009 19:13:59 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.4 2009/12/15 16:41:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.5 2009/12/15 19:13:59 ranger Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2009-12-10 18:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 18:27 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 18:27:45

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  x86 stable, bug 294958
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.39                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	10 Dec 2009 12:45:31 -0000	1.38
+++ ChangeLog	10 Dec 2009 18:27:45 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.38 2009/12/10 12:45:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.39 2009/12/10 18:27:45 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  xdriinfo-1.0.3.ebuild:
+  x86 stable, bug 294958
 
   10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xdriinfo-1.0.3.ebuild:
   amd64 stable wrt #294958



1.3                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.2&r2=1.3

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdriinfo-1.0.3.ebuild	10 Dec 2009 12:45:31 -0000	1.2
+++ xdriinfo-1.0.3.ebuild	10 Dec 2009 18:27:45 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.2 2009/12/10 12:45:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.3 2009/12/10 18:27:45 fauli Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2009-12-10 12:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 12:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/10 12:45:31

  Modified:             ChangeLog xdriinfo-1.0.3.ebuild
  Log:
  amd64 stable wrt #294958
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	18 Oct 2009 21:49:02 -0000	1.37
+++ ChangeLog	10 Dec 2009 12:45:31 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.37 2009/10/18 21:49:02 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.38 2009/12/10 12:45:31 ssuominen Exp $
+
+  10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xdriinfo-1.0.3.ebuild:
+  amd64 stable wrt #294958
 
 *xdriinfo-1.0.3 (18 Oct 2009)
 



1.2                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?r1=1.1&r2=1.2

Index: xdriinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdriinfo-1.0.3.ebuild	18 Oct 2009 21:49:02 -0000	1.1
+++ xdriinfo-1.0.3.ebuild	10 Dec 2009 12:45:31 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.1 2009/10/18 21:49:02 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.2 2009/12/10 12:45:31 ssuominen Exp $
 
 inherit x-modular
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild
@ 2009-10-18 21:49 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-10-18 21:49 UTC (permalink / raw
  To: gentoo-commits

remi        09/10/18 21:49:02

  Modified:             ChangeLog
  Added:                xdriinfo-1.0.3.ebuild
  Log:
  x11-apps/xdriinfo: bump to 1.0.3, sync with overlay
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.37                 x11-apps/xdriinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	9 Oct 2009 22:11:28 -0000	1.36
+++ ChangeLog	18 Oct 2009 21:49:02 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xdriinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.36 2009/10/09 22:11:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.37 2009/10/18 21:49:02 remi Exp $
+
+*xdriinfo-1.0.3 (18 Oct 2009)
+
+  18 Oct 2009; Rémi Cardona <remi@gentoo.org> +xdriinfo-1.0.3.ebuild:
+  bump to 1.0.3, sync with overlay
 
   09 Oct 2009; Markus Meier <maekke@gentoo.org> xdriinfo-1.0.2.ebuild:
   arm stable, bug #282290



1.1                  x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: xdriinfo-1.0.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.3.ebuild,v 1.1 2009/10/18 21:49:02 remi Exp $

inherit x-modular

DESCRIPTION="query configuration information of DRI drivers"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libX11
	virtual/opengl"
DEPEND="${RDEPEND}
	app-admin/eselect-opengl
	x11-proto/glproto"

pkg_setup() {
	# Bug #138920
	ewarn "Forcing on xorg-x11 for header sanity..."
	OLD_IMPLEM="$(eselect opengl show)"
	eselect opengl set --impl-headers xorg-x11
}

pkg_postinst() {
	echo
	eselect opengl set ${OLD_IMPLEM}
}






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

end of thread, other threads:[~2010-03-17 14:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 14:32 [gentoo-commits] gentoo-x86 commit in x11-apps/xdriinfo: ChangeLog xdriinfo-1.0.3.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-18 19:10 Raul Porcel (armin76)
2010-01-17 22:30 Jeroen Roovers (jer)
2010-01-14 22:13 Markus Meier (maekke)
2009-12-27 17:44 Joseph Jezak (josejx)
2009-12-15 19:13 Brent Baude (ranger)
2009-12-10 18:27 Christian Faulhammer (fauli)
2009-12-10 12:45 Samuli Suominen (ssuominen)
2009-10-18 21:49 Remi Cardona (remi)

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