Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/ann/
Date: Tue, 03 Mar 2020 08:58:35
Message-Id: 1583225632.cebfb86b416b9767fc10e867ab13f49437e5edc4.Alessandro-Barbieri@gentoo
1 commit: cebfb86b416b9767fc10e867ab13f49437e5edc4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 3 08:53:52 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 3 08:53:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cebfb86b
7
8 sci-libs/ann: call einstalldocs
9
10 Package-Manager: Portage-2.3.91, Repoman-2.3.20
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-libs/ann/ann-1.1.2_p7.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/sci-libs/ann/ann-1.1.2_p7.ebuild b/sci-libs/ann/ann-1.1.2_p7.ebuild
17 index afd6d3e..29ae28e 100644
18 --- a/sci-libs/ann/ann-1.1.2_p7.ebuild
19 +++ b/sci-libs/ann/ann-1.1.2_p7.ebuild
20 @@ -31,6 +31,7 @@ src_prepare() {
21 export QUILT_SERIES="${QUILT_PATCHES}/series"
22 quilt push -a || die
23 eapply_user
24 +
25 eautoreconf
26 }
27
28 @@ -47,6 +48,7 @@ src_test() {
29
30 src_install() {
31 emake DESTDIR="${D}" install
32 +
33 insinto /usr/include/ANN
34 doins -r include/ANN/.
35
36 @@ -62,5 +64,8 @@ src_install() {
37 doman ann_sample.1
38 doman ann_test.1
39 doman ann2fig.1
40 +
41 + einstalldocs
42 +
43 find "${D}" -name '*.la' -delete || die
44 }