From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1BC6139085 for ; Thu, 19 Jan 2017 09:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D50EE0D43; Thu, 19 Jan 2017 09:14:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24329E0D43 for ; Thu, 19 Jan 2017 09:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9045F3414A6 for ; Thu, 19 Jan 2017 09:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8208528F0 for ; Thu, 19 Jan 2017 09:14:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1484817248.80e8864935e9ed47077f865f192f2656386b939f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-4.0.0_rc1.ebuild sys-libs/libcxxabi/libcxxabi-9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80e8864935e9ed47077f865f192f2656386b939f X-VCS-Branch: master Date: Thu, 19 Jan 2017 09:14:23 +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: fb47de09-5bc3-453a-85fe-2f6ba4de74c2 X-Archives-Hash: 08b92e5298b397ccb854d2451b893dff commit: 80e8864935e9ed47077f865f192f2656386b939f Author: Michał Górny gentoo org> AuthorDate: Thu Jan 19 09:05:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 19 09:14:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e88649 sys-libs/libcxxabi: Bump to 4.0.0rc1 .../{libcxxabi-9999.ebuild => libcxxabi-4.0.0_rc1.ebuild} | 9 ++++++--- sys-libs/libcxxabi/libcxxabi-9999.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-4.0.0_rc1.ebuild similarity index 93% copy from sys-libs/libcxxabi/libcxxabi-9999.ebuild copy to sys-libs/libcxxabi/libcxxabi-4.0.0_rc1.ebuild index 5840b01..1444d09 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-4.0.0_rc1.ebuild @@ -7,8 +7,6 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} # (needed due to CMAKE_BUILD_TYPE != Gentoo) CMAKE_MIN_VERSION=3.7.0-r1 -EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git - https://github.com/llvm-mirror/libcxxabi.git" PYTHON_COMPAT=( python2_7 ) inherit cmake-multilib git-r3 python-any-r1 @@ -16,6 +14,10 @@ inherit cmake-multilib git-r3 python-any-r1 DESCRIPTION="Low level support for a standard C++ library" HOMEPAGE="http://libcxxabi.llvm.org/" SRC_URI="" +EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git + https://github.com/llvm-mirror/libcxxabi.git" +EGIT_BRANCH="release_40" +EGIT_COMMIT="0e46ed1f6c22968c91337aa918cdd7dc302829cb" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" @@ -50,7 +52,8 @@ pkg_setup() { src_unpack() { # we need the headers git-r3_fetch "http://llvm.org/git/libcxx.git - https://github.com/llvm-mirror/libcxx.git" + https://github.com/llvm-mirror/libcxx.git" \ + 39c36254e55627b5f94d37a453bf97fcd907cd38 git-r3_fetch git-r3_checkout http://llvm.org/git/libcxx.git \ diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index 5840b01..c0e26c2 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -7,8 +7,6 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} # (needed due to CMAKE_BUILD_TYPE != Gentoo) CMAKE_MIN_VERSION=3.7.0-r1 -EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git - https://github.com/llvm-mirror/libcxxabi.git" PYTHON_COMPAT=( python2_7 ) inherit cmake-multilib git-r3 python-any-r1 @@ -16,6 +14,8 @@ inherit cmake-multilib git-r3 python-any-r1 DESCRIPTION="Low level support for a standard C++ library" HOMEPAGE="http://libcxxabi.llvm.org/" SRC_URI="" +EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git + https://github.com/llvm-mirror/libcxxabi.git" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0"