* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-07-12 13:37 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-07-12 13:37 UTC (permalink / raw
To: gentoo-commits
chithanh 12/07/12 13:37:40
Modified: ChangeLog
Added: glproto-1.4.16.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Revision Changes Path
1.102 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 11 Jul 2012 20:11:36 -0000 1.101
+++ ChangeLog 12 Jul 2012 13:37:40 -0000 1.102
@@ -1,6 +1,12 @@
# 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.101 2012/07/11 20:11:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.102 2012/07/12 13:37:40 chithanh Exp $
+
+*glproto-1.4.16 (12 Jul 2012)
+
+ 12 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +glproto-1.4.16.ebuild:
+ Version bump.
11 Jul 2012; Brent Baude <ranger@gentoo.org> glproto-1.4.15.ebuild:
Marking glproto-1.4.15 ppc64 stable for bug 419473
@@ -371,4 +377,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +glproto-1.4.ebuild:
Initial commit for modular X
-
1.1 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.1&content-type=text/plain
Index: glproto-1.4.16.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.1 2012/07/12 13:37:40 chithanh Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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-1.2.6"
DEPEND=""
src_install() {
xorg-2_src_install
dynamic_libgl_install
}
pkg_postinst() {
xorg-2_pkg_postinst
eselect opengl set --ignore-missing --use-old xorg-x11
}
dynamic_libgl_install() {
# next section is to setup the dynamic libGL stuff
ebegin "Moving GL files for dynamic switching"
local gldir=/usr/$(get_libdir)/opengl/xorg-x11/include/GL
dodir ${gldir}
local x=""
# glext.h added for #54984
for x in "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
if [[ -f ${x} || -L ${x} ]]; then
mv -f "${x}" "${ED}"${gldir}
fi
done
eend 0
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-09-02 18:02 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-02 18:02 UTC (permalink / raw
To: gentoo-commits
ago 12/09/02 18:02:21
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #432400
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.1&r2=1.2
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glproto-1.4.16.ebuild 12 Jul 2012 13:37:40 -0000 1.1
+++ glproto-1.4.16.ebuild 2 Sep 2012 18:02:21 -0000 1.2
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.1 2012/07/12 13:37:40 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.2 2012/09/02 18:02:21 ago Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.105 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 26 Aug 2012 18:12:28 -0000 1.104
+++ ChangeLog 2 Sep 2012 18:02:21 -0000 1.105
@@ -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.104 2012/08/26 18:12:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.105 2012/09/02 18:02:21 ago Exp $
+
+ 02 Sep 2012; Agostino Sarubbo <ago@gentoo.org> glproto-1.4.16.ebuild:
+ Stable for amd64, wrt bug #432400
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> glproto-1.4.15.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #419473
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-09-04 14:48 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-04 14:48 UTC (permalink / raw
To: gentoo-commits
jer 12/09/04 14:48:43
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
Stable for HPPA (bug #432400).
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.2&r2=1.3
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glproto-1.4.16.ebuild 2 Sep 2012 18:02:21 -0000 1.2
+++ glproto-1.4.16.ebuild 4 Sep 2012 14:48:43 -0000 1.3
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.2 2012/09/02 18:02:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.3 2012/09/04 14:48:43 jer Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.106 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 2 Sep 2012 18:02:21 -0000 1.105
+++ ChangeLog 4 Sep 2012 14:48:43 -0000 1.106
@@ -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.105 2012/09/02 18:02:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.106 2012/09/04 14:48:43 jer Exp $
+
+ 04 Sep 2012; Jeroen Roovers <jer@gentoo.org> glproto-1.4.16.ebuild:
+ Stable for HPPA (bug #432400).
02 Sep 2012; Agostino Sarubbo <ago@gentoo.org> glproto-1.4.16.ebuild:
Stable for amd64, wrt bug #432400
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-09-12 10:51 Andreas Schuerch (nativemad)
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-09-12 10:51 UTC (permalink / raw
To: gentoo-commits
nativemad 12/09/12 10:51:11
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
x86 stable, see bug 432400
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.4 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.3&r2=1.4
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glproto-1.4.16.ebuild 4 Sep 2012 14:48:43 -0000 1.3
+++ glproto-1.4.16.ebuild 12 Sep 2012 10:51:10 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.3 2012/09/04 14:48:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.4 2012/09/12 10:51:10 nativemad Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.107 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 4 Sep 2012 14:48:43 -0000 1.106
+++ ChangeLog 12 Sep 2012 10:51:10 -0000 1.107
@@ -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.106 2012/09/04 14:48:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.107 2012/09/12 10:51:10 nativemad Exp $
+
+ 12 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> glproto-1.4.16.ebuild:
+ x86 stable, see bug 432400
04 Sep 2012; Jeroen Roovers <jer@gentoo.org> glproto-1.4.16.ebuild:
Stable for HPPA (bug #432400).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-09-16 19:40 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-09-16 19:40 UTC (permalink / raw
To: gentoo-commits
maekke 12/09/16 19:40:24
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
arm stable, bug #432400
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.4&r2=1.5
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glproto-1.4.16.ebuild 12 Sep 2012 10:51:10 -0000 1.4
+++ glproto-1.4.16.ebuild 16 Sep 2012 19:40:24 -0000 1.5
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.4 2012/09/12 10:51:10 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.5 2012/09/16 19:40:24 maekke Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.108 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 12 Sep 2012 10:51:10 -0000 1.107
+++ ChangeLog 16 Sep 2012 19:40:24 -0000 1.108
@@ -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.107 2012/09/12 10:51:10 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.108 2012/09/16 19:40:24 maekke Exp $
+
+ 16 Sep 2012; Markus Meier <maekke@gentoo.org> glproto-1.4.16.ebuild:
+ arm stable, bug #432400
12 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> glproto-1.4.16.ebuild:
x86 stable, see bug 432400
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-09-24 18:03 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-24 18:03 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/24 18:03:20
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
alpha/ia64/s390/sh/sparc stable wrt #432400
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.6 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.5&r2=1.6
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glproto-1.4.16.ebuild 16 Sep 2012 19:40:24 -0000 1.5
+++ glproto-1.4.16.ebuild 24 Sep 2012 18:03:20 -0000 1.6
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.5 2012/09/16 19:40:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.6 2012/09/24 18:03:20 armin76 Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.109 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 16 Sep 2012 19:40:24 -0000 1.108
+++ ChangeLog 24 Sep 2012 18:03:20 -0000 1.109
@@ -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.108 2012/09/16 19:40:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.109 2012/09/24 18:03:20 armin76 Exp $
+
+ 24 Sep 2012; Raúl Porcel <armin76@gentoo.org> glproto-1.4.16.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #432400
16 Sep 2012; Markus Meier <maekke@gentoo.org> glproto-1.4.16.ebuild:
arm stable, bug #432400
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-11-28 21:48 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-11-28 21:48 UTC (permalink / raw
To: gentoo-commits
ranger 12/11/28 21:48:52
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
Marking glproto-1.4.16 ppc for bug 440872
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Revision Changes Path
1.7 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.6&r2=1.7
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glproto-1.4.16.ebuild 24 Sep 2012 18:03:20 -0000 1.6
+++ glproto-1.4.16.ebuild 28 Nov 2012 21:48:52 -0000 1.7
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.6 2012/09/24 18:03:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.7 2012/11/28 21:48:52 ranger Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.110 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 24 Sep 2012 18:03:20 -0000 1.109
+++ ChangeLog 28 Nov 2012 21:48:52 -0000 1.110
@@ -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.109 2012/09/24 18:03:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.110 2012/11/28 21:48:52 ranger Exp $
+
+ 28 Nov 2012; Brent Baude <ranger@gentoo.org> glproto-1.4.16.ebuild:
+ Marking glproto-1.4.16 ppc stable for bug 440872
24 Sep 2012; Raúl Porcel <armin76@gentoo.org> glproto-1.4.16.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #432400
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2012-12-02 20:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-02 20:42 UTC (permalink / raw
To: gentoo-commits
ago 12/12/02 20:42:49
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #432400
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.7&r2=1.8
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glproto-1.4.16.ebuild 28 Nov 2012 21:48:52 -0000 1.7
+++ glproto-1.4.16.ebuild 2 Dec 2012 20:42:49 -0000 1.8
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.7 2012/11/28 21:48:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.8 2012/12/02 20:42:49 ago Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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=""
1.111 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 28 Nov 2012 21:48:52 -0000 1.110
+++ ChangeLog 2 Dec 2012 20:42:49 -0000 1.111
@@ -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.110 2012/11/28 21:48:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.111 2012/12/02 20:42:49 ago Exp $
+
+ 02 Dec 2012; Agostino Sarubbo <ago@gentoo.org> glproto-1.4.16.ebuild:
+ Stable for ppc64, wrt bug #432400
28 Nov 2012; Brent Baude <ranger@gentoo.org> glproto-1.4.16.ebuild:
Marking glproto-1.4.16 ppc stable for bug 440872
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog
@ 2013-02-27 5:52 Zac Medico (zmedico)
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-27 5:52 UTC (permalink / raw
To: gentoo-commits
zmedico 13/02/27 05:52:29
Modified: glproto-1.4.16.ebuild ChangeLog
Log:
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p17/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Revision Changes Path
1.9 x11-proto/glproto/glproto-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild?r1=1.8&r2=1.9
Index: glproto-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glproto-1.4.16.ebuild 2 Dec 2012 20:42:49 -0000 1.8
+++ glproto-1.4.16.ebuild 27 Feb 2013 05:52:29 -0000 1.9
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.8 2012/12/02 20:42:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.16.ebuild,v 1.9 2013/02/27 05:52:29 zmedico Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
LICENSE="SGI-B-2.0"
IUSE=""
1.112 x11-proto/glproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 2 Dec 2012 20:42:49 -0000 1.111
+++ ChangeLog 27 Feb 2013 05:52:29 -0000 1.112
@@ -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.111 2012/12/02 20:42:49 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.112 2013/02/27 05:52:29 zmedico Exp $
+
+ 27 Feb 2013; Zac Medico <zmedico@gentoo.org> glproto-1.4.16.ebuild:
+ Add ~arm-linux keyword.
02 Dec 2012; Agostino Sarubbo <ago@gentoo.org> glproto-1.4.16.ebuild:
Stable for ppc64, wrt bug #432400
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-02-27 5:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 18:03 [gentoo-commits] gentoo-x86 commit in x11-proto/glproto: glproto-1.4.16.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2013-02-27 5:52 Zac Medico (zmedico)
2012-12-02 20:42 Agostino Sarubbo (ago)
2012-11-28 21:48 Brent Baude (ranger)
2012-09-16 19:40 Markus Meier (maekke)
2012-09-12 10:51 Andreas Schuerch (nativemad)
2012-09-04 14:48 Jeroen Roovers (jer)
2012-09-02 18:02 Agostino Sarubbo (ago)
2012-07-12 13:37 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