1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
# ChangeLog for sys-libs/libcxxrt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v 1.15 2013/07/26 00:48:53 aballier Exp $
*libcxxrt-0.0_p20130725 (26 Jul 2013)
26 Jul 2013; Alexis Ballier <aballier@gentoo.org>
+libcxxrt-0.0_p20130725.ebuild:
bump a new snapshot with multilib support.
03 Jul 2013; Alexis Ballier <aballier@gentoo.org> libcxxrt-9999.ebuild:
Go multilib, based on a patch by Yuta SATOH in bug #475294
01 Jun 2013; Alexis Ballier <aballier@gentoo.org>
libcxxrt-0.0_p20130531.ebuild:
Make libunwind optional in the current snapshot too
01 Jun 2013; Alexis Ballier <aballier@gentoo.org> libcxxrt-9999.ebuild,
metadata.xml:
Make libunwind usage optional: clang is setup to use libgcc_s so there is no
serious point for now in trying to avoid using libgcc_s.
*libcxxrt-0.0_p20130531 (31 May 2013)
31 May 2013; Alexis Ballier <aballier@gentoo.org>
+libcxxrt-0.0_p20130531.ebuild:
bump a new snapshot
30 May 2013; Alexis Ballier <aballier@gentoo.org> libcxxrt-9999.ebuild:
stop hacking around unwind headers and install them protected under libcxxrt
directory as that is what libcxx build system expects
30 May 2013; Alexis Ballier <aballier@gentoo.org> libcxxrt-9999.ebuild:
propagate static-libs use dep to libunwind
30 May 2013; Alexis Ballier <aballier@gentoo.org>
-libcxxrt-0.0_p20120911.ebuild:
remove old
*libcxxrt-0.0_p20130218 (18 Feb 2013)
18 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+libcxxrt-0.0_p20130218.ebuild:
bump a new snapshot
31 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org>
libcxxrt-0.0_p20120911.ebuild, libcxxrt-9999.ebuild:
Keyworded x86 amd64-linux and x86-linux
01 Nov 2012; Alexis Ballier <aballier@gentoo.org>
-files/0001-Link-to-libdl-where-needed-for-dladdr-exception.cc.patch,
-libcxxrt-0.0_p20120528.ebuild:
remove old
11 Sep 2012; Alexis Ballier <aballier@gentoo.org>
libcxxrt-0.0_p20120911.ebuild, libcxxrt-9999.ebuild:
keyword ~amd64-fbsd
*libcxxrt-0.0_p20120911 (11 Sep 2012)
11 Sep 2012; Alexis Ballier <aballier@gentoo.org>
+libcxxrt-0.0_p20120911.ebuild:
bump a new snapshot with the accumulated improvements from -9999
31 May 2012; Alexis Ballier <aballier@gentoo.org> libcxxrt-9999.ebuild,
+files/Makefile, +files/Makefile.test, +files/unwind.h:
Use our own makefiles, its so simple that we do not need to rely on cmake for
this. Build it on top of libunwind instead of using libgcc_s for unwinding.
Remove their libunwind bundled headers and ship a reduced one with only the
added macros libcxxrt needs. Build with -nodefaultlibs to ensure we do not
link to gcc libs. Add static-libs useflag. Give it a src_test.
*libcxxrt-9999 (28 May 2012)
*libcxxrt-0.0_p20120528 (28 May 2012)
28 May 2012; Alexis Ballier <aballier@gentoo.org>
+files/0001-Link-to-libdl-where-needed-for-dladdr-exception.cc.patch,
+libcxxrt-0.0_p20120528.ebuild, +libcxxrt-9999.ebuild,
+files/prepare_snapshot.sh, +metadata.xml:
Initial import, ebuild by me
|