diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-09-27 13:12:29 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-09-27 13:12:29 +0000 |
commit | 59ad3a98d1dc5a1c4013e9c7771f06e4d1e9cfc2 (patch) | |
tree | 8cbca9cc155a38ddd4c10d961ba6ef718e0a87a5 /x11-misc/googleearth | |
parent | Add ~sparc for testing. Part of Bug #237813 and now needed for vlc. (diff) | |
download | gentoo-2-59ad3a98d1dc5a1c4013e9c7771f06e4d1e9cfc2.tar.gz gentoo-2-59ad3a98d1dc5a1c4013e9c7771f06e4d1e9cfc2.tar.bz2 gentoo-2-59ad3a98d1dc5a1c4013e9c7771f06e4d1e9cfc2.zip |
Use EAPI=2 and SRC_URI arrow in 4.3 to put version in the distfile's filename. So that all versions cane have own Manifest entry. Fixes bug #236771.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'x11-misc/googleearth')
-rw-r--r-- | x11-misc/googleearth/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/googleearth/ChangeLog b/x11-misc/googleearth/ChangeLog index 81706bb9b84d..2aad232bbc12 100644 --- a/x11-misc/googleearth/ChangeLog +++ b/x11-misc/googleearth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/googleearth # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.39 2008/08/09 18:06:31 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.40 2008/09/27 13:12:29 caster Exp $ + + 27 Sep 2008; Vlastimil Babka <caster@gentoo.org> + googleearth-4.3.7284.3916.ebuild: + Use EAPI=2 and SRC_URI arrow in 4.3 to put version in the distfile's + filename. So that all versions cane have own Manifest entry. Fixes bug + #236771. *googleearth-4.2.205.5730 (10 Aug 2008) diff --git a/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild b/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild index 0e6ff99db83c..58d08d7abc7d 100644 --- a/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild +++ b/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild @@ -1,12 +1,15 @@ # 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.3.7284.3916.ebuild,v 1.3 2008/08/09 18:06:31 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild,v 1.4 2008/09/27 13:12:29 caster Exp $ + +EAPI=2 inherit eutils fdo-mime DESCRIPTION="A 3D interface to the planet" HOMEPAGE="http://earth.google.com/" -SRC_URI="http://dl.google.com/earth/client/GE4/release_4_3/GoogleEarthLinux.bin" +SRC_URI="http://dl.google.com/earth/client/GE4/release_4_3/GoogleEarthLinux.bin + -> GoogleEarthLinux-${PV}.bin" LICENSE="googleearth MIT X11 SGI-B-1.1 openssl as-is ZLIB" SLOT="0" |