Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: ChangeLog libcxx-9999.ebuild libcxx-0.0_p20120911.ebuild
Date: Thu, 01 Nov 2012 17:37:21
Message-Id: 20121101173704.81F3A21600@flycatcher.gentoo.org
1 aballier 12/11/01 17:37:04
2
3 Modified: ChangeLog libcxx-9999.ebuild
4 libcxx-0.0_p20120911.ebuild
5 Log:
6 update description: C++0x -> C++11
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.6 sys-libs/libcxx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 22 Sep 2012 19:15:38 -0000 1.5
24 +++ ChangeLog 1 Nov 2012 17:37:04 -0000 1.6
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-libs/libcxx
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.5 2012/09/22 19:15:38 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.6 2012/11/01 17:37:04 aballier Exp $
30 +
31 + 01 Nov 2012; Alexis Ballier <aballier@g.o>
32 + libcxx-0.0_p20120911.ebuild, libcxx-9999.ebuild:
33 + update description: C++0x -> C++11
34
35 22 Sep 2012; Alexis Ballier <aballier@g.o>
36 libcxx-0.0_p20120911.ebuild, libcxx-9999.ebuild:
37
38
39
40 1.4 sys-libs/libcxx/libcxx-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?r1=1.3&r2=1.4
45
46 Index: libcxx-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- libcxx-9999.ebuild 22 Sep 2012 19:15:38 -0000 1.3
53 +++ libcxx-9999.ebuild 1 Nov 2012 17:37:04 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.3 2012/09/22 19:15:38 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.4 2012/11/01 17:37:04 aballier Exp $
59
60 EAPI=4
61
62 @@ -10,7 +10,7 @@
63
64 inherit cmake-utils ${SCM} base flag-o-matic
65
66 -DESCRIPTION="New implementation of the C++ standard library, targeting C++0X"
67 +DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
68 HOMEPAGE="http://libcxx.llvm.org/"
69 if [ "${PV%9999}" = "${PV}" ] ; then
70 SRC_URI="mirror://gentoo/${P}.tar.xz"
71
72
73
74 1.3 sys-libs/libcxx/libcxx-0.0_p20120911.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild?r1=1.2&r2=1.3
79
80 Index: libcxx-0.0_p20120911.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- libcxx-0.0_p20120911.ebuild 22 Sep 2012 19:15:38 -0000 1.2
87 +++ libcxx-0.0_p20120911.ebuild 1 Nov 2012 17:37:04 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild,v 1.2 2012/09/22 19:15:38 aballier Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild,v 1.3 2012/11/01 17:37:04 aballier Exp $
93
94 EAPI=4
95
96 @@ -10,7 +10,7 @@
97
98 inherit cmake-utils ${SCM} base flag-o-matic
99
100 -DESCRIPTION="New implementation of the C++ standard library, targeting C++0X"
101 +DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
102 HOMEPAGE="http://libcxx.llvm.org/"
103 if [ "${PV%9999}" = "${PV}" ] ; then
104 SRC_URI="mirror://gentoo/${P}.tar.xz"