public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-03-23 15:20 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 11+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-23 15:20 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/03/23 15:20:22

  Modified:             ChangeLog
  Added:                bigreqsproto-1.1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha94/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Feb 2011 14:26:53 -0000	1.48
+++ ChangeLog	23 Mar 2012 15:20:22 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for x11-proto/bigreqsproto
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.48 2011/02/14 14:26:53 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.49 2012/03/23 15:20:22 chithanh Exp $
+
+*bigreqsproto-1.1.2 (23 Mar 2012)
+
+  23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +bigreqsproto-1.1.2.ebuild:
+  Version bump.
 
   14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
   bigreqsproto-1.1.1.ebuild:



1.1                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.1 2012/03/23 15:20:22 chithanh Exp $

EAPI=4

XORG_DOC=doc
inherit xorg-2

DESCRIPTION="X.Org BigReqs protocol headers"

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

RDEPEND=""
DEPEND="${RDEPEND}"

pkg_setup() {
	xorg-2_pkg_setup

	XORG_CONFIGURE_OPTIONS=(
		$(use_enable doc specs)
		$(use_with doc xmlto)
		--without-fop
	)
}






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-05-10 17:10 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-10 17:10 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/10 17:10:35

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bigreqsproto-1.1.2.ebuild	23 Mar 2012 15:20:22 -0000	1.1
+++ bigreqsproto-1.1.2.ebuild	10 May 2012 17:10:35 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.1 2012/03/23 15:20:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.2 2012/05/10 17:10:35 aballier Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.50                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	23 Mar 2012 15:20:22 -0000	1.49
+++ ChangeLog	10 May 2012 17:10:35 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.49 2012/03/23 15:20:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.50 2012/05/10 17:10:35 aballier Exp $
+
+  10 May 2012; Alexis Ballier <aballier@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  keyword ~amd64-fbsd
 
 *bigreqsproto-1.1.2 (23 Mar 2012)
 






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

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

