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: Fri, 29 Feb 2008 22:54:14
Message-Id: E1JVE7H-0003KH-Vh@stork.gentoo.org
1 ulm 08/02/29 22:54:11
2
3 Modified: ChangeLog openmotif-2.3.0-r1.ebuild
4 Log:
5 Fix installation of demos.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.162 x11-libs/openmotif/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.162&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.162&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.161&r2=1.162
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
18 retrieving revision 1.161
19 retrieving revision 1.162
20 diff -u -r1.161 -r1.162
21 --- ChangeLog 28 Feb 2008 21:57:14 -0000 1.161
22 +++ ChangeLog 29 Feb 2008 22:54:11 -0000 1.162
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.161 2008/02/28 21:57:14 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.162 2008/02/29 22:54:11 ulm Exp $
28 +
29 + 29 Feb 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r1.ebuild:
30 + Fix installation of demos. Thanks to fmccor for pointing this out.
31
32 28 Feb 2008; Markus Meier <maekke@g.o> openmotif-2.3.0-r1.ebuild:
33 x86 stable, bug #211696
34
35
36
37 1.11 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.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.11&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.10&r2=1.11
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.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- openmotif-2.3.0-r1.ebuild 28 Feb 2008 21:57:14 -0000 1.10
50 +++ openmotif-2.3.0-r1.ebuild 29 Feb 2008 22:54:11 -0000 1.11
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.10 2008/02/28 21:57:14 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.11 2008/02/29 22:54:11 ulm Exp $
56
57 inherit eutils flag-o-matic multilib autotools
58
59 @@ -105,6 +105,8 @@
60 dosym /etc/X11/mwm/system.mwmrc /usr/$(get_libdir)/X11/
61
62 if use examples ; then
63 + emake -j1 -C demos DESTDIR="${D}" install-data \
64 + || die "installation of demos failed"
65 dodir /usr/share/doc/${PF}/demos
66 mv "${D}"/usr/share/Xm/* "${D}"/usr/share/doc/${PF}/demos
67 fi
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list