public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2007-11-07  8:40 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 10+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2007-11-07  8:40 UTC (permalink / raw
  To: gentoo-commits

dberkholz    07/11/07 08:40:01

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  Add a post-installation notice about the new sloppy locking.
  (Portage version: 2.1.3.17)

Revision  Changes    Path
1.21                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	7 Nov 2007 08:36:34 -0000	1.20
+++ ChangeLog	7 Nov 2007 08:40:01 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.20 2007/11/07 08:36:34 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.21 2007/11/07 08:40:01 dberkholz Exp $
+
+  07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; libxcb-1.1.ebuild:
+  Add a post-installation notice about the new sloppy locking.
 
   07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; libxcb-1.1.ebuild:
   Add USE=doc flag to skip the API docs.



1.3                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxcb-1.1.ebuild	7 Nov 2007 08:36:34 -0000	1.2
+++ libxcb-1.1.ebuild	7 Nov 2007 08:40:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.2 2007/11/07 08:36:34 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.3 2007/11/07 08:40:01 dberkholz Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -22,3 +22,13 @@
 	~x11-proto/xcb-proto-${PV}"
 
 CONFIGURE_OPTIONS="$(use_enable doc build-docs)"
+
+pkg_postinst() {
+	x-modular_pkg_postinst
+
+	elog "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
+	elog "broken applications to keep running instead of being aborted."
+	elog "Set this variable if you need to use broken packages such as Java"
+	elog "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
+	elog "and run env-update)."
+}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2010-01-23 21:04 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-23 21:04 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/23 21:04:15

  Modified:             ChangeLog
  Removed:              libxcb-1.1.ebuild
  Log:
  rm
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	15 Dec 2009 19:52:48 -0000	1.51
+++ ChangeLog	23 Jan 2010 21:04:15 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.51 2009/12/15 19:52:48 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.52 2010/01/23 21:04:15 scarabeus Exp $
+
+  23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libxcb-1.1.ebuild:
+  rm
 
   15 Dec 2009; Brent Baude <ranger@gentoo.org> libxcb-1.4-r1.ebuild:
   Marking libxcb-1.4-r1 ppc64 stable for bug 294958






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-02-06 10:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-06 10:48 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/06 10:48:20

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  arm/ia64/s390/sh stable wrt #244210
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.29                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	1 Feb 2009 18:50:01 -0000	1.28
+++ ChangeLog	6 Feb 2009 10:48:19 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.28 2009/02/01 18:50:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.29 2009/02/06 10:48:19 armin76 Exp $
+
+  06 Feb 2009; Raúl Porcel <armin76@gentoo.org> libxcb-1.1.ebuild:
+  arm/ia64/s390/sh stable wrt #244210
 
   01 Feb 2009; nixnut <nixnut@gentoo.org> libxcb-1.1.ebuild:
   ppc stable #244210



1.10                 x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libxcb-1.1.ebuild	1 Feb 2009 18:50:01 -0000	1.9
+++ libxcb-1.1.ebuild	6 Feb 2009 10:48:19 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.9 2009/02/01 18:50:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.10 2009/02/06 10:48:19 armin76 Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-02-01 18:50 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-02-01 18:50 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/02/01 18:50:01

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  ppc stable #244210
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.28                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	31 Jan 2009 15:59:45 -0000	1.27
+++ ChangeLog	1 Feb 2009 18:50:01 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.27 2009/01/31 15:59:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.28 2009/02/01 18:50:01 nixnut Exp $
+
+  01 Feb 2009; nixnut <nixnut@gentoo.org> libxcb-1.1.ebuild:
+  ppc stable #244210
 
   31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> libxcb-1.1.ebuild:
   Stable on alpha, bug #244210



1.9                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libxcb-1.1.ebuild	31 Jan 2009 15:59:45 -0000	1.8
+++ libxcb-1.1.ebuild	1 Feb 2009 18:50:01 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.8 2009/01/31 15:59:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.9 2009/02/01 18:50:01 nixnut Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-01-31 15:59 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-31 15:59 UTC (permalink / raw
  To: gentoo-commits

klausman    09/01/31 15:59:45

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  Stable on alpha, bug #244210
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	28 Jan 2009 20:39:34 -0000	1.26
+++ ChangeLog	31 Jan 2009 15:59:45 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.26 2009/01/28 20:39:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.27 2009/01/31 15:59:45 klausman Exp $
+
+  31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> libxcb-1.1.ebuild:
+  Stable on alpha, bug #244210
 
   28 Jan 2009; Brent Baude <ranger@gentoo.org> libxcb-1.1.ebuild:
   Marking libxcb-1.1 ppc64 for bug 244210



1.8                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxcb-1.1.ebuild	28 Jan 2009 20:39:34 -0000	1.7
+++ libxcb-1.1.ebuild	31 Jan 2009 15:59:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.7 2009/01/28 20:39:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.8 2009/01/31 15:59:45 klausman Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-01-28 20:39 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-01-28 20:39 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/28 20:39:34

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  Marking libxcb-1.1 ppc64 for bug 244210
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.26                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	23 Jan 2009 21:46:18 -0000	1.25
+++ ChangeLog	28 Jan 2009 20:39:34 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.25 2009/01/23 21:46:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.26 2009/01/28 20:39:34 ranger Exp $
+
+  28 Jan 2009; Brent Baude <ranger@gentoo.org> libxcb-1.1.ebuild:
+  Marking libxcb-1.1 ppc64 for bug 244210
 
   23 Jan 2009; Markus Meier <maekke@gentoo.org> libxcb-1.1.ebuild:
   amd64/x86 stable, bug #244210



1.7                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxcb-1.1.ebuild	23 Jan 2009 21:46:18 -0000	1.6
+++ libxcb-1.1.ebuild	28 Jan 2009 20:39:34 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.6 2009/01/23 21:46:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.7 2009/01/28 20:39:34 ranger Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-01-23 21:46 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-01-23 21:46 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/23 21:46:18

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  amd64/x86 stable, bug #244210
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 Jan 2009 19:33:02 -0000	1.24
+++ ChangeLog	23 Jan 2009 21:46:18 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.24 2009/01/21 19:33:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.25 2009/01/23 21:46:18 maekke Exp $
+
+  23 Jan 2009; Markus Meier <maekke@gentoo.org> libxcb-1.1.ebuild:
+  amd64/x86 stable, bug #244210
 
   21 Jan 2009; Jeroen Roovers <jer@gentoo.org> libxcb-1.1.ebuild:
   Stable for HPPA (bug #244210).



1.6                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxcb-1.1.ebuild	21 Jan 2009 19:33:02 -0000	1.5
+++ libxcb-1.1.ebuild	23 Jan 2009 21:46:18 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.5 2009/01/21 19:33:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.6 2009/01/23 21:46:18 maekke Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-01-21 19:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-21 19:33 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/21 19:33:02

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  Stable for HPPA (bug #244210).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.24                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Jan 2009 18:02:55 -0000	1.23
+++ ChangeLog	21 Jan 2009 19:33:02 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.23 2009/01/21 18:02:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.24 2009/01/21 19:33:02 jer Exp $
+
+  21 Jan 2009; Jeroen Roovers <jer@gentoo.org> libxcb-1.1.ebuild:
+  Stable for HPPA (bug #244210).
 
   21 Jan 2009; Ferris McCormick <fmccor@gentoo.org> libxcb-1.1.ebuild:
   Sparc stable, Bug #244210.



1.5                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxcb-1.1.ebuild	21 Jan 2009 18:02:55 -0000	1.4
+++ libxcb-1.1.ebuild	21 Jan 2009 19:33:02 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.4 2009/01/21 18:02:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.5 2009/01/21 19:33:02 jer Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2009-01-21 18:02 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 10+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-01-21 18:02 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/01/21 18:02:55

  Modified:             ChangeLog libxcb-1.1.ebuild
  Log:
  Sparc stable, Bug #244210.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Jul 2008 22:38:05 -0000	1.22
+++ ChangeLog	21 Jan 2009 18:02:55 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.22 2008/07/30 22:38:05 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.23 2009/01/21 18:02:55 fmccor Exp $
+
+  21 Jan 2009; Ferris McCormick <fmccor@gentoo.org> libxcb-1.1.ebuild:
+  Sparc stable, Bug #244210.
 
 *libxcb-1.1.90.1 (30 Jul 2008)
 



1.4                  x11-libs/libxcb/libxcb-1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?r1=1.3&r2=1.4

Index: libxcb-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxcb-1.1.ebuild	7 Nov 2007 08:40:01 -0000	1.3
+++ libxcb-1.1.ebuild	21 Jan 2009 18:02:55 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.3 2007/11/07 08:40:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.4 2009/01/21 18:02:55 fmccor Exp $
 
 # Must be before x-modular eclass is inherited
 SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://xcb.freedesktop.org/"
 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 LICENSE="X11"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 RDEPEND="x11-libs/libXau
 	x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
@ 2007-11-07  8:28 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 10+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2007-11-07  8:28 UTC (permalink / raw
  To: gentoo-commits

dberkholz    07/11/07 08:28:53

  Modified:             ChangeLog
  Added:                libxcb-1.1.ebuild
  Log:
  Bump. Adds that variable everyone's been clamoring for to stop apps from dying: set LIBXCB_ALLOW_SLOPPY_LOCK to avoid aborting. Also has a number of important bugfixes.
  (Portage version: 2.1.3.17)

Revision  Changes    Path
1.19                 x11-libs/libxcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Nov 2007 08:22:45 -0000	1.18
+++ ChangeLog	7 Nov 2007 08:28:53 -0000	1.19
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.18 2007/11/07 08:22:45 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.19 2007/11/07 08:28:53 dberkholz Exp $
+
+*libxcb-1.1 (07 Nov 2007)
+
+  07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; +libxcb-1.1.ebuild:
+  Bump. Adds that variable everyone's been clamoring for to stop apps from
+  dying: set LIBXCB_ALLOW_SLOPPY_LOCK to avoid aborting. Also has a number of
+  important bugfixes.
 
   07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; libxcb-1.0.ebuild:
   Update dep to pull in xcb-proto of the same version.



1.1                  x11-libs/libxcb/libxcb-1.1.ebuild

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

Index: libxcb-1.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.1 2007/11/07 08:28:53 dberkholz Exp $

# Must be before x-modular eclass is inherited
SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="X C-language Bindings library"
HOMEPAGE="http://xcb.freedesktop.org/"
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
LICENSE="X11"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
RDEPEND="x11-libs/libXau
	x11-libs/libXdmcp
	dev-libs/libpthread-stubs"
DEPEND="${RDEPEND}
	dev-libs/libxslt
	~x11-proto/xcb-proto-${PV}"



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2010-01-23 21:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07  8:40 [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild Donnie Berkholz (dberkholz)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-23 21:04 Tomas Chvatal (scarabeus)
2009-02-06 10:48 Raul Porcel (armin76)
2009-02-01 18:50 Gysbert Wassenaar (nixnut)
2009-01-31 15:59 Tobias Klausmann (klausman)
2009-01-28 20:39 Brent Baude (ranger)
2009-01-23 21:46 Markus Meier (maekke)
2009-01-21 19:33 Jeroen Roovers (jer)
2009-01-21 18:02 Ferris McCormick (fmccor)
2007-11-07  8:28 Donnie Berkholz (dberkholz)

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