Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: googleearth-4.3.7284.3916.ebuild ChangeLog
Date: Sat, 27 Sep 2008 13:12:32
Message-Id: E1KjZb3-0003v2-Lh@stork.gentoo.org
1 caster 08/09/27 13:12:29
2
3 Modified: googleearth-4.3.7284.3916.ebuild ChangeLog
4 Log:
5 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.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
7
8 Revision Changes Path
9 1.4 x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild?r1=1.3&r2=1.4
14
15 Index: googleearth-4.3.7284.3916.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4.3.7284.3916.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- googleearth-4.3.7284.3916.ebuild 9 Aug 2008 18:06:31 -0000 1.3
22 +++ googleearth-4.3.7284.3916.ebuild 27 Sep 2008 13:12:29 -0000 1.4
23 @@ -1,12 +1,15 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28 +
29 +EAPI=2
30
31 inherit eutils fdo-mime
32
33 DESCRIPTION="A 3D interface to the planet"
34 HOMEPAGE="http://earth.google.com/"
35 -SRC_URI="http://dl.google.com/earth/client/GE4/release_4_3/GoogleEarthLinux.bin"
36 +SRC_URI="http://dl.google.com/earth/client/GE4/release_4_3/GoogleEarthLinux.bin
37 + -> GoogleEarthLinux-${PV}.bin"
38
39 LICENSE="googleearth MIT X11 SGI-B-1.1 openssl as-is ZLIB"
40 SLOT="0"
41
42
43
44 1.40 x11-misc/googleearth/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.40&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.40&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.39&r2=1.40
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
53 retrieving revision 1.39
54 retrieving revision 1.40
55 diff -u -r1.39 -r1.40
56 --- ChangeLog 9 Aug 2008 18:06:31 -0000 1.39
57 +++ ChangeLog 27 Sep 2008 13:12:29 -0000 1.40
58 @@ -1,6 +1,12 @@
59 # ChangeLog for x11-misc/googleearth
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.39 2008/08/09 18:06:31 wormo Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.40 2008/09/27 13:12:29 caster Exp $
63 +
64 + 27 Sep 2008; Vlastimil Babka <caster@g.o>
65 + googleearth-4.3.7284.3916.ebuild:
66 + Use EAPI=2 and SRC_URI arrow in 4.3 to put version in the distfile's
67 + filename. So that all versions cane have own Manifest entry. Fixes bug
68 + #236771.
69
70 *googleearth-4.2.205.5730 (10 Aug 2008)