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-5.0.11733.9347.ebuild metadata.xml ChangeLog
Date: Mon, 22 Jun 2009 21:47:42
Message-Id: E1MIrMX-0000wu-7C@stork.gentoo.org
1 caster 09/06/22 21:47:37
2
3 Modified: googleearth-5.0.11733.9347.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Add missing deps, bug #274581. Move sed from unpack to src_prepare. Make myself maintainer.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?r1=1.1&r2=1.2
15
16 Index: googleearth-5.0.11733.9347.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- googleearth-5.0.11733.9347.ebuild 26 May 2009 09:16:50 -0000 1.1
23 +++ googleearth-5.0.11733.9347.ebuild 22 Jun 2009 21:47:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild,v 1.1 2009/05/26 09:16:50 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild,v 1.2 2009/06/22 21:47:37 caster Exp $
29
30 EAPI=2
31
32 @@ -9,7 +9,7 @@
33 DESCRIPTION="A 3D interface to the planet"
34 HOMEPAGE="http://earth.google.com/"
35 # no upstream versioning, version determined from help/about
36 -# incorrect digest means upstream bump and a need for version bump
37 +# incorrect digest means upstream bumped and thus needs version bump
38 SRC_URI="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
39 -> GoogleEarthLinux-${PV}.bin"
40
41 @@ -19,25 +19,31 @@
42 RESTRICT="mirror strip"
43 IUSE=""
44
45 -RDEPEND="x86? (
46 - media-libs/fontconfig
47 - media-libs/freetype
48 - virtual/opengl
49 - x11-libs/libICE
50 - x11-libs/libSM
51 - x11-libs/libX11
52 - x11-libs/libXcursor
53 - x11-libs/libXext
54 - x11-libs/libXft
55 - x11-libs/libXinerama
56 - x11-libs/libXrender )
57 +RDEPEND="
58 + x86? (
59 + media-libs/fontconfig
60 + media-libs/freetype
61 + virtual/opengl
62 + x11-libs/libICE
63 + x11-libs/libSM
64 + x11-libs/libX11
65 + x11-libs/libXi
66 + x11-libs/libXext
67 + x11-libs/libXinerama
68 + x11-libs/libXrandr
69 + x11-libs/libXrender
70 + sys-libs/zlib
71 + dev-libs/glib:2
72 + )
73 amd64? (
74 - app-emulation/emul-linux-x86-xlibs
75 - app-emulation/emul-linux-x86-baselibs
76 - || (
77 - >=app-emulation/emul-linux-x86-xlibs-7.0
78 - x11-drivers/nvidia-drivers
79 - <x11-drivers/ati-drivers-8.28.8 ) )
80 + app-emulation/emul-linux-x86-xlibs
81 + app-emulation/emul-linux-x86-baselibs
82 + || (
83 + >=app-emulation/emul-linux-x86-xlibs-7.0
84 + x11-drivers/nvidia-drivers
85 + <x11-drivers/ati-drivers-8.28.8
86 + )
87 + )
88 media-fonts/ttf-bitstream-vera"
89
90 S="${WORKDIR}"
91 @@ -56,6 +62,9 @@
92
93 src_unpack() {
94 unpack_makeself
95 +}
96 +
97 +src_prepare() {
98 # make the postinst script only create the files; it's installation
99 # are too complicated and inserting them ourselves is easier than
100 # hacking around it
101
102
103
104 1.3 x11-misc/googleearth/metadata.xml
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/metadata.xml?rev=1.3&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/metadata.xml?rev=1.3&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/metadata.xml?r1=1.2&r2=1.3
109
110 Index: metadata.xml
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/metadata.xml,v
113 retrieving revision 1.2
114 retrieving revision 1.3
115 diff -u -r1.2 -r1.3
116 --- metadata.xml 15 May 2007 14:24:19 -0000 1.2
117 +++ metadata.xml 22 Jun 2009 21:47:37 -0000 1.3
118 @@ -3,8 +3,13 @@
119 <pkgmetadata>
120 <herd>no-herd</herd>
121 <maintainer>
122 + <email>caster@g.o</email>
123 + <name>Vlastimil Babka</name>
124 + <description>Assign bugs to me for now</description>
125 + </maintainer>
126 + <maintainer>
127 <email>genstef@g.o</email>
128 <name>Stefan Schweizer</name>
129 - <description>Feel free to change what you want</description>
130 + <description>Feel free to change what you want</description>
131 </maintainer>
132 </pkgmetadata>
133
134
135
136 1.46 x11-misc/googleearth/ChangeLog
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.46&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.46&content-type=text/plain
140 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.45&r2=1.46
141
142 Index: ChangeLog
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
145 retrieving revision 1.45
146 retrieving revision 1.46
147 diff -u -r1.45 -r1.46
148 --- ChangeLog 26 May 2009 09:18:46 -0000 1.45
149 +++ ChangeLog 22 Jun 2009 21:47:37 -0000 1.46
150 @@ -1,6 +1,11 @@
151 # ChangeLog for x11-misc/googleearth
152 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
153 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.45 2009/05/26 09:18:46 jer Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.46 2009/06/22 21:47:37 caster Exp $
155 +
156 + 22 Jun 2009; Vlastimil Babka <caster@g.o>
157 + googleearth-5.0.11733.9347.ebuild, metadata.xml:
158 + Add missing deps, bug #274581. Move sed from unpack to src_prepare. Make
159 + myself maintainer.
160
161 26 May 2009; Jeroen Roovers <jer@g.o>
162 -googleearth-5.0.11337.1968_beta.ebuild,