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
Date: Thu, 30 May 2013 21:48:09
Message-Id: 20130530214805.6C35B2171D@flycatcher.gentoo.org
1 aballier 13/05/30 21:48:05
2
3 Modified: ChangeLog libcxx-9999.ebuild
4 Log:
5 bump to eapi5
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.12 sys-libs/libcxx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 18 Feb 2013 14:30:06 -0000 1.11
23 +++ ChangeLog 30 May 2013 21:48:05 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/libcxx
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.11 2013/02/18 14:30:06 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.12 2013/05/30 21:48:05 aballier Exp $
29 +
30 + 30 May 2013; Alexis Ballier <aballier@g.o> libcxx-9999.ebuild:
31 + bump to eapi5
32
33 *libcxx-0.0_p20130218 (18 Feb 2013)
34
35
36
37
38 1.6 sys-libs/libcxx/libcxx-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?r1=1.5&r2=1.6
43
44 Index: libcxx-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- libcxx-9999.ebuild 31 Jan 2013 17:56:57 -0000 1.5
51 +++ libcxx-9999.ebuild 30 May 2013 21:48:05 -0000 1.6
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.5 2013/01/31 17:56:57 bicatali Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.6 2013/05/30 21:48:05 aballier Exp $
57
58 -EAPI=4
59 +EAPI=5
60
61 ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk"