public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-12 12:55 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-12 12:55 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/12 12:55:49

  Added:                libxcb-1.4-upgrade-guide.xml
  Log:
  add libxcb 1.4 upgrade guide

Revision  Changes    Path
1.1                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.1&content-type=text/plain

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.1 2009/09/12 12:55:48 remi Exp $ -->

<guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
<title>Gentoo libxcb 1.4 Upgrade Guide</title>

<author title="Author">
  <mail link="remi" />
</author>

<abstract>
This guide shows how to upgrade from libxcb 1.1.90.2 and earlier to libxcb 1.4.
</abstract>

<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>0.1</version>
<date>2009-09-12</date>

<chapter>
<title>Upgrading to libxcb 1.4</title>
<section>
<body>

<pre caption="Updating xcb packages">
# <i>emerge -1 x11-proto/xcb-proto x11-libs/libxcb</i>
# <i>emerge -1 x11-proto/xproto x11-proto/xextproto x11-libs/libX11 x11-libs/libXext</i>
</pre>

<p>
run <c>/usr/portage/x11-libs/libxcb/files/xcb-rebuilder.sh</c> to fix .la
files. If the tool reports broken packages, please read on. If not, lucky you,
your system is ready to go :)
</p>

<p>
run the following one liner to rebuild a simple, yet effective, subset of
potentially broken packages. Do not worry, packages you don't have installed
will not be installed.
</p>

<pre caption="Rebuilding essential packages first">
# <i>emerge --oneshot --nodeps \
$(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
           x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
           x11-libs/pango x11-libs/gtk+ gnome-base/libgnomeui \
           x11-libs/qt-gui; do \
    qlist -IC $i; \
done) -pv</i>
</pre>

<p>
use revdep-rebuild (from app-portage/gentoolkit) to finish fixing the rest of
your system.
</p>

<pre caption="Rebuilding the remaining broken packages">
# <i>revdep-rebuild -L libxcb-xlib.so.0</i>
</pre>

</body>
</section>
</chapter>
</guide>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-12 13:27 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-12 13:27 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/12 13:27:30

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  update libxcb 1.4 upgrade guide

Revision  Changes    Path
1.2                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.1&r2=1.2

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxcb-1.4-upgrade-guide.xml	12 Sep 2009 12:55:48 -0000	1.1
+++ libxcb-1.4-upgrade-guide.xml	12 Sep 2009 13:27:30 -0000	1.2
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.1 2009/09/12 12:55:48 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.2 2009/09/12 13:27:30 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -30,13 +30,63 @@
 </pre>
 
 <p>
-run <c>/usr/portage/x11-libs/libxcb/files/xcb-rebuilder.sh</c> to fix .la
-files. If the tool reports broken packages, please read on. If not, lucky you,
-your system is ready to go :)
+You now have all the needed packages with support for the new libxcb.
 </p>
 
 <p>
-run the following one liner to rebuild a simple, yet effective, subset of
+Fixing broken libtool archives
+</p>
+
+<p>
+While the update may be over and your system may still work, emerging new
+packages or updates might yield a few unpleasant surprises, due to libtool's
+infamous archives : <c>.la</c> files.
+</p>
+
+<p>
+The problem is that until recently, libX11 used a private libxcb library called
+<c>libxcb-xlib.so</c>, created specifically for libX11. While that is no
+problem in itself, this tiny library polluted (almost) every single <c>.la</c>
+file on your system. That's how libtool works.
+</p>
+
+<p>
+But this is now turning into a problem since newer versions of libxcb no longer
+ship this library (and libX11 was fixed accordingly, of course). We now need to
+get rid of all references to this library within <c>.la</c> files.
+</p>
+
+<p>
+To do so, just run <c>/usr/portage/x11-libs/libxcb/files/xcb-rebuilder.sh</c>
+to fix all <c>.la</c> files on your system.
+</p>
+
+<p>
+The tool will also report whether shared libraries (<c>.so</c> files, usually
+located in <c>/lib</c> and <c>/usr/lib</c>) still reference the now defunct
+library. If the tool reports broken packages, please read on. If not, lucky
+you, your system is ready to go :)
+</p>
+
+<p>
+Fixing "broken" shared libraries
+</p>
+
+<p>
+To avoid completely breaking users' system, we decided to keep
+<c>libxcb-xlib.so</c> so that you get the chance to fix your system at your own
+pace. If you've followed the above instructions, your system should now work
+properly, both at build-time and run-time.
+</p>
+
+<p>
+But before you can remove <c>libxcb-xlib.so</c>, you will need to rebuild a few
+packages. If you do not rebuild them, removing the old library will
+<b>break</b> your system.
+</p>
+
+<p>
+Run the following one liner to rebuild a simple, yet effective, subset of
 potentially broken packages. Do not worry, packages you don't have installed
 will not be installed.
 </p>
