Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.6.4.0.ebuild ChangeLog
Date: Thu, 25 Oct 2007 04:05:33
Message-Id: E1IktyJ-0006c1-00@stork.gentoo.org
1 dirtyepic 07/10/25 04:05:26
2
3 Modified: wxGTK-2.6.4.0.ebuild ChangeLog
4 Log:
5 Fix docs installation.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?r1=1.3&r2=1.4
14
15 Index: wxGTK-2.6.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- wxGTK-2.6.4.0.ebuild 9 Sep 2007 01:08:22 -0000 1.3
22 +++ wxGTK-2.6.4.0.ebuild 25 Oct 2007 04:05:26 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.3 2007/09/09 01:08:22 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.4 2007/10/25 04:05:26 dirtyepic Exp $
28
29 inherit eutils versionator flag-o-matic
30
31 @@ -125,13 +125,15 @@
32 install_wx unicode
33 install_wx unicode-debug
34
35 + dodoc "${S}"/docs/changes.txt
36 + dodoc "${S}"/docs/gtk/readme.txt
37 +
38 if use doc; then
39 - mkdir -p "${D}"usr/share/doc/${PF}/
40 - cp -R "${S}"/docs/* "${D}"usr/share/doc/${PF}/
41 + dohtml -r "${HTML_S}"/docs/html/*
42 fi
43
44 # I don't know what this is, but it's causing a collision.
45 - rm ${D}usr/share/locale/it/LC_MESSAGES/wxmsw.mo
46 + rm "${D}"/usr/share/locale/it/LC_MESSAGES/wxmsw.mo
47
48 # This is temporary until we have the wx-config wrapper
49 dosym /usr/bin/wx-config-2.6 /usr/bin/wx-config
50
51
52
53 1.149 x11-libs/wxGTK/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.149&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.149&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.148&r2=1.149
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
62 retrieving revision 1.148
63 retrieving revision 1.149
64 diff -u -r1.148 -r1.149
65 --- ChangeLog 9 Sep 2007 01:08:22 -0000 1.148
66 +++ ChangeLog 25 Oct 2007 04:05:26 -0000 1.149
67 @@ -1,6 +1,9 @@
68 # ChangeLog for x11-libs/wxGTK
69 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.148 2007/09/09 01:08:22 dirtyepic Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.149 2007/10/25 04:05:26 dirtyepic Exp $
72 +
73 + 25 Oct 2007; Ryan Hill <dirtyepic@g.o> wxGTK-2.6.4.0.ebuild:
74 + Fix docs installation.
75
76 09 Sep 2007; Ryan Hill <dirtyepic@g.o>
77 files/wxGTK-2.6.4-collision.patch, wxGTK-2.6.4.0.ebuild:
78
79
80
81 --
82 gentoo-commits@g.o mailing list