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: openmotif-2.3.0-r2.ebuild ChangeLog
Date: Tue, 06 May 2008 20:49:21
Message-Id: E1JtU6A-0007nt-Jn@stork.gentoo.org
1 ulm 08/05/06 20:49:18
2
3 Modified: openmotif-2.3.0-r2.ebuild ChangeLog
4 Log:
5 Call eautoconf and eautomake explicitely, bug 220599.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.7 x11-libs/openmotif/openmotif-2.3.0-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: openmotif-2.3.0-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- openmotif-2.3.0-r2.ebuild 4 May 2008 11:13:23 -0000 1.6
22 +++ openmotif-2.3.0-r2.ebuild 6 May 2008 20:49:18 -0000 1.7
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.6 2008/05/04 11:13:23 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.7 2008/05/06 20:49:18 ulm Exp $
28 +
29 +WANT_AUTOMAKE=1.9
30
31 inherit eutils flag-o-matic multilib autotools
32
33 @@ -71,7 +73,8 @@
34 # add X.Org vendor string to aliases for virtual bindings
35 echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias
36
37 - AT_M4DIR=. eautoreconf
38 + eautoconf
39 + eautomake
40 }
41
42 src_compile() {
43 @@ -117,7 +120,6 @@
44 fi
45 rm -rf "${D}"/usr/share/Xm
46
47 - # documentation
48 dodoc README RELEASE RELNOTES BUGREPORT TODO
49 use doc && cp "${WORKDIR}"/*.pdf "${D}"/usr/share/doc/${PF}
50 }
51
52
53
54 1.177 x11-libs/openmotif/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.177&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.177&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.176&r2=1.177
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
63 retrieving revision 1.176
64 retrieving revision 1.177
65 diff -u -r1.176 -r1.177
66 --- ChangeLog 4 May 2008 11:13:23 -0000 1.176
67 +++ ChangeLog 6 May 2008 20:49:18 -0000 1.177
68 @@ -1,6 +1,10 @@
69 # ChangeLog for x11-libs/openmotif
70 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.176 2008/05/04 11:13:23 ulm Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.177 2008/05/06 20:49:18 ulm Exp $
73 +
74 + 06 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
75 + Call eautoconf and eautomake explicitely, fixes breakage with libtool-2.2,
76 + bug 220599.
77
78 04 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
79 Add X.Org vendor string to aliases for virtual bindings.
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list