@@ -52,8 +102,8 @@
 </pre>
 
 <p>
-use revdep-rebuild (from app-portage/gentoolkit) to finish fixing the rest of
-your system.
+Once this is done, you can use <c>revdep-rebuild</c> (from
+<c>app-portage/gentoolkit</c>) to finish fixing the rest of your system.
 </p>
 
 <pre caption="Rebuilding the remaining broken packages">






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-12 20:52 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-12 20:52 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/12 20:52:36

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  add chapters/sections to the libxcb upgrade guide

Revision  Changes    Path
1.3                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.2&r2=1.3

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxcb-1.4-upgrade-guide.xml	12 Sep 2009 13:27:30 -0000	1.2
+++ libxcb-1.4-upgrade-guide.xml	12 Sep 2009 20:52:36 -0000	1.3
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.2 2009/09/12 13:27:30 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.3 2009/09/12 20:52:36 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -33,9 +33,14 @@
 You now have all the needed packages with support for the new libxcb.
 </p>
 
-<p>
-Fixing broken libtool archives
-</p>
+</body>
+</section>
+</chapter>
+
+<chapter>
+<title>Fixing broken libtool archives</title>
+<section>
+<body>
 
 <p>
 While the update may be over and your system may still work, emerging new
@@ -68,9 +73,14 @@
 you, your system is ready to go :)
 </p>
 
-<p>
-Fixing "broken" shared libraries
-</p>
+</body>
+</section>
+</chapter>
+
+<chapter>
+<title>Fixing "broken" shared libraries</title>
+<section>
+<body>
 
 <p>
 To avoid completely breaking users' system, we decided to keep






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-13  8:03 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-13  8:03 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/13 08:03:23

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  add final remove instruction at the end

Revision  Changes    Path
1.4                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.3&r2=1.4

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxcb-1.4-upgrade-guide.xml	12 Sep 2009 20:52:36 -0000	1.3
+++ libxcb-1.4-upgrade-guide.xml	13 Sep 2009 08:03:23 -0000	1.4
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.3 2009/09/12 20:52:36 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.4 2009/09/13 08:03:23 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -120,6 +120,11 @@
 # <i>revdep-rebuild -L libxcb-xlib.so.0</i>
 </pre>
 
+<p>
+When <c>revdep-rebuild</c> no longer reports broken packages, you can safely
+remove <c>libxcb-xlib.so.0</c> from your library directory.
+</p>
+
 </body>
 </section>
 </chapter>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-13 22:23 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-13 22:23 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/13 22:23:51

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  drop the --nodeps from the magical oneliner

Revision  Changes    Path
1.5                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.4&r2=1.5

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxcb-1.4-upgrade-guide.xml	13 Sep 2009 08:03:23 -0000	1.4
+++ libxcb-1.4-upgrade-guide.xml	13 Sep 2009 22:23:50 -0000	1.5
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.4 2009/09/13 08:03:23 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.5 2009/09/13 22:23:50 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -102,7 +102,7 @@
 </p>
 
 <pre caption="Rebuilding essential packages first">
-# <i>emerge --oneshot --nodeps \
+# <i>emerge --oneshot \
 $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
            x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
            x11-libs/pango x11-libs/gtk+ gnome-base/libgnomeui \






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-17  8:14 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-17  8:14 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/17 08:14:07

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  drop libgnomeui from the bootstrap list, revdep-rebuild/portage can order it correctly

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.5&r2=1.6

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxcb-1.4-upgrade-guide.xml	13 Sep 2009 22:23:50 -0000	1.5
+++ libxcb-1.4-upgrade-guide.xml	17 Sep 2009 08:14:07 -0000	1.6
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.5 2009/09/13 22:23:50 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.6 2009/09/17 08:14:07 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -105,7 +105,7 @@
 # <i>emerge --oneshot \
 $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
            x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
