Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isl/
Date: Sat, 30 Mar 2019 10:55:55
Message-Id: 1553943333.180989a1160bf61d0c00d19fa073631a18c63a09.blueness@gentoo
1 commit: 180989a1160bf61d0c00d19fa073631a18c63a09
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 10:53:59 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 10:55:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180989a1
7
8 dev-libs/isl: bump version 0.21 to EAPI=6
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-libs/isl/isl-0.21.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/isl/isl-0.21.ebuild b/dev-libs/isl/isl-0.21.ebuild
17 index a45e6ce6885..593ac2f4e21 100644
18 --- a/dev-libs/isl/isl-0.21.ebuild
19 +++ b/dev-libs/isl/isl-0.21.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI="6"
26
27 inherit eutils multilib-minimal preserve-libs
28
29 @@ -22,11 +22,13 @@ DEPEND="${RDEPEND}
30 DOCS=( ChangeLog AUTHORS doc/manual.pdf )
31
32 src_prepare() {
33 - epatch "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
34 + eapply "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
35
36 # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf
37 # https://groups.google.com/group/isl-development/t/37ad876557e50f2c
38 sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737
39 +
40 + eapply_user
41 }
42
43 multilib_src_configure() {
44 @@ -35,7 +37,7 @@ multilib_src_configure() {
45
46 multilib_src_install_all() {
47 einstalldocs
48 - prune_libtool_files
49 + find "${ED}" -type f -name '*.la' -delete
50 }
51
52 pkg_preinst() {