From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CEEF138350 for ; Tue, 3 Mar 2020 08:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 290ECE0A10; Tue, 3 Mar 2020 08:58:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0821EE0A01 for ; Tue, 3 Mar 2020 08:58:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9AAE34F545 for ; Tue, 3 Mar 2020 08:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CAFC164 for ; Tue, 3 Mar 2020 08:58:30 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1583225632.cebfb86b416b9767fc10e867ab13f49437e5edc4.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/ann/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/ann/ann-1.1.2_p7.ebuild X-VCS-Directories: sci-libs/ann/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: cebfb86b416b9767fc10e867ab13f49437e5edc4 X-VCS-Branch: dev Date: Tue, 3 Mar 2020 08:58:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eefa21df-312c-4d1d-848b-ccf67b6f94c4 X-Archives-Hash: 7c54301169f702aff153fb28ed62eb0b commit: cebfb86b416b9767fc10e867ab13f49437e5edc4 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Mar 3 08:53:52 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Mar 3 08:53:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cebfb86b sci-libs/ann: call einstalldocs Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri gmail.com> sci-libs/ann/ann-1.1.2_p7.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-libs/ann/ann-1.1.2_p7.ebuild b/sci-libs/ann/ann-1.1.2_p7.ebuild index afd6d3e..29ae28e 100644 --- a/sci-libs/ann/ann-1.1.2_p7.ebuild +++ b/sci-libs/ann/ann-1.1.2_p7.ebuild @@ -31,6 +31,7 @@ src_prepare() { export QUILT_SERIES="${QUILT_PATCHES}/series" quilt push -a || die eapply_user + eautoreconf } @@ -47,6 +48,7 @@ src_test() { src_install() { emake DESTDIR="${D}" install + insinto /usr/include/ANN doins -r include/ANN/. @@ -62,5 +64,8 @@ src_install() { doman ann_sample.1 doman ann_test.1 doman ann2fig.1 + + einstalldocs + find "${D}" -name '*.la' -delete || die }