Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: googleearth-4.2.205.5730.ebuild ChangeLog
Date: Thu, 08 May 2008 04:46:55
Message-Id: E1Jty1s-0003Ah-IZ@stork.gentoo.org
1 je_fro 08/05/08 04:46:52
2
3 Modified: googleearth-4.2.205.5730.ebuild ChangeLog
4 Log:
5 Fix bug #219387
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.3 x11-misc/googleearth/googleearth-4.2.205.5730.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild?r1=1.2&r2=1.3
14
15 Index: googleearth-4.2.205.5730.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- googleearth-4.2.205.5730.ebuild 22 Dec 2007 16:17:09 -0000 1.2
22 +++ googleearth-4.2.205.5730.ebuild 8 May 2008 04:46:52 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild,v 1.2 2007/12/22 16:17:09 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild,v 1.3 2008/05/08 04:46:52 je_fro Exp $
29
30 inherit eutils fdo-mime
31
32 @@ -58,16 +58,16 @@
33 dodoc README.linux
34
35 cd bin
36 - tar xf ${WORKDIR}/${PN}-linux-x86.tar
37 + tar xf "${WORKDIR}"/${PN}-linux-x86.tar
38 exeinto /opt/${PN}
39 doexe *
40
41 - cd ${D}/opt/${PN}
42 - tar xf ${WORKDIR}/${PN}-data.tar
43 + cd "${D}"/opt/${PN}
44 + tar xf "${WORKDIR}"/${PN}-data.tar
45
46 - cd ${D}
47 + cd "${D}"
48 # mime magic for gnome by Ed Catmur in bug 141371
49 - epatch ${FILESDIR}/mime-magic.patch
50 + epatch "${FILESDIR}"/mime-magic.patch
51
52 # make sure we install with correct permissions
53 fowners -R root:root /opt/${PN}
54
55
56
57 1.36 x11-misc/googleearth/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.36&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.36&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.35&r2=1.36
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
66 retrieving revision 1.35
67 retrieving revision 1.36
68 diff -u -r1.35 -r1.36
69 --- ChangeLog 22 Dec 2007 16:17:09 -0000 1.35
70 +++ ChangeLog 8 May 2008 04:46:52 -0000 1.36
71 @@ -1,6 +1,9 @@
72 # ChangeLog for x11-misc/googleearth
73 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.35 2007/12/22 16:17:09 genstef Exp $
75 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.36 2008/05/08 04:46:52 je_fro Exp $
77 +
78 + 08 May 2008; Jeff Gardner <je_fro@g.o> ChangeLog:
79 + Digest for bug #219387a
80
81 22 Dec 2007; Stefan Schweizer <genstef@g.o>
82 -googleearth-4.2.198.2451.ebuild, +googleearth-4.2.205.5730.ebuild:
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list