Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Sun, 01 Jan 2017 16:32:43
Message-Id: 1483288335.99f561db09983fc6996cce55ad4bb61f27d6a5ad.johu@gentoo
1 commit: 99f561db09983fc6996cce55ad4bb61f27d6a5ad
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:28:51 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f561db
7
8 sys-libs/libcxx: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sys-libs/libcxx/libcxx-3.9.0.ebuild | 3 +--
15 sys-libs/libcxx/libcxx-3.9.1.ebuild | 3 +--
16 sys-libs/libcxx/libcxx-9999.ebuild | 3 +--
17 3 files changed, 3 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-libs/libcxx/libcxx-3.9.0.ebuild b/sys-libs/libcxx/libcxx-3.9.0.ebuild
20 index 7f16bd2..57f3312 100644
21 --- a/sys-libs/libcxx/libcxx-3.9.0.ebuild
22 +++ b/sys-libs/libcxx/libcxx-3.9.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -9,7 +9,6 @@ EAPI=6
30 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
31 EGIT_REPO_URI="http://llvm.org/git/libcxx.git
32 https://github.com/llvm-mirror/libcxx.git"
33 -CMAKE_MIN_VERSION=3.4.3
34 PYTHON_COMPAT=( python2_7 )
35
36 [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""
37
38 diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild b/sys-libs/libcxx/libcxx-3.9.1.ebuild
39 index 7f16bd2..57f3312 100644
40 --- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
41 +++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -9,7 +9,6 @@ EAPI=6
49 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
50 EGIT_REPO_URI="http://llvm.org/git/libcxx.git
51 https://github.com/llvm-mirror/libcxx.git"
52 -CMAKE_MIN_VERSION=3.4.3
53 PYTHON_COMPAT=( python2_7 )
54
55 [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""
56
57 diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
58 index 3beacf0..4470d66 100644
59 --- a/sys-libs/libcxx/libcxx-9999.ebuild
60 +++ b/sys-libs/libcxx/libcxx-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -9,7 +9,6 @@ EAPI=6
68 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
69 EGIT_REPO_URI="http://llvm.org/git/libcxx.git
70 https://github.com/llvm-mirror/libcxx.git"
71 -CMAKE_MIN_VERSION=3.4.3
72 PYTHON_COMPAT=( python2_7 )
73
74 [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""