Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Fri, 01 Jan 2021 13:01:39
Message-Id: 1609506092.f3ba80263dc1378c9b19d39187b920fd80e64da0.grobian@gentoo
1 commit: f3ba80263dc1378c9b19d39187b920fd80e64da0
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 12:57:25 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 13:01:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ba8026
7
8 sys-libs/libcxx: wrap Darwin comments to line boundary
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-libs/libcxx/libcxx-11.0.0.ebuild | 7 ++++---
14 sys-libs/libcxx/libcxx-11.0.1.9999.ebuild | 7 ++++---
15 sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild | 7 ++++---
16 sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild | 7 ++++---
17 sys-libs/libcxx/libcxx-12.0.0.9999.ebuild | 7 ++++---
18 5 files changed, 20 insertions(+), 15 deletions(-)
19
20 diff --git a/sys-libs/libcxx/libcxx-11.0.0.ebuild b/sys-libs/libcxx/libcxx-11.0.0.ebuild
21 index b2203171221..44dccaba340 100644
22 --- a/sys-libs/libcxx/libcxx-11.0.0.ebuild
23 +++ b/sys-libs/libcxx/libcxx-11.0.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -41,8 +41,9 @@ python_check_deps() {
31 }
32
33 pkg_setup() {
34 - # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
35 - # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
36 + # Darwin Prefix builds do not have llvm installed yet, so rely on
37 + # bootstrap-prefix to set the appropriate path vars to LLVM instead
38 + # of using llvm_pkg_setup.
39 if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
40 llvm_pkg_setup
41 fi
42
43 diff --git a/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild b/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
44 index c088e18cceb..6bfe1aa438b 100644
45 --- a/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
46 +++ b/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -42,8 +42,9 @@ python_check_deps() {
54 }
55
56 pkg_setup() {
57 - # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
58 - # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
59 + # Darwin Prefix builds do not have llvm installed yet, so rely on
60 + # bootstrap-prefix to set the appropriate path vars to LLVM instead
61 + # of using llvm_pkg_setup.
62 if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
63 llvm_pkg_setup
64 fi
65
66 diff --git a/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild b/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
67 index c088e18cceb..6bfe1aa438b 100644
68 --- a/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
69 +++ b/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 +# Copyright 1999-2021 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=7
76 @@ -42,8 +42,9 @@ python_check_deps() {
77 }
78
79 pkg_setup() {
80 - # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
81 - # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
82 + # Darwin Prefix builds do not have llvm installed yet, so rely on
83 + # bootstrap-prefix to set the appropriate path vars to LLVM instead
84 + # of using llvm_pkg_setup.
85 if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
86 llvm_pkg_setup
87 fi
88
89 diff --git a/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild b/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
90 index c088e18cceb..6bfe1aa438b 100644
91 --- a/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
92 +++ b/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 +# Copyright 1999-2021 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=7
99 @@ -42,8 +42,9 @@ python_check_deps() {
100 }
101
102 pkg_setup() {
103 - # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
104 - # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
105 + # Darwin Prefix builds do not have llvm installed yet, so rely on
106 + # bootstrap-prefix to set the appropriate path vars to LLVM instead
107 + # of using llvm_pkg_setup.
108 if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
109 llvm_pkg_setup
110 fi
111
112 diff --git a/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
113 index c088e18cceb..6bfe1aa438b 100644
114 --- a/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
115 +++ b/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
116 @@ -1,4 +1,4 @@
117 -# Copyright 1999-2020 Gentoo Authors
118 +# Copyright 1999-2021 Gentoo Authors
119 # Distributed under the terms of the GNU General Public License v2
120
121 EAPI=7
122 @@ -42,8 +42,9 @@ python_check_deps() {
123 }
124
125 pkg_setup() {
126 - # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
127 - # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
128 + # Darwin Prefix builds do not have llvm installed yet, so rely on
129 + # bootstrap-prefix to set the appropriate path vars to LLVM instead
130 + # of using llvm_pkg_setup.
131 if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
132 llvm_pkg_setup
133 fi