-           x11-libs/pango x11-libs/gtk+ gnome-base/libgnomeui \
+           x11-libs/pango x11-libs/gtk+ \
            x11-libs/qt-gui; do \
     qlist -IC $i; \
 done) -pv</i>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-17 21:40 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-17 21:40 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/17 21:40:27

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  properly escape gtk+ for qlist (fixes bug #285350)

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.6&r2=1.7

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxcb-1.4-upgrade-guide.xml	17 Sep 2009 08:14:07 -0000	1.6
+++ libxcb-1.4-upgrade-guide.xml	17 Sep 2009 21:40:27 -0000	1.7
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.6 2009/09/17 08:14:07 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.7 2009/09/17 21:40:27 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -105,7 +105,7 @@
 # <i>emerge --oneshot \
 $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
            x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
-           x11-libs/pango x11-libs/gtk+ \
+           x11-libs/pango x11-libs/gtk\\+ \
            x11-libs/qt-gui; do \
     qlist -IC $i; \
 done) -pv</i>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-22  7:48 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-22  7:48 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/22 07:48:19

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  use option -a in emerge commands

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.7&r2=1.8

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxcb-1.4-upgrade-guide.xml	17 Sep 2009 21:40:27 -0000	1.7
+++ libxcb-1.4-upgrade-guide.xml	22 Sep 2009 07:48:19 -0000	1.8
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.7 2009/09/17 21:40:27 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.8 2009/09/22 07:48:19 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -25,8 +25,8 @@
 <body>
 
 <pre caption="Updating xcb packages">
-# <i>emerge -1 x11-proto/xcb-proto x11-libs/libxcb</i>
-# <i>emerge -1 x11-proto/xproto x11-proto/xextproto x11-libs/libX11 x11-libs/libXext</i>
+# <i>emerge -1av x11-proto/xcb-proto x11-libs/libxcb</i>
+# <i>emerge -1av x11-proto/xproto x11-proto/xextproto x11-libs/libX11 x11-libs/libXext</i>
 </pre>
 
 <p>
@@ -108,7 +108,7 @@
            x11-libs/pango x11-libs/gtk\\+ \
            x11-libs/qt-gui; do \
     qlist -IC $i; \
-done) -pv</i>
+done) -av</i>
 </pre>
 
 <p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml
@ 2009-09-28  6:22 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-28  6:22 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/28 06:22:48

  Modified:             libxcb-1.4-upgrade-guide.xml
  Log:
  add codeblock to remove the real libxcb-xlib.so and the symlinks

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=1.8&r2=1.9

Index: libxcb-1.4-upgrade-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libxcb-1.4-upgrade-guide.xml	22 Sep 2009 07:48:19 -0000	1.8
+++ libxcb-1.4-upgrade-guide.xml	28 Sep 2009 06:22:48 -0000	1.9
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.8 2009/09/22 07:48:19 remi Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml,v 1.9 2009/09/28 06:22:48 remi Exp $ -->
 
 <guide link="/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml" lang="en">
 <title>Gentoo libxcb 1.4 Upgrade Guide</title>
@@ -125,6 +125,10 @@
 remove <c>libxcb-xlib.so.0</c> from your library directory.
 </p>
 
+<pre caption="Removing the now unused libraries">
+# <i>rm -i /usr/lib/libxcb-xlib.so*</i>
+</pre>
+
 </body>
 </section>
 </chapter>






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

end of thread, other threads:[~2009-09-28  6:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17 21:40 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml Remi Cardona (remi)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-28  6:22 Remi Cardona (remi)
2009-09-22  7:48 Remi Cardona (remi)
2009-09-17  8:14 Remi Cardona (remi)
2009-09-13 22:23 Remi Cardona (remi)
2009-09-13  8:03 Remi Cardona (remi)
2009-09-12 20:52 Remi Cardona (remi)
2009-09-12 13:27 Remi Cardona (remi)
2009-09-12 12:55 Remi Cardona (remi)

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