public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-08-10 14:10 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-10 14:10 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/08/10 14:10:57

  Modified:             ChangeLog
  Added:                glproto-1.4.12.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	27 May 2010 08:57:03 -0000	1.74
+++ ChangeLog	10 Aug 2010 14:10:56 -0000	1.75
@@ -1,6 +1,12 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.74 2010/05/27 08:57:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.75 2010/08/10 14:10:56 scarabeus Exp $
+
+*glproto-1.4.12 (10 Aug 2010)
+
+  10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  +glproto-1.4.12.ebuild:
+  Version bump.
 
   27 May 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   -glproto-1.4.10.ebuild:



1.1                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.1&content-type=text/plain

Index: glproto-1.4.12.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.1 2010/08/10 14:10:56 scarabeus Exp $

EAPI=3
inherit xorg-2

OPENGL_DIR="xorg-x11"

DESCRIPTION="X.Org GL protocol headers"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
LICENSE="SGI-B-2.0"
IUSE=""

RDEPEND="app-admin/eselect-opengl"
DEPEND=""

src_install() {
	xorg-2_src_install
	dynamic_libgl_install
}

pkg_postinst() {
	xorg-2_pkg_postinst
	switch_opengl_implem
}

dynamic_libgl_install() {
	# next section is to setup the dynamic libGL stuff
	ebegin "Moving GL files for dynamic switching"
		dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
		local x=""
		# glext.h added for #54984
		for x in "${D}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
			if [[ -f ${x} || -L ${x} ]]; then
				mv -f "${x}" "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
			fi
		done
	eend 0
}

