Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gtest: gtest-1.6.0-r1.ebuild ChangeLog
Date: Fri, 02 Nov 2012 05:32:21
Message-Id: 20121102053201.E5E1421600@flycatcher.gentoo.org
1 jsbronder 12/11/02 05:32:01
2
3 Modified: gtest-1.6.0-r1.ebuild ChangeLog
4 Log:
5 Resolve #361703 by enabling threads unconditionally.
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
8
9 Revision Changes Path
10 1.2 dev-cpp/gtest/gtest-1.6.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gtest-1.6.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtest-1.6.0-r1.ebuild 2 Nov 2012 05:09:23 -0000 1.1
23 +++ gtest-1.6.0-r1.ebuild 2 Nov 2012 05:32:01 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v 1.1 2012/11/02 05:09:23 jsbronder Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0-r1.ebuild,v 1.2 2012/11/02 05:32:01 jsbronder Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="2"
32 @@ -14,7 +14,7 @@
33 LICENSE="BSD"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
36 -IUSE="examples threads static-libs"
37 +IUSE="examples static-libs"
38
39 DEPEND="app-arch/unzip"
40 RDEPEND=""
41 @@ -37,8 +37,7 @@
42
43 src_configure() {
44 econf \
45 - $(use_enable static-libs static) \
46 - $(use_with threads pthreads)
47 + $(use_enable static-libs static)
48 }
49
50 src_test() {
51
52
53
54 1.16 dev-cpp/gtest/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.16&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?rev=1.16&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtest/ChangeLog?r1=1.15&r2=1.16
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v
63 retrieving revision 1.15
64 retrieving revision 1.16
65 diff -u -r1.15 -r1.16
66 --- ChangeLog 2 Nov 2012 05:09:23 -0000 1.15
67 +++ ChangeLog 2 Nov 2012 05:32:01 -0000 1.16
68 @@ -1,5 +1,8 @@
69 # ChangeLog for dev-cpp/gtest
70 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.15 2012/11/02 05:09:23 jsbronder Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.16 2012/11/02 05:32:01 jsbronder Exp $
72 +
73 + 02 Nov 2012; Justin Bronder <jsbronder@g.o> gtest-1.6.0-r1.ebuild:
74 + Resolve #361703 by enabling threads unconditionally.
75
76 *gtest-1.6.0-r1 (02 Nov 2012)