mschiff 15/03/10 00:56:23 Modified: googleearth-7.1.2.2041.ebuild ChangeLog Log: Fix config path in ewarn. Thanks to Toralf Förster, Fixes #532454 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Revision Changes Path 1.2 sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild?r1=1.1&r2=1.2 Index: googleearth-7.1.2.2041.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- googleearth-7.1.2.2041.ebuild 8 Feb 2014 15:56:20 -0000 1.1 +++ googleearth-7.1.2.2041.ebuild 10 Mar 2015 00:56:23 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild,v 1.1 2014/02/08 15:56:20 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild,v 1.2 2015/03/10 00:56:23 mschiff Exp $ EAPI=5 @@ -144,7 +144,7 @@ } pkg_postinst() { - elog "When you get a crash starting Google Earth, try adding a file ~./config/Google/GoogleEarthPlus.conf" + elog "When you get a crash starting Google Earth, try adding a file ~./.config/Google/GoogleEarthPlus.conf" elog "with the following options:" elog "lastTip = 4" elog "enableTips = false" 1.59 sci-geosciences/googleearth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 8 Feb 2014 15:56:20 -0000 1.58 +++ ChangeLog 10 Mar 2015 00:56:23 -0000 1.59 @@ -1,6 +1,10 @@ # ChangeLog for sci-geosciences/googleearth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.58 2014/02/08 15:56:20 mschiff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.59 2015/03/10 00:56:23 mschiff Exp $ + + 10 Mar 2015; Marc Schiffbauer <[email protected]> + googleearth-7.1.2.2041.ebuild: + Fix config path in ewarn. Thanks to Toralf Förster, Fixes #532454 *googleearth-7.1.2.2041 (08 Feb 2014)
