diff options
author | Vlastimil Babka <caster@gentoo.org> | 2012-03-10 07:50:46 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2012-03-10 07:50:46 +0000 |
commit | 7efb8925c996525575a7940cdd1ac762c3995f7a (patch) | |
tree | a5dd272d9c18db2c39cfc09ef74e37b0c0945de8 /sci-geosciences/googleearth | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-7efb8925c996525575a7940cdd1ac762c3995f7a.tar.gz gentoo-2-7efb8925c996525575a7940cdd1ac762c3995f7a.tar.bz2 gentoo-2-7efb8925c996525575a7940cdd1ac762c3995f7a.zip |
Due to problems with QA variables, use RESTRICT=binchecks per zmedico's advice.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/googleearth')
-rw-r--r-- | sci-geosciences/googleearth/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild | 37 |
2 files changed, 8 insertions, 36 deletions
diff --git a/sci-geosciences/googleearth/ChangeLog b/sci-geosciences/googleearth/ChangeLog index 667d0e31e6c3..dbf96305d1bc 100644 --- a/sci-geosciences/googleearth/ChangeLog +++ b/sci-geosciences/googleearth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/googleearth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.29 2012/03/09 19:22:58 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.30 2012/03/10 07:50:46 caster Exp $ + + 09 Mar 2012; Vlastimil Babka <caster@gentoo.org> + googleearth-6.2.1.6014-r1.ebuild: + Due to problems with QA variables, use RESTRICT=binchecks per zmedico's + advice. 09 Mar 2012; Vlastimil Babka <caster@gentoo.org> googleearth-6.2.1.6014-r1.ebuild: diff --git a/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild b/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild index 7528808cb4c8..cdf0e713aeab 100644 --- a/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild +++ b/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild,v 1.2 2012/03/09 19:22:58 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.1.6014-r1.ebuild,v 1.3 2012/03/10 07:50:46 caster Exp $ EAPI="4" @@ -17,7 +17,7 @@ SRC_URI="x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable LICENSE="googleearth GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="mirror strip" +RESTRICT="binchecks mirror strip" IUSE="mdns-bundled +qt-bundled" GCC_NEEDED="4.2" @@ -67,39 +67,6 @@ pkg_nofetch() { einfo "By redigesting the file yourself, you will install a different version than the ebuild says, untested!" } -QA_TEXTRELS="opt/googleearth/plugins/imageformats/libqjpeg.so -opt/googleearth/libQtGui.so.4 -opt/googleearth/libwebbrowser.so -opt/googleearth/libviewsync.so -opt/googleearth/libspatial.so -opt/googleearth/libsgutil.so -opt/googleearth/libsearch.so -opt/googleearth/libsearchmodule.so -opt/googleearth/librender.so -opt/googleearth/libnavigate.so -opt/googleearth/libmoduleframework.so -opt/googleearth/libmeasure.so -opt/googleearth/liblayer.so -opt/googleearth/libinput_plugin.so -opt/googleearth/libIGGfx.so -opt/googleearth/libgps.so -opt/googleearth/libgooglesearch.so -opt/googleearth/libgoogleearth_free.so -opt/googleearth/libgoogleapi.so -opt/googleearth/libgeobaseutils.so -opt/googleearth/libgdata.so -opt/googleearth/libflightsim.so -opt/googleearth/libevll.so -opt/googleearth/libcommon_webbrowser.so -opt/googleearth/libcommon.so -opt/googleearth/libcommon_platform.so -opt/googleearth/libcollada.so -opt/googleearth/libbasicingest.so -opt/googleearth/libbase.so -opt/googleearth/libauth.so" - -QA_DT_HASH="opt/googleearth/.*" - pkg_setup() { GCC_VER="$(gcc-version)" if ! version_is_at_least ${GCC_NEEDED} ${GCC_VER}; then |