Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Wed, 13 Nov 2019 16:55:18
Message-Id: 1573664106.8193d5947898dd88bd5a8892e59fea4c34513a8f.mgorny@gentoo
1 commit: 8193d5947898dd88bd5a8892e59fea4c34513a8f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 13 15:42:01 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 13 16:55:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8193d594
7
8 sys-devel/clang: Update postinst for py3 support
9
10 Closes: https://bugs.gentoo.org/699962
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/clang/clang-10.0.0.9999.ebuild | 5 ++---
14 sys-devel/clang/clang-9.0.0.ebuild | 5 ++---
15 sys-devel/clang/clang-9.0.1.9999.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild
19 index 6910230d08e..170076f5f1f 100644
20 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild
21 +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild
22 @@ -385,9 +385,8 @@ pkg_postinst() {
23
24 elog "You can find additional utility scripts in:"
25 elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
26 - elog "To use these scripts, you will need Python 2.7. Some of them are vim"
27 - elog "integration scripts (with instructions inside). The run-clang-tidy.py"
28 - elog "scripts requires the following additional package:"
29 + elog "Some of them are vim integration scripts (with instructions inside)."
30 + elog "The run-clang-tidy.py script requires the following additional package:"
31 elog " dev-python/pyyaml"
32 }
33
34
35 diff --git a/sys-devel/clang/clang-9.0.0.ebuild b/sys-devel/clang/clang-9.0.0.ebuild
36 index d6ca87c13d5..e3629a74a99 100644
37 --- a/sys-devel/clang/clang-9.0.0.ebuild
38 +++ b/sys-devel/clang/clang-9.0.0.ebuild
39 @@ -284,9 +284,8 @@ pkg_postinst() {
40
41 elog "You can find additional utility scripts in:"
42 elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
43 - elog "To use these scripts, you will need Python 2.7. Some of them are vim"
44 - elog "integration scripts (with instructions inside). The run-clang-tidy.py"
45 - elog "scripts requires the following additional package:"
46 + elog "Some of them are vim integration scripts (with instructions inside)."
47 + elog "The run-clang-tidy.py script requires the following additional package:"
48 elog " dev-python/pyyaml"
49 }
50
51
52 diff --git a/sys-devel/clang/clang-9.0.1.9999.ebuild b/sys-devel/clang/clang-9.0.1.9999.ebuild
53 index 1042dac71ee..30248e0edee 100644
54 --- a/sys-devel/clang/clang-9.0.1.9999.ebuild
55 +++ b/sys-devel/clang/clang-9.0.1.9999.ebuild
56 @@ -267,9 +267,8 @@ pkg_postinst() {
57
58 elog "You can find additional utility scripts in:"
59 elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
60 - elog "To use these scripts, you will need Python 2.7. Some of them are vim"
61 - elog "integration scripts (with instructions inside). The run-clang-tidy.py"
62 - elog "scripts requires the following additional package:"
63 + elog "Some of them are vim integration scripts (with instructions inside)."
64 + elog "The run-clang-tidy.py script requires the following additional package:"
65 elog " dev-python/pyyaml"
66 }