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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDE6915808B for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1E8E08F0; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DFEDE08F0 for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE37234336C for ; Sun, 13 Feb 2022 21:08:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646962EA for ; Sun, 13 Feb 2022 21:08:29 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1644786448.39339f2e303f3a91a2849590b7462fb92062529d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gmsh/gmsh-4.8.4.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 39339f2e303f3a91a2849590b7462fb92062529d X-VCS-Branch: master Date: Sun, 13 Feb 2022 21:08:29 +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: 8b06b3d9-bd65-4992-af5b-77a09094f21b X-Archives-Hash: 1f420e67f0c9f9388093c56182b00414 commit: 39339f2e303f3a91a2849590b7462fb92062529d Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 00:12:06 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 21:07:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39339f2e sci-libs/gmsh: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki gentoo.org> sci-libs/gmsh/gmsh-4.8.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/gmsh/gmsh-4.8.4.ebuild b/sci-libs/gmsh/gmsh-4.8.4.ebuild index 616a2fa69ffd..61d241a9af3a 100644 --- a/sci-libs/gmsh/gmsh-4.8.4.ebuild +++ b/sci-libs/gmsh/gmsh-4.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -75,7 +75,7 @@ src_install() { cmake-utils_src_install if use examples ; then - insinto /usr/share/doc/${PF} - doins -r demos tutorial + dodoc -r demos tutorial + docompress -x /usr/share/doc/${PF}/{demos,tutorial} fi }