From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 09D4F58975 for ; Thu, 11 Feb 2016 09:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9499A21C003; Thu, 11 Feb 2016 09:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9F6821C003 for ; Thu, 11 Feb 2016 09:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5821340BB9 for ; Thu, 11 Feb 2016 09:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D1E910B8 for ; Thu, 11 Feb 2016 09:41:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1455183684.0e884f0069307645819d240a1c3133c398a19bb3.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-libs/libcxx/libcxx-3.5.1.ebuild sys-libs/libcxx/libcxx-3.7.1.ebuild sys-libs/libcxx/metadata.xml X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0e884f0069307645819d240a1c3133c398a19bb3 X-VCS-Branch: master Date: Thu, 11 Feb 2016 09:41:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35817da4-640b-49af-b13a-7c687668d75b X-Archives-Hash: f0e9d08e2197dfde7b60fb5d39560fd3 commit: 0e884f0069307645819d240a1c3133c398a19bb3 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 11 09:41:24 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 11 09:41:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0e884f00 sys-libs/libcxx: sync with gx86 Package-Manager: portage-2.2.20-prefix sys-libs/libcxx/libcxx-3.5.1.ebuild | 19 ++++++++++++------- sys-libs/libcxx/libcxx-3.7.1.ebuild | 21 +++++++++++++-------- sys-libs/libcxx/metadata.xml | 3 +++ 3 files changed, 28 insertions(+), 15 deletions(-) diff --git a/sys-libs/libcxx/libcxx-3.5.1.ebuild b/sys-libs/libcxx/libcxx-3.5.1.ebuild index 0fdf949..787a678 100644 --- a/sys-libs/libcxx/libcxx-3.5.1.ebuild +++ b/sys-libs/libcxx/libcxx-3.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id $ EAPI=5 @@ -13,8 +13,7 @@ inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal 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}.src.tar.xz - http://llvm.org/releases/${PV}/${P}.src.tar.xz" + SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz" S="${WORKDIR}"/"${P}".src else SRC_URI="" @@ -30,10 +29,16 @@ fi IUSE="elibc_glibc +libcxxrt static-libs test" REQUIRED_USE="kernel_Darwin? ( libcxxrt !static-libs )" -RDEPEND="!kernel_Darwin? ( +RDEPEND=" + !kernel_Darwin? ( libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130725[static-libs?,${MULTILIB_USEDEP}] ) - !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) ) - kernel_Darwin? ( sys-libs/libcxx-headers sys-libs/libcxxabi sys-devel/clang )" + !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) + ) + kernel_Darwin? ( + =sys-libs/libcxx-headers-${PV} + =sys-libs/libcxxabi-${PV} + sys-devel/clang + )" DEPEND="${RDEPEND} test? ( sys-devel/clang ) app-arch/xz-utils" diff --git a/sys-libs/libcxx/libcxx-3.7.1.ebuild b/sys-libs/libcxx/libcxx-3.7.1.ebuild index 0fdf949..10fac31 100644 --- a/sys-libs/libcxx/libcxx-3.7.1.ebuild +++ b/sys-libs/libcxx/libcxx-3.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id $ EAPI=5 @@ -13,9 +13,8 @@ inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal 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}.src.tar.xz - http://llvm.org/releases/${PV}/${P}.src.tar.xz" - S="${WORKDIR}"/"${P}".src + SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz" + S="${WORKDIR}/${P}.src" else SRC_URI="" fi @@ -30,10 +29,16 @@ fi IUSE="elibc_glibc +libcxxrt static-libs test" REQUIRED_USE="kernel_Darwin? ( libcxxrt !static-libs )" -RDEPEND="!kernel_Darwin? ( +RDEPEND=" + !kernel_Darwin? ( libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130725[static-libs?,${MULTILIB_USEDEP}] ) - !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) ) - kernel_Darwin? ( sys-libs/libcxx-headers sys-libs/libcxxabi sys-devel/clang )" + !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) + ) + kernel_Darwin? ( + =sys-libs/libcxx-headers-${PV} + =sys-libs/libcxxabi-${PV} + sys-devel/clang + )" DEPEND="${RDEPEND} test? ( sys-devel/clang ) app-arch/xz-utils" diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml index f737f23..6795d17 100644 --- a/sys-libs/libcxx/metadata.xml +++ b/sys-libs/libcxx/metadata.xml @@ -2,4 +2,7 @@ prefix + + Build against sys-libs/libcxxr +