switch_opengl_implem() {
	# Switch to the xorg implementation.
	# Use new opengl-update that will not reset user selected
	# OpenGL interface ...
	echo
	eselect opengl set --use-old ${OPENGL_DIR}
}






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-09-14 10:35 Fabian Groffen (grobian)
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-14 10:35 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/14 10:35:21

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  Make ebuild work for Prefix (ED was dropped)
  
  (Portage version: 2.2.01.15553-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.76                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	10 Aug 2010 14:10:56 -0000	1.75
+++ ChangeLog	14 Sep 2010 10:35:21 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.75 2010/08/10 14:10:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.76 2010/09/14 10:35:21 grobian Exp $
+
+  14 Sep 2010; Fabian Groffen <grobian@gentoo.org> glproto-1.4.12.ebuild:
+  Make ebuild work for Prefix (ED was dropped)
 
 *glproto-1.4.12 (10 Aug 2010)
 



1.2                  x11-proto/glproto/glproto-1.4.12.ebuild

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

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glproto-1.4.12.ebuild	10 Aug 2010 14:10:56 -0000	1.1
+++ glproto-1.4.12.ebuild	14 Sep 2010 10:35:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.1 2010/08/10 14:10:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.2 2010/09/14 10:35:21 grobian Exp $
 
 EAPI=3
 inherit xorg-2
@@ -32,9 +32,9 @@
 		dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
 		local x=""
 		# glext.h added for #54984
-		for x in "${D}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
+		for x in "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
 			if [[ -f ${x} || -L ${x} ]]; then
-				mv -f "${x}" "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
+				mv -f "${x}" "${ED}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
 			fi
 		done
 	eend 0






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-12-19 12:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-19 12:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/19 12:38:18

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  ppc64 stable wrt #344827
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	14 Sep 2010 10:35:21 -0000	1.76
+++ ChangeLog	19 Dec 2010 12:38:18 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.76 2010/09/14 10:35:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.77 2010/12/19 12:38:18 ssuominen Exp $
+
+  19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> glproto-1.4.12.ebuild:
+  ppc64 stable wrt #344827
 
   14 Sep 2010; Fabian Groffen <grobian@gentoo.org> glproto-1.4.12.ebuild:
   Make ebuild work for Prefix (ED was dropped)



1.3                  x11-proto/glproto/glproto-1.4.12.ebuild

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

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glproto-1.4.12.ebuild	14 Sep 2010 10:35:21 -0000	1.2
+++ glproto-1.4.12.ebuild	19 Dec 2010 12:38:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.2 2010/09/14 10:35:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.3 2010/12/19 12:38:18 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-12-23 11:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23 11:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/23 11:49:03

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  amd64 stable wrt #344827
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.78                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	19 Dec 2010 12:38:18 -0000	1.77
+++ ChangeLog	23 Dec 2010 11:49:02 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.77 2010/12/19 12:38:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.78 2010/12/23 11:49:02 ssuominen Exp $
+
+  23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> glproto-1.4.12.ebuild:
+  amd64 stable wrt #344827
 
   19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> glproto-1.4.12.ebuild:
   ppc64 stable wrt #344827



1.4                  x11-proto/glproto/glproto-1.4.12.ebuild

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

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glproto-1.4.12.ebuild	19 Dec 2010 12:38:18 -0000	1.3
+++ glproto-1.4.12.ebuild	23 Dec 2010 11:49:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.3 2010/12/19 12:38:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.4 2010/12/23 11:49:02 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-12-25 20:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-25 20:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/25 20:41:34

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  x86 stable, bug 344827
  
  (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.79                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	23 Dec 2010 11:49:02 -0000	1.78
+++ ChangeLog	25 Dec 2010 20:41:34 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.78 2010/12/23 11:49:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.79 2010/12/25 20:41:34 fauli Exp $
+
+  25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  glproto-1.4.12.ebuild:
+  x86 stable, bug 344827
 
   23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> glproto-1.4.12.ebuild:
   amd64 stable wrt #344827



1.5                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?r1=1.4&r2=1.5

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glproto-1.4.12.ebuild	23 Dec 2010 11:49:02 -0000	1.4
+++ glproto-1.4.12.ebuild	25 Dec 2010 20:41:34 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.4 2010/12/23 11:49:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.5 2010/12/25 20:41:34 fauli Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-12-29 20:58 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2010-12-29 20:58 UTC (permalink / raw
  To: gentoo-commits

maekke      10/12/29 20:58:00

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  arm stable, bug #344827
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	25 Dec 2010 20:41:34 -0000	1.79
+++ ChangeLog	29 Dec 2010 20:58:00 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.79 2010/12/25 20:41:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.80 2010/12/29 20:58:00 maekke Exp $
+
+  29 Dec 2010; Markus Meier <maekke@gentoo.org> glproto-1.4.12.ebuild:
+  arm stable, bug #344827
 
   25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
   glproto-1.4.12.ebuild:



1.6                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?r1=1.5&r2=1.6

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glproto-1.4.12.ebuild	25 Dec 2010 20:41:34 -0000	1.5
+++ glproto-1.4.12.ebuild	29 Dec 2010 20:58:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.5 2010/12/25 20:41:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.6 2010/12/29 20:58:00 maekke Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2010-12-31 19:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-31 19:49 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/31 19:49:54

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  Stable for HPPA (bug #344827).
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)

Revision  Changes    Path
1.81                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	29 Dec 2010 20:58:00 -0000	1.80
+++ ChangeLog	31 Dec 2010 19:49:53 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.80 2010/12/29 20:58:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.81 2010/12/31 19:49:53 jer Exp $
+
+  31 Dec 2010; Jeroen Roovers <jer@gentoo.org> glproto-1.4.12.ebuild:
+  Stable for HPPA (bug #344827).
 
   29 Dec 2010; Markus Meier <maekke@gentoo.org> glproto-1.4.12.ebuild:
   arm stable, bug #344827



1.7                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?r1=1.6&r2=1.7

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glproto-1.4.12.ebuild	29 Dec 2010 20:58:00 -0000	1.6
+++ glproto-1.4.12.ebuild	31 Dec 2010 19:49:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.6 2010/12/29 20:58:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.7 2010/12/31 19:49:53 jer Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2011-02-12 21:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 21:48 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/12 21:48:47

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #344827
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.82                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	31 Dec 2010 19:49:53 -0000	1.81
+++ ChangeLog	12 Feb 2011 21:48:47 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.81 2010/12/31 19:49:53 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.82 2011/02/12 21:48:47 armin76 Exp $
+
+  12 Feb 2011; Raúl Porcel <armin76@gentoo.org> glproto-1.4.12.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #344827
 
   31 Dec 2010; Jeroen Roovers <jer@gentoo.org> glproto-1.4.12.ebuild:
   Stable for HPPA (bug #344827).



1.8                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?r1=1.7&r2=1.8

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glproto-1.4.12.ebuild	31 Dec 2010 19:49:53 -0000	1.7
+++ glproto-1.4.12.ebuild	12 Feb 2011 21:48:47 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.7 2010/12/31 19:49:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.8 2011/02/12 21:48:47 armin76 Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2011-02-14 14:34 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-14 14:34 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/14 14:34:03

  Modified:             ChangeLog glproto-1.4.12.ebuild
  Log:
  ppc stable wrt #344827, #354237
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.83                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	12 Feb 2011 21:48:47 -0000	1.82
+++ ChangeLog	14 Feb 2011 14:34:03 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.82 2011/02/12 21:48:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.83 2011/02/14 14:34:03 xarthisius Exp $
+
+  14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> glproto-1.4.12.ebuild:
+  ppc stable wrt #344827, #354237
 
   12 Feb 2011; Raúl Porcel <armin76@gentoo.org> glproto-1.4.12.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #344827



1.9                  x11-proto/glproto/glproto-1.4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild?r1=1.8&r2=1.9

Index: glproto-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glproto-1.4.12.ebuild	12 Feb 2011 21:48:47 -0000	1.8
+++ glproto-1.4.12.ebuild	14 Feb 2011 14:34:03 -0000	1.9
@@ -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-proto/glproto/glproto-1.4.12.ebuild,v 1.8 2011/02/12 21:48:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.12.ebuild,v 1.9 2011/02/14 14:34:03 xarthisius Exp $
 
 EAPI=3
 inherit xorg-2
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org GL protocol headers"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild
@ 2012-02-23 18:46 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-02-23 18:46 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/02/23 18:46:50

  Modified:             ChangeLog
  Removed:              glproto-1.4.12.ebuild
  Log:
  Remove oldest overshadowed.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.94                 x11-proto/glproto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	31 Jan 2012 21:30:05 -0000	1.93
+++ ChangeLog	23 Feb 2012 18:46:50 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/glproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.93 2012/01/31 21:30:05 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.94 2012/02/23 18:46:50 scarabeus Exp $
+
+  23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> -glproto-1.4.12.ebuild:
+  Remove oldest overshadowed.
 
 *glproto-1.4.15 (31 Jan 2012)
 






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

end of thread, other threads:[~2012-02-23 18:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 14:10 [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: ChangeLog glproto-1.4.12.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-14 10:35 Fabian Groffen (grobian)
2010-12-19 12:38 Samuli Suominen (ssuominen)
2010-12-23 11:49 Samuli Suominen (ssuominen)
2010-12-25 20:41 Christian Faulhammer (fauli)
2010-12-29 20:58 Markus Meier (maekke)
2010-12-31 19:49 Jeroen Roovers (jer)
2011-02-12 21:48 Raul Porcel (armin76)
2011-02-14 14:34 Kacper Kowalik (xarthisius)
2012-02-23 18:46 Tomas Chvatal (scarabeus)

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