* [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: googleearth-5.0.11733.9347.ebuild ChangeLog
@ 2009-05-26 9:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-26 9:16 UTC (permalink / raw
To: gentoo-commits
jer 09/05/26 09:16:50
Modified: ChangeLog
Added: googleearth-5.0.11733.9347.ebuild
Log:
Version bump.
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.44 x11-misc/googleearth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 29 Apr 2009 18:55:44 -0000 1.43
+++ ChangeLog 26 May 2009 09:16:50 -0000 1.44
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/googleearth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.43 2009/04/29 18:55:44 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.44 2009/05/26 09:16:50 jer Exp $
+
+*googleearth-5.0.11733.9347 (26 May 2009)
+
+ 26 May 2009; Jeroen Roovers <jer@gentoo.org>
+ +googleearth-5.0.11733.9347.ebuild:
+ Version bump.
*googleearth-5.0.11729.1014 (29 Apr 2009)
1.1 x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.1&content-type=text/plain
Index: googleearth-5.0.11733.9347.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI=2
inherit eutils fdo-mime
DESCRIPTION="A 3D interface to the planet"
HOMEPAGE="http://earth.google.com/"
# no upstream versioning, version determined from help/about
# incorrect digest means upstream bump and a need for version bump
SRC_URI="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
-> GoogleEarthLinux-${PV}.bin"
LICENSE="googleearth MIT X11 SGI-B-1.1 openssl as-is ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror strip"
IUSE=""
RDEPEND="x86? (
media-libs/fontconfig
media-libs/freetype
virtual/opengl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libXrender )
amd64? (
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-baselibs
|| (
>=app-emulation/emul-linux-x86-xlibs-7.0
x11-drivers/nvidia-drivers
<x11-drivers/ati-drivers-8.28.8 ) )
media-fonts/ttf-bitstream-vera"
S="${WORKDIR}"
QA_TEXTRELS="opt/googleearth/libgps.so
opt/googleearth/libgooglesearch.so
opt/googleearth/libevll.so
opt/googleearth/librender.so
opt/googleearth/libinput_plugin.so
opt/googleearth/libflightsim.so
opt/googleearth/libcollada.so
opt/googleearth/libminizip.so
opt/googleearth/libauth.so
opt/googleearth/libbasicingest.so
opt/googleearth/libmeasure.so"
src_unpack() {
unpack_makeself
# make the postinst script only create the files; it's installation
# are too complicated and inserting them ourselves is easier than
# hacking around it
sed -i -e 's:$SETUP_INSTALLPATH/::' \
-e 's:$SETUP_INSTALLPATH:1:' \
-e "s:^xdg-desktop-icon.*$::" \
-e "s:^xdg-desktop-menu.*$::" \
-e "s:^xdg-mime.*$::" postinstall.sh
}
src_install() {
make_wrapper ${PN} ./${PN} /opt/${PN} . || die "make_wrapper failed"
./postinstall.sh
insinto /usr/share/mime/packages
doins ${PN}-mimetypes.xml
domenu Google-${PN}.desktop
doicon ${PN}-icon.png
dodoc README.linux
cd bin
tar xf "${WORKDIR}"/${PN}-linux-x86.tar
exeinto /opt/${PN}
doexe *
cd "${D}"/opt/${PN}
tar xf "${WORKDIR}"/${PN}-data.tar
fowners -R root:root /opt/${PN}
fperms -R a-x,a+X /opt/googleearth/{xml,resources}
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: googleearth-5.0.11733.9347.ebuild ChangeLog
@ 2009-10-07 13:53 Vlastimil Babka (caster)
0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2009-10-07 13:53 UTC (permalink / raw
To: gentoo-commits
caster 09/10/07 13:53:22
Modified: googleearth-5.0.11733.9347.ebuild ChangeLog
Log:
Found a stable (?) link for 5.0
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild?r1=1.2&r2=1.3
Index: googleearth-5.0.11733.9347.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- googleearth-5.0.11733.9347.ebuild 22 Jun 2009 21:47:37 -0000 1.2
+++ googleearth-5.0.11733.9347.ebuild 7 Oct 2009 13:53:21 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild,v 1.3 2009/10/07 13:53:21 caster Exp $
EAPI=2
@@ -10,7 +10,7 @@
HOMEPAGE="http://earth.google.com/"
# no upstream versioning, version determined from help/about
# incorrect digest means upstream bumped and thus needs version bump
-SRC_URI="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
+SRC_URI="http://dl.google.com/earth/client/advanced/previous/GoogleEarthLinux.bin
-> GoogleEarthLinux-${PV}.bin"
LICENSE="googleearth MIT X11 SGI-B-1.1 openssl as-is ZLIB"
1.50 x11-misc/googleearth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 7 Oct 2009 13:48:10 -0000 1.49
+++ ChangeLog 7 Oct 2009 13:53:21 -0000 1.50
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/googleearth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.49 2009/10/07 13:48:10 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.50 2009/10/07 13:53:21 caster Exp $
+
+ 07 Oct 2009; Vlastimil Babka <caster@gentoo.org>
+ googleearth-5.0.11733.9347.ebuild:
+ Found a stable (?) link for 5.0
07 Oct 2009; Vlastimil Babka <caster@gentoo.org>
googleearth-5.1.3509.4636_beta.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-07 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 9:16 [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: googleearth-5.0.11733.9347.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-10-07 13:53 Vlastimil Babka (caster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox