Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.1.ebuild
Date: Wed, 07 Nov 2007 08:40:12
Message-Id: E1IpgS9-0004pp-QC@stork.gentoo.org
1 dberkholz 07/11/07 08:40:01
2
3 Modified: ChangeLog libxcb-1.1.ebuild
4 Log:
5 Add a post-installation notice about the new sloppy locking.
6 (Portage version: 2.1.3.17)
7
8 Revision Changes Path
9 1.21 x11-libs/libxcb/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 7 Nov 2007 08:36:34 -0000 1.20
22 +++ ChangeLog 7 Nov 2007 08:40:01 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/libxcb
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.20 2007/11/07 08:36:34 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.21 2007/11/07 08:40:01 dberkholz Exp $
28 +
29 + 07 Nov 2007; Donnie Berkholz <dberkholz@g.o>; libxcb-1.1.ebuild:
30 + Add a post-installation notice about the new sloppy locking.
31
32 07 Nov 2007; Donnie Berkholz <dberkholz@g.o>; libxcb-1.1.ebuild:
33 Add USE=doc flag to skip the API docs.
34
35
36
37 1.3 x11-libs/libxcb/libxcb-1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild?r1=1.2&r2=1.3
42
43 Index: libxcb-1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- libxcb-1.1.ebuild 7 Nov 2007 08:36:34 -0000 1.2
50 +++ libxcb-1.1.ebuild 7 Nov 2007 08:40:01 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.2 2007/11/07 08:36:34 dberkholz Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.3 2007/11/07 08:40:01 dberkholz Exp $
56
57 # Must be before x-modular eclass is inherited
58 SNAPSHOT="yes"
59 @@ -22,3 +22,13 @@
60 ~x11-proto/xcb-proto-${PV}"
61
62 CONFIGURE_OPTIONS="$(use_enable doc build-docs)"
63 +
64 +pkg_postinst() {
65 + x-modular_pkg_postinst
66 +
67 + elog "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
68 + elog "broken applications to keep running instead of being aborted."
69 + elog "Set this variable if you need to use broken packages such as Java"
70 + elog "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
71 + elog "and run env-update)."
72 +}
73
74
75
76 --
77 gentoo-commits@g.o mailing list