ago         12/06/22 21:12:29

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #419473
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bigreqsproto-1.1.2.ebuild	10 May 2012 17:10:35 -0000	1.2
+++ bigreqsproto-1.1.2.ebuild	22 Jun 2012 21:12:28 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.2 2012/05/10 17:10:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.3 2012/06/22 21:12:28 ago Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.51                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	10 May 2012 17:10:35 -0000	1.50
+++ ChangeLog	22 Jun 2012 21:12:28 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.50 2012/05/10 17:10:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.51 2012/06/22 21:12:28 ago Exp $
+
+  22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Stable for amd64, wrt bug #419473
 
   10 May 2012; Alexis Ballier <aballier@gentoo.org> bigreqsproto-1.1.2.ebuild:
   keyword ~amd64-fbsd






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-06-24 19:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-24 19:41 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/24 19:41:03

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #419473
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bigreqsproto-1.1.2.ebuild	22 Jun 2012 21:12:28 -0000	1.3
+++ bigreqsproto-1.1.2.ebuild	24 Jun 2012 19:41:02 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.3 2012/06/22 21:12:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.4 2012/06/24 19:41:02 ago Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.52                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	22 Jun 2012 21:12:28 -0000	1.51
+++ ChangeLog	24 Jun 2012 19:41:02 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.51 2012/06/22 21:12:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.52 2012/06/24 19:41:02 ago Exp $
+
+  24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Stable for x86, wrt bug #419473
 
   22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Stable for amd64, wrt bug #419473






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-06-28 15:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-28 15:18 UTC (permalink / raw
  To: gentoo-commits

jer         12/06/28 15:18:45

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #419473).
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bigreqsproto-1.1.2.ebuild	24 Jun 2012 19:41:02 -0000	1.4
+++ bigreqsproto-1.1.2.ebuild	28 Jun 2012 15:18:45 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.4 2012/06/24 19:41:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.5 2012/06/28 15:18:45 jer Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.53                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	24 Jun 2012 19:41:02 -0000	1.52
+++ ChangeLog	28 Jun 2012 15:18:45 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.52 2012/06/24 19:41:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.53 2012/06/28 15:18:45 jer Exp $
+
+  28 Jun 2012; Jeroen Roovers <jer@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Stable for HPPA (bug #419473).
 
   24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Stable for x86, wrt bug #419473






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-06-29 18:04 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2012-06-29 18:04 UTC (permalink / raw
  To: gentoo-commits

maekke      12/06/29 18:04:21

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  arm stable, bug #419473
  
  (Portage version: 2.1.10.65/cvs/Linux i686)

Revision  Changes    Path
1.6                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bigreqsproto-1.1.2.ebuild	28 Jun 2012 15:18:45 -0000	1.5
+++ bigreqsproto-1.1.2.ebuild	29 Jun 2012 18:04:21 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.5 2012/06/28 15:18:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.6 2012/06/29 18:04:21 maekke Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.54                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	28 Jun 2012 15:18:45 -0000	1.53
+++ ChangeLog	29 Jun 2012 18:04:21 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.53 2012/06/28 15:18:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.54 2012/06/29 18:04:21 maekke Exp $
+
+  29 Jun 2012; Markus Meier <maekke@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  arm stable, bug #419473
 
   28 Jun 2012; Jeroen Roovers <jer@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Stable for HPPA (bug #419473).






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-07-11 20:10 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2012-07-11 20:10 UTC (permalink / raw
  To: gentoo-commits

ranger      12/07/11 20:10:28

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  Marking bigreqsproto-1.1.2 ppc64 for bug 419473
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bigreqsproto-1.1.2.ebuild	29 Jun 2012 18:04:21 -0000	1.6
+++ bigreqsproto-1.1.2.ebuild	11 Jul 2012 20:10:28 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.6 2012/06/29 18:04:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.7 2012/07/11 20:10:28 ranger Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.55                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	29 Jun 2012 18:04:21 -0000	1.54
+++ ChangeLog	11 Jul 2012 20:10:28 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.54 2012/06/29 18:04:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.55 2012/07/11 20:10:28 ranger Exp $
+
+  11 Jul 2012; Brent Baude <ranger@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Marking bigreqsproto-1.1.2 ppc64 stable for bug 419473
 
   29 Jun 2012; Markus Meier <maekke@gentoo.org> bigreqsproto-1.1.2.ebuild:
   arm stable, bug #419473






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

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

ranger      12/07/12 18:07:15

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  Marking bigreqsproto-1.1.2 ppc for bug 419473
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bigreqsproto-1.1.2.ebuild	11 Jul 2012 20:10:28 -0000	1.7
+++ bigreqsproto-1.1.2.ebuild	12 Jul 2012 18:07:15 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.7 2012/07/11 20:10:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.8 2012/07/12 18:07:15 ranger Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.56                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	11 Jul 2012 20:10:28 -0000	1.55
+++ ChangeLog	12 Jul 2012 18:07:15 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.55 2012/07/11 20:10:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.56 2012/07/12 18:07:15 ranger Exp $
+
+  12 Jul 2012; Brent Baude <ranger@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Marking bigreqsproto-1.1.2 ppc stable for bug 419473
 
   11 Jul 2012; Brent Baude <ranger@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Marking bigreqsproto-1.1.2 ppc64 stable for bug 419473






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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2012-08-26 18:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-26 18:08 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/26 18:08:51

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #419473
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.9                  x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bigreqsproto-1.1.2.ebuild	12 Jul 2012 18:07:15 -0000	1.8
+++ bigreqsproto-1.1.2.ebuild	26 Aug 2012 18:08:51 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.8 2012/07/12 18:07:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.9 2012/08/26 18:08:51 armin76 Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.57                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	12 Jul 2012 18:07:15 -0000	1.56
+++ ChangeLog	26 Aug 2012 18:08:51 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.56 2012/07/12 18:07:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.57 2012/08/26 18:08:51 armin76 Exp $
+
+  26 Aug 2012; Raúl Porcel <armin76@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #419473
 
   12 Jul 2012; Brent Baude <ranger@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Marking bigreqsproto-1.1.2 ppc stable for bug 419473





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2013-02-27  5:53 Zac Medico (zmedico)
  0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-27  5:53 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/27 05:53:41

  Modified:             bigreqsproto-1.1.2.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.10                 x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bigreqsproto-1.1.2.ebuild	26 Aug 2012 18:08:51 -0000	1.9
+++ bigreqsproto-1.1.2.ebuild	27 Feb 2013 05:53:41 -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/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.9 2012/08/26 18:08:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.10 2013/02/27 05:53:41 zmedico Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.58                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	26 Aug 2012 18:08:51 -0000	1.57
+++ ChangeLog	27 Feb 2013 05:53:41 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.57 2012/08/26 18:08:51 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.58 2013/02/27 05:53:41 zmedico Exp $
+
+  27 Feb 2013; Zac Medico <zmedico@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  Add ~arm-linux keyword.
 
   26 Aug 2012; Raúl Porcel <armin76@gentoo.org> bigreqsproto-1.1.2.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -214,4 +217,3 @@
   08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
   +bigreqsproto-1.0.ebuild:
   Initial commit for modular X
-





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

* [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog
@ 2015-03-03 12:20 Yixun Lan (dlan)
  0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 12:20 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 12:20:11

  Modified:             bigreqsproto-1.1.2.ebuild ChangeLog
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.11                 x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild

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

Index: bigreqsproto-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bigreqsproto-1.1.2.ebuild	27 Feb 2013 05:53:41 -0000	1.10
+++ bigreqsproto-1.1.2.ebuild	3 Mar 2015 12:20:11 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.10 2013/02/27 05:53:41 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild,v 1.11 2015/03/03 12:20:11 dlan Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="X.Org BigReqs protocol headers"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.59                 x11-proto/bigreqsproto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	27 Feb 2013 05:53:41 -0000	1.58
+++ ChangeLog	3 Mar 2015 12:20:11 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for x11-proto/bigreqsproto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.58 2013/02/27 05:53:41 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.59 2015/03/03 12:20:11 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> bigreqsproto-1.1.2.ebuild:
+  add arm64 support, tested on A53 board
 
   27 Feb 2013; Zac Medico <zmedico@gentoo.org> bigreqsproto-1.1.2.ebuild:
   Add ~arm-linux keyword.





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

end of thread, other threads:[~2015-03-03 12:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 15:18 [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: bigreqsproto-1.1.2.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-03 12:20 Yixun Lan (dlan)
2013-02-27  5:53 Zac Medico (zmedico)
2012-08-26 18:08 Raul Porcel (armin76)
2012-07-12 18:07 Brent Baude (ranger)
2012-07-11 20:10 Brent Baude (ranger)
2012-06-29 18:04 Markus Meier (maekke)
2012-06-24 19:41 Agostino Sarubbo (ago)
2012-06-22 21:12 Agostino Sarubbo (ago)
2012-05-10 17:10 Alexis Ballier (aballier)
2012-03-23 15:20 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