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 EF9B115808B for ; Sun, 13 Feb 2022 21:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18838E091B; Sun, 13 Feb 2022 21:08:35 +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 CE5CDE091A for ; Sun, 13 Feb 2022 21:08:34 +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 72D4C34336C for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4072F0 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: <1644786453.03b11ee3d4ab902289dd27f2020fe604733e74c1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fann/fann-2.2.0-r1.ebuild sci-mathematics/fann/fann-9999.ebuild X-VCS-Directories: sci-mathematics/fann/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 03b11ee3d4ab902289dd27f2020fe604733e74c1 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: be0bbfcc-3885-4995-89e4-7f53cbe53b4c X-Archives-Hash: 43003efc4046684ab5cd7760b447a080 commit: 03b11ee3d4ab902289dd27f2020fe604733e74c1 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 00:18:42 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 21:07:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b11ee3 sci-mathematics/fann: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki gentoo.org> sci-mathematics/fann/fann-2.2.0-r1.ebuild | 6 +++--- sci-mathematics/fann/fann-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/fann/fann-2.2.0-r1.ebuild b/sci-mathematics/fann/fann-2.2.0-r1.ebuild index 044956a1bb4e..bc008ff94ab2 100644 --- a/sci-mathematics/fann/fann-2.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-2.2.0-r1.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 @@ -32,7 +32,7 @@ src_test() { src_install() { cmake_src_install if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples fi } diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild index b9c40c483009..e41c4a9c2643 100644 --- a/sci-mathematics/fann/fann-9999.ebuild +++ b/sci-mathematics/fann/fann-9999.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 @@ -22,7 +22,7 @@ src_test() { src_install() { cmake_src_install if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples fi }