public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-10-06 13:31 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 12+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-10-06 13:31 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/10/06 13:31:15

  Modified:             ChangeLog
  Added:                xcb-proto-1.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	26 Aug 2012 18:21:33 -0000	1.82
+++ ChangeLog	6 Oct 2012 13:31:15 -0000	1.83
@@ -1,6 +1,12 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.82 2012/08/26 18:21:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.83 2012/10/06 13:31:15 chithanh Exp $
+
+*xcb-proto-1.8 (06 Oct 2012)
+
+  06 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xcb-proto-1.8.ebuild:
+  Version bump.
 
   26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.7.1.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -293,4 +299,3 @@
   09 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; +metadata.xml,
   +xcb-proto-0.9.92.ebuild:
   Add X C-language Bindings protocol headers.
-



1.1                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.1 2012/10/06 13:31:15 chithanh Exp $

EAPI=4
PYTHON_DEPEND="*"

inherit python xorg-2

DESCRIPTION="X C-language Bindings protocol headers"
HOMEPAGE="http://xcb.freedesktop.org/"
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
[[ ${PV} != 9999* ]] && \
	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"

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

RDEPEND=""
DEPEND="${RDEPEND}
	dev-libs/libxml2"

src_prepare() {
	python_clean_py-compile_files
	xorg-2_src_prepare
}

pkg_postinst() {
	python_mod_optimize xcbgen
	ewarn "Please rebuild both libxcb and xcb-util if you are upgrading from version 1.6"
}

