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: Sun, 04 May 2008 11:13:27
Message-Id: E1Jsc9k-0001Nc-EV@stork.gentoo.org
1 ulm 08/05/04 11:13:24
2
3 Modified: openmotif-2.3.0-r2.ebuild ChangeLog
4 Log:
5 Add X.Org vendor string to aliases for virtual bindings.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?rev=1.6&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.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- openmotif-2.3.0-r2.ebuild 2 May 2008 15:35:03 -0000 1.5
22 +++ openmotif-2.3.0-r2.ebuild 4 May 2008 11:13:23 -0000 1.6
23 @@ -1,6 +1,6 @@
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.5 2008/05/02 15:35:03 ulm Exp $
27 +# $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 $
28
29 inherit eutils flag-o-matic multilib autotools
30
31 @@ -68,6 +68,9 @@
32 # disable compilation of demo binaries
33 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am
34
35 + # add X.Org vendor string to aliases for virtual bindings
36 + echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias
37 +
38 AT_M4DIR=. eautoreconf
39 }
40
41
42
43
44 1.176 x11-libs/openmotif/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.176&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.176&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.175&r2=1.176
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
53 retrieving revision 1.175
54 retrieving revision 1.176
55 diff -u -r1.175 -r1.176
56 --- ChangeLog 2 May 2008 15:35:03 -0000 1.175
57 +++ ChangeLog 4 May 2008 11:13:23 -0000 1.176
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-libs/openmotif
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.175 2008/05/02 15:35:03 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.176 2008/05/04 11:13:23 ulm Exp $
63 +
64 + 04 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
65 + Add X.Org vendor string to aliases for virtual bindings.
66
67 02 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
68 Defaults go under /usr/share/X11/ with modular X.
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list