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 7B5BF158020 for ; Tue, 29 Nov 2022 22:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B78E8E08CD; Tue, 29 Nov 2022 22:20:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EA2FE08CD for ; Tue, 29 Nov 2022 22:20:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87CCA3413CD for ; Tue, 29 Nov 2022 22:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB127477 for ; Tue, 29 Nov 2022 22:20:40 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1669760437.8239f938bb6fa1aecd7de13f946860d994fd4054.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland/wayland-1.21.0-r1.ebuild dev-libs/wayland/wayland-9999.ebuild X-VCS-Directories: dev-libs/wayland/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 8239f938bb6fa1aecd7de13f946860d994fd4054 X-VCS-Branch: master Date: Tue, 29 Nov 2022 22:20:40 +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: 3dec982c-7202-499c-a8d9-689cfa6339c4 X-Archives-Hash: 4b86e7fd3181f62d85a87be22b3f42a7 commit: 8239f938bb6fa1aecd7de13f946860d994fd4054 Author: Piotr Karbowski gentoo org> AuthorDate: Tue Nov 29 22:16:57 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Tue Nov 29 22:20:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8239f938 dev-libs/wayland: 1.21.0-r1 revbump, Fixes docs installation path. Closes: https://bugs.gentoo.org/777048 Signed-off-by: Piotr Karbowski gentoo.org> .../wayland/{wayland-9999.ebuild => wayland-1.21.0-r1.ebuild} | 9 +++++++++ dev-libs/wayland/wayland-9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-1.21.0-r1.ebuild similarity index 88% copy from dev-libs/wayland/wayland-9999.ebuild copy to dev-libs/wayland/wayland-1.21.0-r1.ebuild index bbe4c3904bca..c232ff0e5669 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-1.21.0-r1.ebuild @@ -55,3 +55,12 @@ src_test() { multilib-minimal_src_test } + +src_install() { + meson-multilib_src_install + + if use doc; then + mv "${ED}"/usr/share/doc/"${PN}"/* "${ED}"/usr/share/doc/"${PF}"/ || die + rmdir "${ED}"/usr/share/doc/"${PN}" || die + fi +} diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index bbe4c3904bca..c232ff0e5669 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -55,3 +55,12 @@ src_test() { multilib-minimal_src_test } + +src_install() { + meson-multilib_src_install + + if use doc; then + mv "${ED}"/usr/share/doc/"${PN}"/* "${ED}"/usr/share/doc/"${PF}"/ || die + rmdir "${ED}"/usr/share/doc/"${PN}" || die + fi +}