diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-11-01 17:37:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-11-01 17:37:04 +0000 |
commit | d64a351752014abb07c9d5bee05c17bbdd15f24e (patch) | |
tree | 4824e1a777c9477409966c466c940e1002ad35e8 /sys-libs/libcxx | |
parent | version bump (bug #440074) (diff) | |
download | gentoo-2-d64a351752014abb07c9d5bee05c17bbdd15f24e.tar.gz gentoo-2-d64a351752014abb07c9d5bee05c17bbdd15f24e.tar.bz2 gentoo-2-d64a351752014abb07c9d5bee05c17bbdd15f24e.zip |
update description: C++0x -> C++11
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libcxx/libcxx-0.0_p20120911.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libcxx/libcxx-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/libcxx/ChangeLog b/sys-libs/libcxx/ChangeLog index b3054c57e4f8..22f5380aa9bb 100644 --- a/sys-libs/libcxx/ChangeLog +++ b/sys-libs/libcxx/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2012/09/22 19:15:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.6 2012/11/01 17:37:04 aballier Exp $ + + 01 Nov 2012; Alexis Ballier <aballier@gentoo.org> + libcxx-0.0_p20120911.ebuild, libcxx-9999.ebuild: + update description: C++0x -> C++11 22 Sep 2012; Alexis Ballier <aballier@gentoo.org> libcxx-0.0_p20120911.ebuild, libcxx-9999.ebuild: diff --git a/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild b/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild index d17619ce7e2b..d6b0b9ff2fdb 100644 --- a/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild +++ b/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild @@ -1,6 +1,6 @@ # 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_p20120911.ebuild,v 1.2 2012/09/22 19:15:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20120911.ebuild,v 1.3 2012/11/01 17:37:04 aballier Exp $ EAPI=4 @@ -10,7 +10,7 @@ ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk" inherit cmake-utils ${SCM} base flag-o-matic -DESCRIPTION="New implementation of the C++ standard library, targeting C++0X" +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" diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 99593299db86..f34fdc95a43e 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -1,6 +1,6 @@ # 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-9999.ebuild,v 1.3 2012/09/22 19:15:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.4 2012/11/01 17:37:04 aballier Exp $ EAPI=4 @@ -10,7 +10,7 @@ ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk" inherit cmake-utils ${SCM} base flag-o-matic -DESCRIPTION="New implementation of the C++ standard library, targeting C++0X" +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" |