* [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: ChangeLog libcxx-0.0_p20121105.ebuild
@ 2012-11-05 12:02 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-11-05 12:02 UTC (permalink / raw
To: gentoo-commits
aballier 12/11/05 12:02:02
Modified: ChangeLog
Added: libcxx-0.0_p20121105.ebuild
Log:
bump a new snapshot
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.8 sys-libs/libcxx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 1 Nov 2012 17:38:32 -0000 1.7
+++ ChangeLog 5 Nov 2012 12:02:01 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/libcxx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.7 2012/11/01 17:38:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.8 2012/11/05 12:02:01 aballier Exp $
+
+*libcxx-0.0_p20121105 (05 Nov 2012)
+
+ 05 Nov 2012; Alexis Ballier <aballier@gentoo.org>
+ +libcxx-0.0_p20121105.ebuild:
+ bump a new snapshot
01 Nov 2012; Alexis Ballier <aballier@gentoo.org>
-libcxx-0.0_p20120528.ebuild:
1.1 sys-libs/libcxx/libcxx-0.0_p20121105.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20121105.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20121105.ebuild?rev=1.1&content-type=text/plain
Index: libcxx-0.0_p20121105.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20121105.ebuild,v 1.1 2012/11/05 12:02:02 aballier Exp $
EAPI=4
ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk"
[ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM=""
inherit cmake-utils ${SCM} base flag-o-matic
DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
HOMEPAGE="http://libcxx.llvm.org/"
if [ "${PV%9999}" = "${PV}" ] ; then
SRC_URI="mirror://gentoo/${P}.tar.xz"
else
SRC_URI=""
fi
LICENSE="|| ( UoI-NCSA MIT )"
SLOT="0"
if [ "${PV%9999}" = "${PV}" ] ; then
KEYWORDS="~amd64 ~amd64-fbsd"
else
KEYWORDS=""
fi
IUSE=""
RDEPEND="sys-libs/libcxxrt"
DEPEND="${RDEPEND}
sys-devel/clang
app-arch/xz-utils"
PATCHES=( "${FILESDIR}/multilib.patch"
"${FILESDIR}/cxxrt.patch" )
DOCS=( "CREDITS.TXT" )
src_prepare() {
base_src_prepare
}
src_configure() {
append-cppflags "-I/usr/include/libcxxrt -DLIBCXXRT"
# Needs to be built with clang. gcc-4.6.3 fails at least.
# TODO: cross-compile ?
export CC=clang
export CXX=clang++
cmake-utils_src_configure
}
# Tests fail for now, if anybody is able to fix them, help is very welcome.
src_test() {
cd "${S}/test"
LD_LIBRARY_PATH="${CMAKE_BUILD_DIR}/lib:${LD_LIBRARY_PATH}" \
CC="clang++" \
HEADER_INCLUDE="-I${S}/include" \
SOURCE_LIB="-L${CMAKE_BUILD_DIR}/lib" \
./testit || die
}
pkg_postinst() {
elog "This package (${PN}) is mainly intended as a replacement for the C++"
elog "standard library when using clang."
elog "To use it, instead of libstdc++, use:"
elog " clang++ -stdlib=libc++"
elog "to compile your C++ programs."
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: ChangeLog libcxx-0.0_p20121105.ebuild
@ 2013-05-30 21:51 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-30 21:51 UTC (permalink / raw
To: gentoo-commits
aballier 13/05/30 21:51:41
Modified: ChangeLog
Removed: libcxx-0.0_p20121105.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.13 sys-libs/libcxx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 30 May 2013 21:48:05 -0000 1.12
+++ ChangeLog 30 May 2013 21:51:41 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libcxx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.12 2013/05/30 21:48:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.13 2013/05/30 21:51:41 aballier Exp $
+
+ 30 May 2013; Alexis Ballier <aballier@gentoo.org>
+ -libcxx-0.0_p20121105.ebuild:
+ remove old
30 May 2013; Alexis Ballier <aballier@gentoo.org> libcxx-9999.ebuild:
bump to eapi5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-30 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 12:02 [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: ChangeLog libcxx-0.0_p20121105.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2013-05-30 21:51 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox