Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gtest: ChangeLog gtest-1.5.0.ebuild
Date: Mon, 03 Jan 2011 16:37:34
Message-Id: 20110103163725.14CE120057@flycatcher.gentoo.org
1 phajdan.jr 11/01/03 16:37:25
2
3 Modified: ChangeLog gtest-1.5.0.ebuild
4 Log:
5 x86 stable wrt bug #350290
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.7 dev-util/gtest/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/gtest/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 1 Dec 2010 19:01:14 -0000 1.6
23 +++ ChangeLog 3 Jan 2011 16:37:24 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/gtest
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/ChangeLog,v 1.6 2010/12/01 19:01:14 grobian Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/ChangeLog,v 1.7 2011/01/03 16:37:24 phajdan.jr Exp $
30 +
31 + 03 Jan 2011; Pawel Hajdan jr <phajdan.jr@g.o> gtest-1.5.0.ebuild:
32 + x86 stable wrt bug #350290
33
34 01 Dec 2010; Fabian Groffen <grobian@g.o> gtest-1.5.0.ebuild:
35 Bump EAPI to 3, fix for Prefix, marked ~ppc-macos
36
37
38
39 1.5 dev-util/gtest/gtest-1.5.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild?r1=1.4&r2=1.5
44
45 Index: gtest-1.5.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gtest-1.5.0.ebuild 1 Dec 2010 19:01:14 -0000 1.4
52 +++ gtest-1.5.0.ebuild 3 Jan 2011 16:37:24 -0000 1.5
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild,v 1.4 2010/12/01 19:01:14 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild,v 1.5 2011/01/03 16:37:24 phajdan.jr Exp $
59
60 EAPI="3"
61 PYTHON_DEPEND="2"
62 @@ -12,7 +12,7 @@
63
64 LICENSE="BSD"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc-macos"
67 +KEYWORDS="~amd64 ~arm ~hppa x86 ~ppc-macos"
68 IUSE="examples threads static-libs"
69
70 pkg_setup() {