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 96A641382C5 for ; Sun, 18 Apr 2021 01:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5382E0801; Sun, 18 Apr 2021 01:38:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CEB4EE0801 for ; Sun, 18 Apr 2021 01:38:44 +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 0869A335D8C for ; Sun, 18 Apr 2021 01:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5897E71B for ; Sun, 18 Apr 2021 01:38:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618709905.393836dc5670ffad7cd6e38d881dd11f32976949.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.74.0-r2.ebuild net-misc/curl/curl-7.74.0-r4.ebuild net-misc/curl/curl-7.75.0.ebuild net-misc/curl/curl-7.76.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 393836dc5670ffad7cd6e38d881dd11f32976949 X-VCS-Branch: master Date: Sun, 18 Apr 2021 01:38:41 +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: 68089b07-1a20-4cf3-b5ad-e54f4d7a02ae X-Archives-Hash: 526a3fdd545b9cd75266b92739a6a763 commit: 393836dc5670ffad7cd6e38d881dd11f32976949 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 01:35:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 01:38:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393836dc net-misc/curl: use einstalldocs Signed-off-by: Sam James gentoo.org> net-misc/curl/curl-7.74.0-r2.ebuild | 2 +- net-misc/curl/curl-7.74.0-r4.ebuild | 2 +- net-misc/curl/curl-7.75.0.ebuild | 2 +- net-misc/curl/curl-7.76.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/curl/curl-7.74.0-r2.ebuild b/net-misc/curl/curl-7.74.0-r2.ebuild index cd064f44fee..8b9f7cd2598 100644 --- a/net-misc/curl/curl-7.74.0-r2.ebuild +++ b/net-misc/curl/curl-7.74.0-r2.ebuild @@ -285,7 +285,7 @@ multilib_src_configure() { } multilib_src_install_all() { - default + einstalldocs find "${ED}" -type f -name '*.la' -delete rm -rf "${ED}"/etc/ } diff --git a/net-misc/curl/curl-7.74.0-r4.ebuild b/net-misc/curl/curl-7.74.0-r4.ebuild index 508e33ae581..07c50b9ce55 100644 --- a/net-misc/curl/curl-7.74.0-r4.ebuild +++ b/net-misc/curl/curl-7.74.0-r4.ebuild @@ -283,7 +283,7 @@ multilib_src_configure() { } multilib_src_install_all() { - default + einstalldocs find "${ED}" -type f -name '*.la' -delete || die rm -rf "${ED}"/etc/ || die } diff --git a/net-misc/curl/curl-7.75.0.ebuild b/net-misc/curl/curl-7.75.0.ebuild index 4812728ca3b..89cefa1028f 100644 --- a/net-misc/curl/curl-7.75.0.ebuild +++ b/net-misc/curl/curl-7.75.0.ebuild @@ -284,7 +284,7 @@ multilib_src_configure() { } multilib_src_install_all() { - default + einstalldocs find "${ED}" -type f -name '*.la' -delete || die rm -rf "${ED}"/etc/ || die } diff --git a/net-misc/curl/curl-7.76.0.ebuild b/net-misc/curl/curl-7.76.0.ebuild index 77bc653da25..dbfb4e71fdf 100644 --- a/net-misc/curl/curl-7.76.0.ebuild +++ b/net-misc/curl/curl-7.76.0.ebuild @@ -285,7 +285,7 @@ multilib_src_configure() { } multilib_src_install_all() { - default + einstalldocs find "${ED}" -type f -name '*.la' -delete || die rm -rf "${ED}"/etc/ || die }