From 0385b8714ef1756ac80b4955eb5b644d6a68e6b1 Mon Sep 17 00:00:00 2001 From: Vlastimil Babka Date: Mon, 22 Jun 2009 21:47:37 +0000 Subject: Add missing deps, bug #274581. Move sed from unpack to src_prepare. Make myself maintainer. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- x11-misc/googleearth/ChangeLog | 7 +++- .../googleearth/googleearth-5.0.11733.9347.ebuild | 49 +++++++++++++--------- x11-misc/googleearth/metadata.xml | 7 +++- 3 files changed, 41 insertions(+), 22 deletions(-) (limited to 'x11-misc/googleearth') diff --git a/x11-misc/googleearth/ChangeLog b/x11-misc/googleearth/ChangeLog index eb70feed059f..619978c33dff 100644 --- a/x11-misc/googleearth/ChangeLog +++ b/x11-misc/googleearth/ChangeLog @@ -1,6 +1,11 @@ # 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.45 2009/05/26 09:18:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.46 2009/06/22 21:47:37 caster Exp $ + + 22 Jun 2009; Vlastimil Babka + googleearth-5.0.11733.9347.ebuild, metadata.xml: + Add missing deps, bug #274581. Move sed from unpack to src_prepare. Make + myself maintainer. 26 May 2009; Jeroen Roovers -googleearth-5.0.11337.1968_beta.ebuild, diff --git a/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild b/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild index 9b9832c83a8f..aab991004359 100644 --- a/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild +++ b/x11-misc/googleearth/googleearth-5.0.11733.9347.ebuild @@ -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.1 2009/05/26 09:16:50 jer Exp $ +# $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 $ EAPI=2 @@ -9,7 +9,7 @@ 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 +# incorrect digest means upstream bumped and thus needs version bump SRC_URI="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin -> GoogleEarthLinux-${PV}.bin" @@ -19,25 +19,31 @@ 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 ) +RDEPEND=" + x86? ( + media-libs/fontconfig + media-libs/freetype + virtual/opengl + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXext + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libXrender + sys-libs/zlib + dev-libs/glib:2 + ) 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 - =app-emulation/emul-linux-x86-xlibs-7.0 + x11-drivers/nvidia-drivers + no-herd + + caster@gentoo.org + Vlastimil Babka + Assign bugs to me for now + genstef@gentoo.org Stefan Schweizer - Feel free to change what you want + Feel free to change what you want -- cgit v1.2.3-65-gdbad