Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0.ebuild
Date: Mon, 17 Sep 2007 19:08:17
Message-Id: E1IXLpl-0007G9-0f@stork.gentoo.org
1 ikelos 07/09/17 19:00:37
2
3 Modified: ChangeLog openmotif-2.3.0.ebuild
4 Log:
5 Fixing man page file collision caused by hardcoded slot number.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.139 x11-libs/openmotif/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 16 Sep 2007 06:49:05 -0000 1.138
22 +++ ChangeLog 17 Sep 2007 19:00:36 -0000 1.139
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/openmotif
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.138 2007/09/16 06:49:05 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.139 2007/09/17 19:00:36 ikelos Exp $
28 +
29 + 17 Sep 2007; Mike Auty <ikelos@g.o> openmotif-2.3.0.ebuild:
30 + Fixing man page file collision caused by hardcoded slot number.
31
32 16 Sep 2007; Jeroen Roovers <jer@g.o> openmotif-2.3.0.ebuild:
33 Restoring ~arch keywords (bug #183736).
34
35
36
37 1.4 x11-libs/openmotif/openmotif-2.3.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?r1=1.3&r2=1.4
42
43 Index: openmotif-2.3.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- openmotif-2.3.0.ebuild 16 Sep 2007 13:34:28 -0000 1.3
50 +++ openmotif-2.3.0.ebuild 17 Sep 2007 19:00:36 -0000 1.4
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/openmotif/openmotif-2.3.0.ebuild,v 1.3 2007/09/16 13:34:28 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.4 2007/09/17 19:00:36 ikelos Exp $
56
57 WANT_AUTOCONF="latest"
58 WANT_AUTOMAKE="1.6"
59 @@ -93,7 +93,7 @@
60 for file in `ls ${D}/usr/share/man/man${man}`
61 do
62 file=${file/.${man}/}
63 - mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-2.2.${man}
64 + mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-${SLOT}.${man}
65 done
66 done
67
68
69
70
71 --
72 gentoo-commits@g.o mailing list