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 7A9981396DA for ; Tue, 21 Nov 2017 19:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D09A4E0F25; Tue, 21 Nov 2017 19:11:47 +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 AEE05E0F25 for ; Tue, 21 Nov 2017 19:11:47 +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 F106033C6B6 for ; Tue, 21 Nov 2017 19:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD94A2C6 for ; Tue, 21 Nov 2017 19:11:44 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1511291277.a8cfdb4b1640f6b1db9b000417d7182da2c07ba6.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnsl/Manifest net-libs/libnsl/libnsl-1.1.0-r1.ebuild net-libs/libnsl/libnsl-1.1.0-r2.ebuild X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a8cfdb4b1640f6b1db9b000417d7182da2c07ba6 X-VCS-Branch: master Date: Tue, 21 Nov 2017 19:11:44 +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-Archives-Salt: 93fef5ab-2948-43e5-bead-34dfe84ae9e1 X-Archives-Hash: 044a1075e6a3262ff44d4a800b6a23d3 commit: a8cfdb4b1640f6b1db9b000417d7182da2c07ba6 Author: Mike Gilbert gentoo org> AuthorDate: Tue Nov 21 19:07:57 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 21 19:07:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cfdb4b net-libs/libnsl: drop .la files Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 net-libs/libnsl/Manifest | 2 +- net-libs/libnsl/{libnsl-1.1.0-r1.ebuild => libnsl-1.1.0-r2.ebuild} | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest index 399abbae725..69abf021a44 100644 --- a/net-libs/libnsl/Manifest +++ b/net-libs/libnsl/Manifest @@ -1 +1 @@ -DIST libnsl-1.1.0.tar.gz 209148 SHA256 a23cfcf7f29f168b95e821d01217600096c05be8cd5c085450cb4f160425277b SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd WHIRLPOOL c347bbd72b75d1e3ab0069f802da8e4e4e4931a8a61b4abed1dd664c4576e7e22e96c012858c684ec79a981aea84460eae3a2ccb8e94aa7bfecfdd99c3e54730 +DIST libnsl-1.1.0.tar.gz 209148 BLAKE2B 1fe1cbd279f317c0ca74a635e7cb7a35e3c70055f8f590b6814b2d40f1daaf381ec9d9710e0bbb894489d251788a135550848714e8b015bf237cf41d72feabf0 SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd diff --git a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild b/net-libs/libnsl/libnsl-1.1.0-r2.ebuild similarity index 90% rename from net-libs/libnsl/libnsl-1.1.0-r1.ebuild rename to net-libs/libnsl/libnsl-1.1.0-r2.ebuild index 13f9c3fbadf..443cdca129e 100644 --- a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0-r2.ebuild @@ -35,3 +35,8 @@ multilib_src_configure() { # Fool multilib-minimal to run ./configure in out-of-tree build ECONF_SOURCE=${S} econf } + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die +}