Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/googleearth: ChangeLog googleearth-6.0.2.2074.ebuild
Date: Sun, 03 Apr 2011 09:57:39
Message-Id: 20110403095729.12CE620054@flycatcher.gentoo.org
1 ssuominen 11/04/03 09:57:29
2
3 Modified: ChangeLog googleearth-6.0.2.2074.ebuild
4 Log:
5 Disable "QA Notice: Files built without respecting LDFLAGS have been detected" with QA_DT_HASH variable because this package is prebuilt.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 sci-geosciences/googleearth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 2 Apr 2011 17:44:54 -0000 1.21
23 +++ ChangeLog 3 Apr 2011 09:57:28 -0000 1.22
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-geosciences/googleearth
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.21 2011/04/02 17:44:54 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.22 2011/04/03 09:57:28 ssuominen Exp $
29 +
30 + 03 Apr 2011; Samuli Suominen <ssuominen@g.o>
31 + googleearth-6.0.2.2074.ebuild:
32 + Disable "QA Notice: Files built without respecting LDFLAGS have been
33 + detected" with QA_DT_HASH variable because this package is prebuilt.
34
35 *googleearth-6.0.2.2074 (02 Apr 2011)
36
37
38
39
40 1.2 sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild?r1=1.1&r2=1.2
45
46 Index: googleearth-6.0.2.2074.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- googleearth-6.0.2.2074.ebuild 2 Apr 2011 17:44:54 -0000 1.1
53 +++ googleearth-6.0.2.2074.ebuild 3 Apr 2011 09:57:28 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild,v 1.1 2011/04/02 17:44:54 caster Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.0.2.2074.ebuild,v 1.2 2011/04/03 09:57:28 ssuominen Exp $
59
60 EAPI=2
61
62 @@ -94,6 +94,8 @@
63 opt/googleearth/libspatial.so
64 "
65
66 +QA_DT_HASH="opt/googleearth/.*"
67 +
68 pkg_setup() {
69 GCC_VER="$(gcc-version)"
70 if ! version_is_at_least ${GCC_NEEDED} ${GCC_VER}; then