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 41F0F158009 for ; Mon, 19 Jun 2023 23:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B0FEE086A; Mon, 19 Jun 2023 23:54:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6362FE086A for ; Mon, 19 Jun 2023 23:54:25 +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 9A0F9340F7B for ; Mon, 19 Jun 2023 23:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 374C5A8B for ; Mon, 19 Jun 2023 23:54:23 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1687218847.f045d787a94b5cbc2fe3c5a2762f982f98e0fb3b.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/p4est/p4est-2.8.5-r1.ebuild sci-libs/p4est/p4est-2.8.5.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: f045d787a94b5cbc2fe3c5a2762f982f98e0fb3b X-VCS-Branch: master Date: Mon, 19 Jun 2023 23:54:23 +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: 729ad24c-28b9-4d53-8355-33617d4b081c X-Archives-Hash: 04ae4c7662dfbc3f3ead8e63cbb31e09 commit: f045d787a94b5cbc2fe3c5a2762f982f98e0fb3b Author: Matthias Maier gentoo org> AuthorDate: Mon Jun 19 23:53:33 2023 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jun 19 23:54:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f045d787 sci-libs/p4est: also install cmake configuration Signed-off-by: Matthias Maier gentoo.org> sci-libs/p4est/{p4est-2.8.5.ebuild => p4est-2.8.5-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/p4est/p4est-2.8.5.ebuild b/sci-libs/p4est/p4est-2.8.5-r1.ebuild similarity index 95% rename from sci-libs/p4est/p4est-2.8.5.ebuild rename to sci-libs/p4est/p4est-2.8.5-r1.ebuild index 89afa3c98840..e53b6f7eaa2e 100644 --- a/sci-libs/p4est/p4est-2.8.5.ebuild +++ b/sci-libs/p4est/p4est-2.8.5-r1.ebuild @@ -61,7 +61,8 @@ src_configure() { src_install() { cmake_src_install - rm -r "${ED}"/usr/cmake || die "rm failed" + mv "${ED}"/usr/cmake "${ED}"/usr/$(get_libdir)/ || die "mv failed" + mkdir -p "${ED}"/usr/share/doc/${P} mv "${ED}"/usr/share/docs/P4EST/* "${ED}"/usr/share/doc/${P}/ || die "mv failed" rm -r "${ED}"/usr/share/docs || die "rm failed"