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: ChangeLog wxGTK-2.8.7.1.ebuild
Date: Tue, 04 Dec 2007 18:42:53
Message-Id: E1IzcjB-0002Vi-5p@stork.gentoo.org
1 dirtyepic 07/12/04 18:42:41
2
3 Modified: ChangeLog wxGTK-2.8.7.1.ebuild
4 Log:
5 Fix docs installation. Reported by eldenz.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.167 x11-libs/wxGTK/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.167&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.167&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.166&r2=1.167
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
18 retrieving revision 1.166
19 retrieving revision 1.167
20 diff -u -r1.166 -r1.167
21 --- ChangeLog 3 Dec 2007 21:59:47 -0000 1.166
22 +++ ChangeLog 4 Dec 2007 18:42:40 -0000 1.167
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/wxGTK
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.166 2007/12/03 21:59:47 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.167 2007/12/04 18:42:40 dirtyepic Exp $
28 +
29 + 04 Dec 2007; Ryan Hill <dirtyepic@g.o> wxGTK-2.8.7.1.ebuild:
30 + Fix docs installation. Reported by eldenz.
31
32 *wxGTK-2.8.7.1 (03 Dec 2007)
33
34
35
36
37 1.2 x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild?r1=1.1&r2=1.2
42
43 Index: wxGTK-2.8.7.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- wxGTK-2.8.7.1.ebuild 3 Dec 2007 21:59:47 -0000 1.1
50 +++ wxGTK-2.8.7.1.ebuild 4 Dec 2007 18:42:40 -0000 1.2
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/wxGTK/wxGTK-2.8.7.1.ebuild,v 1.1 2007/12/03 21:59:47 dirtyepic Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild,v 1.2 2007/12/04 18:42:40 dirtyepic Exp $
56
57 inherit eutils versionator flag-o-matic
58
59 @@ -11,9 +11,8 @@
60 BASE_P="${PN}-${BASE_PV}"
61
62 # we use the wxPython tarballs because they include the full wxGTK sources and
63 -# are released more frequently than wxGTK.
64 -SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
65 - doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.zip )"
66 +# docs, and are released more frequently than wxGTK.
67 +SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2"
68
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
70 IUSE="X doc debug gnome gstreamer odbc opengl pch sdl"
71 @@ -54,7 +53,6 @@
72 doc? ( wxWinFDL-3 )"
73
74 S="${WORKDIR}/wxPython-src-${PV}"
75 -HTML_S="${WORKDIR}/wxWidgets-${BASE_PV}"
76
77 src_unpack() {
78 unpack ${A}
79 @@ -131,8 +129,10 @@
80 emake DESTDIR="${D}" install || die "install contrib failed."
81 fi
82
83 + cd "${S}"
84 +
85 if use doc; then
86 - dohtml -r "${HTML_S}"/docs/html/*
87 + dohtml -r "${S}"/docs/html/*
88 fi
89
90 # We don't want this
91
92
93
94 --
95 gentoo-commits@g.o mailing list