Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: ChangeLog gtest-1.7.0.ebuild
Date: Fri, 20 Jun 2014 19:16:51
Message-Id: 20140620191646.495672004E@flycatcher.gentoo.org
1 jer 14/06/20 19:16:46
2
3 Modified: ChangeLog gtest-1.7.0.ebuild
4 Log:
5 Stable for HPPA (bug #513804).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.37 dev-cpp/gtest/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 30 Apr 2014 14:36:24 -0000 1.36
23 +++ ChangeLog 20 Jun 2014 19:16:46 -0000 1.37
24 @@ -1,5 +1,8 @@
25 # ChangeLog for dev-cpp/gtest
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.36 2014/04/30 14:36:24 mgorny Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.37 2014/06/20 19:16:46 jer Exp $
28 +
29 + 20 Jun 2014; Jeroen Roovers <jer@g.o> gtest-1.7.0.ebuild:
30 + Stable for HPPA (bug #513804).
31
32 30 Apr 2014; Michał Górny <mgorny@g.o> gtest-1.7.0.ebuild:
33 Simplify multilib code. Set proper flags for autotools-multilib.
34
35
36
37 1.3 dev-cpp/gtest/gtest-1.7.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild?r1=1.2&r2=1.3
42
43 Index: gtest-1.7.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- gtest-1.7.0.ebuild 30 Apr 2014 14:36:24 -0000 1.2
50 +++ gtest-1.7.0.ebuild 20 Jun 2014 19:16:46 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.2 2014/04/30 14:36:24 mgorny Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.7.0.ebuild,v 1.3 2014/06/20 19:16:46 jer Exp $
56
57 EAPI="5"
58
59 @@ -17,7 +17,7 @@
60
61 LICENSE="BSD"
62 SLOT="0"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
64 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
65 IUSE="examples static-libs"
66
67 DEPEND="app-arch/unzip