Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-libs/libcxxabi/
Date: Wed, 17 Oct 2018 08:20:51
Message-Id: 1539764434.1f1ddc839a4d7053477a4aef3a6e78b2356f2b87.grobian@gentoo
1 commit: 1f1ddc839a4d7053477a4aef3a6e78b2356f2b87
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 08:20:34 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 08:20:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1f1ddc83
7
8 sys-libs/libcxxabi: EAPI 5->6
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.40.3-prefix, Repoman-2.3.9
12
13 sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild | 6 ++++--
14 sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild | 4 +++-
15 sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild | 6 ++++--
16 sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild | 4 ++--
17 4 files changed, 13 insertions(+), 7 deletions(-)
18
19 diff --git a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
20 index 2b9b845d91..b68811f725 100644
21 --- a/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
22 +++ b/sys-libs/libcxxabi/libcxxabi-3.5.1.ebuild
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=6
29
30 inherit flag-o-matic
31
32 S="${WORKDIR}/${P}.src"
33
34 -inherit eutils
35 +inherit eutils epatch
36
37 DESCRIPTION="New implementation of low level support for a standard C++ library"
38 HOMEPAGE="http://libcxxabi.llvm.org/"
39 @@ -69,6 +69,8 @@ src_prepare() {
40
41 sed -i -e "s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
42 lib/buildit || die
43 +
44 + eapply_user
45 }
46
47 src_compile() {
48
49 diff --git a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
50 index 136a09b357..2830150cba 100644
51 --- a/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
52 +++ b/sys-libs/libcxxabi/libcxxabi-3.7.1.ebuild
53 @@ -7,7 +7,7 @@ inherit flag-o-matic
54
55 S="${WORKDIR}/${P}.src"
56
57 -inherit eutils
58 +inherit eutils epatch
59
60 DESCRIPTION="New implementation of low level support for a standard C++ library"
61 HOMEPAGE="http://libcxxabi.llvm.org/"
62 @@ -65,6 +65,8 @@ src_prepare() {
63
64 sed -i -e "s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
65 lib/buildit
66 +
67 + eapply_user
68 }
69
70 src_compile() {
71
72 diff --git a/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
73 index a64483c44a..c431277456 100644
74 --- a/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
75 +++ b/sys-libs/libcxxabi/libcxxabi-3.8.1.ebuild
76 @@ -1,13 +1,13 @@
77 # Copyright 1999-2018 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79
80 -EAPI=5
81 +EAPI=6
82
83 inherit flag-o-matic
84
85 S="${WORKDIR}/${P}.src"
86
87 -inherit eutils
88 +inherit eutils epatch
89
90 DESCRIPTION="New implementation of low level support for a standard C++ library"
91 HOMEPAGE="http://libcxxabi.llvm.org/"
92 @@ -69,6 +69,8 @@ src_prepare() {
93
94 sed -i -e "s,/usr/lib/libc++abi\.dylib,${EPREFIX}/usr/lib/libc++abi.dylib,g" \
95 lib/buildit
96 +
97 + eapply_user
98 }
99
100 src_compile() {
101
102 diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
103 index 9b65c05da8..46d08a1474 100644
104 --- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
105 +++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
106 @@ -1,9 +1,9 @@
107 # Copyright 1999-2018 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109
110 -EAPI=5
111 +EAPI=6
112
113 -inherit flag-o-matic eutils cmake-multilib
114 +inherit flag-o-matic eutils cmake-multilib epatch
115
116 S="${WORKDIR}/${P}.src"