diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2008-05-08 04:46:52 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2008-05-08 04:46:52 +0000 |
commit | 8ebd904c92a984caa059e50bcba3ba58c8643a96 (patch) | |
tree | 1cc1decf2a7cd3d8a38cea8aede004f0ff2ca8ab /x11-misc/googleearth | |
parent | Version bump. (diff) | |
download | gentoo-2-8ebd904c92a984caa059e50bcba3ba58c8643a96.tar.gz gentoo-2-8ebd904c92a984caa059e50bcba3ba58c8643a96.tar.bz2 gentoo-2-8ebd904c92a984caa059e50bcba3ba58c8643a96.zip |
Fix bug #219387
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'x11-misc/googleearth')
-rw-r--r-- | x11-misc/googleearth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/googleearth/googleearth-4.2.205.5730.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/googleearth/ChangeLog b/x11-misc/googleearth/ChangeLog index dae3b1acb38a..a2c4d761e26e 100644 --- a/x11-misc/googleearth/ChangeLog +++ b/x11-misc/googleearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/googleearth -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.35 2007/12/22 16:17:09 genstef Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.36 2008/05/08 04:46:52 je_fro Exp $ + + 08 May 2008; Jeff Gardner <je_fro@gentoo.org> ChangeLog: + Digest for bug #219387a 22 Dec 2007; Stefan Schweizer <genstef@gentoo.org> -googleearth-4.2.198.2451.ebuild, +googleearth-4.2.205.5730.ebuild: diff --git a/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild b/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild index 9d2ea1fff69a..e01dd4d4f409 100644 --- a/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild +++ b/x11-misc/googleearth/googleearth-4.2.205.5730.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ inherit eutils fdo-mime @@ -58,16 +58,16 @@ src_install() { dodoc README.linux cd bin - tar xf ${WORKDIR}/${PN}-linux-x86.tar + tar xf "${WORKDIR}"/${PN}-linux-x86.tar exeinto /opt/${PN} doexe * - cd ${D}/opt/${PN} - tar xf ${WORKDIR}/${PN}-data.tar + cd "${D}"/opt/${PN} + tar xf "${WORKDIR}"/${PN}-data.tar - cd ${D} + cd "${D}" # mime magic for gnome by Ed Catmur in bug 141371 - epatch ${FILESDIR}/mime-magic.patch + epatch "${FILESDIR}"/mime-magic.patch # make sure we install with correct permissions fowners -R root:root /opt/${PN} |