Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
Date: Thu, 21 Feb 2008 17:24:11
Message-Id: E1JSF9U-0000sZ-KR@stork.gentoo.org
1 ulm 08/02/21 17:24:08
2
3 Modified: ChangeLog openmotif-2.3.0-r1.ebuild
4 Log:
5 Add message about unslotting and backwards compatibility to pkg_postinst.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.157 x11-libs/openmotif/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.157&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.157&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.156&r2=1.157
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
18 retrieving revision 1.156
19 retrieving revision 1.157
20 diff -u -r1.156 -r1.157
21 --- ChangeLog 17 Feb 2008 11:44:27 -0000 1.156
22 +++ ChangeLog 21 Feb 2008 17:24:08 -0000 1.157
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/openmotif
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.156 2008/02/17 11:44:27 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.157 2008/02/21 17:24:08 ulm Exp $
28 +
29 + 21 Feb 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r1.ebuild:
30 + Add message about unslotting and backwards compatibility to pkg_postinst.
31
32 17 Feb 2008; Ulrich Mueller <ulm@g.o>
33 +files/openmotif-2.3.0-sensitivity-invisible.patch,
34
35
36
37 1.7 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.6&r2=1.7
42
43 Index: openmotif-2.3.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- openmotif-2.3.0-r1.ebuild 19 Feb 2008 07:11:35 -0000 1.6
50 +++ openmotif-2.3.0-r1.ebuild 21 Feb 2008 17:24:08 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.6 2008/02/19 07:11:35 ulm Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.7 2008/02/21 17:24:08 ulm Exp $
56
57 inherit eutils flag-o-matic multilib autotools
58
59 @@ -94,6 +94,7 @@
60 insinto /etc/X11/app-defaults
61 doins "${FILESDIR}"/Mwm.defaults
62
63 + local f
64 for f in /usr/share/man/man1/mwm.1 /usr/share/man/man4/mwmrc.4; do
65 dosed 's:/usr/lib/X11/\(.*system\\&\.mwmrc\):/etc/X11/mwm/\1:g' ${f}
66 dosed 's:/usr/lib/X11/app-defaults:/etc/X11/app-defaults:g' ${f}
67 @@ -113,3 +114,20 @@
68 dodoc README RELEASE RELNOTES BUGREPORT TODO
69 use doc && cp "${WORKDIR}"/*.pdf "${D}"/usr/share/doc/${PF}
70 }
71 +
72 +pkg_postinst() {
73 + local line
74 + while read line; do elog "${line}"; done <<-EOF
75 + Gentoo is no longer providing slotted Open Motif libraries.
76 + See bug 204249 and its dependencies for the reasons.
77 +
78 + From the Open Motif 2.3.0 (upstream) release notes:
79 + "Open Motif 2.3 is an updated version of 2.2. Any applications
80 + built against a previous 2.x release of Open Motif will be binary
81 + compatible with this release."
82 +
83 + If you have binary-only applications requiring libXm.so.3, you may
84 + therefore create a symlink from libXm.so.3 to libXm.so.4.
85 + Please note, however, that there will be no Gentoo support for this.
86 + EOF
87 +}
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list