pkg_postrm() {
	python_mod_cleanup xcbgen
}





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-11-16 16:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-16 16:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/16 16:44:18

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xcb-proto-1.8.ebuild	6 Oct 2012 13:31:15 -0000	1.1
+++ xcb-proto-1.8.ebuild	16 Nov 2012 16:44:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.1 2012/10/06 13:31:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.2 2012/11/16 16:44:18 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.84                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	6 Oct 2012 13:31:15 -0000	1.83
+++ ChangeLog	16 Nov 2012 16:44:18 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.83 2012/10/06 13:31:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.84 2012/11/16 16:44:18 ago Exp $
+
+  16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for amd64, wrt bug #440872
 
 *xcb-proto-1.8 (06 Oct 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-11-18 12:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-18 12:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/18 12:27:24

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xcb-proto-1.8.ebuild	16 Nov 2012 16:44:18 -0000	1.2
+++ xcb-proto-1.8.ebuild	18 Nov 2012 12:27:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.2 2012/11/16 16:44:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.3 2012/11/18 12:27:24 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.85                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	16 Nov 2012 16:44:18 -0000	1.84
+++ ChangeLog	18 Nov 2012 12:27:24 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.84 2012/11/16 16:44:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.85 2012/11/18 12:27:24 ago Exp $
+
+  18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for x86, wrt bug #440872
 
   16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for amd64, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-11-28 21:48 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-11-28 21:48 UTC (permalink / raw
  To: gentoo-commits

ranger      12/11/28 21:48:05

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Marking xcb-proto-1.8 ppc for bug 440872
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xcb-proto-1.8.ebuild	18 Nov 2012 12:27:24 -0000	1.3
+++ xcb-proto-1.8.ebuild	28 Nov 2012 21:48:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.3 2012/11/18 12:27:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.4 2012/11/28 21:48:05 ranger Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.86                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	18 Nov 2012 12:27:24 -0000	1.85
+++ ChangeLog	28 Nov 2012 21:48:05 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.85 2012/11/18 12:27:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.86 2012/11/28 21:48:05 ranger Exp $
+
+  28 Nov 2012; Brent Baude <ranger@gentoo.org> xcb-proto-1.8.ebuild:
+  Marking xcb-proto-1.8 ppc stable for bug 440872
 
   18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for x86, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-12-08 17:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-08 17:17 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/08 17:17:47

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xcb-proto-1.8.ebuild	28 Nov 2012 21:48:05 -0000	1.4
+++ xcb-proto-1.8.ebuild	8 Dec 2012 17:17:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.4 2012/11/28 21:48:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.5 2012/12/08 17:17:47 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.87                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	28 Nov 2012 21:48:05 -0000	1.86
+++ ChangeLog	8 Dec 2012 17:17:47 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.86 2012/11/28 21:48:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.87 2012/12/08 17:17:47 ago Exp $
+
+  08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for ppc64, wrt bug #440872
 
   28 Nov 2012; Brent Baude <ranger@gentoo.org> xcb-proto-1.8.ebuild:
   Marking xcb-proto-1.8 ppc stable for bug 440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-12-17 20:35 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2012-12-17 20:35 UTC (permalink / raw
  To: gentoo-commits

maekke      12/12/17 20:35:47

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  arm stable, bug #440872
  
  (Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.6                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xcb-proto-1.8.ebuild	8 Dec 2012 17:17:47 -0000	1.5
+++ xcb-proto-1.8.ebuild	17 Dec 2012 20:35:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.5 2012/12/08 17:17:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.6 2012/12/17 20:35:46 maekke Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.88                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	8 Dec 2012 17:17:47 -0000	1.87
+++ ChangeLog	17 Dec 2012 20:35:46 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.87 2012/12/08 17:17:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.88 2012/12/17 20:35:46 maekke Exp $
+
+  17 Dec 2012; Markus Meier <maekke@gentoo.org> xcb-proto-1.8.ebuild:
+  arm stable, bug #440872
 
   08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for ppc64, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-12-28 11:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-28 11:43 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/28 11:43:24

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xcb-proto-1.8.ebuild	17 Dec 2012 20:35:46 -0000	1.6
+++ xcb-proto-1.8.ebuild	28 Dec 2012 11:43:24 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.6 2012/12/17 20:35:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.7 2012/12/28 11:43:24 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.89                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	17 Dec 2012 20:35:46 -0000	1.88
+++ ChangeLog	28 Dec 2012 11:43:24 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.88 2012/12/17 20:35:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.89 2012/12/28 11:43:24 ago Exp $
+
+  28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for ia64, wrt bug #440872
 
   17 Dec 2012; Markus Meier <maekke@gentoo.org> xcb-proto-1.8.ebuild:
   arm stable, bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-12-28 17:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-28 17:45 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/28 17:45:54

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xcb-proto-1.8.ebuild	28 Dec 2012 11:43:24 -0000	1.7
+++ xcb-proto-1.8.ebuild	28 Dec 2012 17:45:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.7 2012/12/28 11:43:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.8 2012/12/28 17:45:54 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.90                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	28 Dec 2012 11:43:24 -0000	1.89
+++ ChangeLog	28 Dec 2012 17:45:54 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.89 2012/12/28 11:43:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.90 2012/12/28 17:45:54 ago Exp $
+
+  28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for sparc, wrt bug #440872
 
   28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for ia64, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2012-12-30 14:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:56 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 14:56:35

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #440872
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xcb-proto-1.8.ebuild	28 Dec 2012 17:45:54 -0000	1.8
+++ xcb-proto-1.8.ebuild	30 Dec 2012 14:56:35 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.8 2012/12/28 17:45:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.9 2012/12/30 14:56:35 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.91                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	28 Dec 2012 17:45:54 -0000	1.90
+++ ChangeLog	30 Dec 2012 14:56:35 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.90 2012/12/28 17:45:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.91 2012/12/30 14:56:35 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for alpha, wrt bug #440872
 
   28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for sparc, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2013-01-01 19:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2013-01-01 19:08 UTC (permalink / raw
  To: gentoo-commits

armin76     13/01/01 19:08:08

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  s390/sh stable wrt #440872
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.10                 x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xcb-proto-1.8.ebuild	30 Dec 2012 14:56:35 -0000	1.9
+++ xcb-proto-1.8.ebuild	1 Jan 2013 19:08:08 -0000	1.10
@@ -1,6 +1,6 @@
-# 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/xcb-proto/xcb-proto-1.8.ebuild,v 1.9 2012/12/30 14:56:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.10 2013/01/01 19:08:08 armin76 Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.92                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	30 Dec 2012 14:56:35 -0000	1.91
+++ ChangeLog	1 Jan 2013 19:08:08 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.91 2012/12/30 14:56:35 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.92 2013/01/01 19:08:08 armin76 Exp $
+
+  01 Jan 2013; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.8.ebuild:
+  s390/sh stable wrt #440872
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for alpha, wrt bug #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2013-01-04 18:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2013-01-04 18:03 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/04 18:03:54

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #440872).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.11                 x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xcb-proto-1.8.ebuild	1 Jan 2013 19:08:08 -0000	1.10
+++ xcb-proto-1.8.ebuild	4 Jan 2013 18:03:54 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.10 2013/01/01 19:08:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.11 2013/01/04 18:03:54 jer Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.93                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	1 Jan 2013 19:08:08 -0000	1.92
+++ ChangeLog	4 Jan 2013 18:03:54 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.92 2013/01/01 19:08:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.93 2013/01/04 18:03:54 jer Exp $
+
+  04 Jan 2013; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.8.ebuild:
+  Stable for HPPA (bug #440872).
 
   01 Jan 2013; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.8.ebuild:
   s390/sh stable wrt #440872





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog
@ 2013-02-21 18:22 Zac Medico (zmedico)
  0 siblings, 0 replies; 12+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-21 18:22 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/21 18:22:28

  Modified:             xcb-proto-1.8.ebuild ChangeLog
  Log:
  Add ~arm-linux keyword.
  
  (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.12                 x11-proto/xcb-proto/xcb-proto-1.8.ebuild

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

Index: xcb-proto-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xcb-proto-1.8.ebuild	4 Jan 2013 18:03:54 -0000	1.11
+++ xcb-proto-1.8.ebuild	21 Feb 2013 18:22:28 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.11 2013/01/04 18:03:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.12 2013/02/21 18:22:28 zmedico Exp $
 
 EAPI=4
 PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.94                 x11-proto/xcb-proto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	4 Jan 2013 18:03:54 -0000	1.93
+++ ChangeLog	21 Feb 2013 18:22:28 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.93 2013/01/04 18:03:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.94 2013/02/21 18:22:28 zmedico Exp $
+
+  21 Feb 2013; Zac Medico <zmedico@gentoo.org> xcb-proto-1.8.ebuild:
+  Add ~arm-linux keyword.
 
   04 Jan 2013; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.8.ebuild:
   Stable for HPPA (bug #440872).





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

end of thread, other threads:[~2013-02-21 18:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 20:35 [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-21 18:22 Zac Medico (zmedico)
2013-01-04 18:03 Jeroen Roovers (jer)
2013-01-01 19:08 Raul Porcel (armin76)
2012-12-30 14:56 Agostino Sarubbo (ago)
2012-12-28 17:45 Agostino Sarubbo (ago)
2012-12-28 11:43 Agostino Sarubbo (ago)
2012-12-08 17:17 Agostino Sarubbo (ago)
2012-11-28 21:48 Brent Baude (ranger)
2012-11-18 12:27 Agostino Sarubbo (ago)
2012-11-16 16:44 Agostino Sarubbo (ago)
2012-10-06 13:31 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