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 D6DB015800F for ; Mon, 23 Jan 2023 00:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20083E07E0; Mon, 23 Jan 2023 00:56:43 +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 F1D53E07E0 for ; Mon, 23 Jan 2023 00:56:42 +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 153B1335DB1 for ; Mon, 23 Jan 2023 00:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52164C8 for ; Mon, 23 Jan 2023 00:56:40 +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: <1674435357.f79cb503e218770c9111840d015562c49733b591.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.5.2-r3.ebuild app-text/zathura/zathura-0.5.2-r4.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f79cb503e218770c9111840d015562c49733b591 X-VCS-Branch: master Date: Mon, 23 Jan 2023 00:56: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: 5f1e3fa8-d67d-4080-8fae-ebbc44d59c65 X-Archives-Hash: 35e218e8c31a37d6409249d05e5f0a43 commit: f79cb503e218770c9111840d015562c49733b591 Author: Carlos Eduardo gmail com> AuthorDate: Sun Jan 22 23:54:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 00:55:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79cb503 app-text/zathura: install binaries Fixes: ff8925541b7344eef7cf9ef73d29a88cdab45038 Closes: https://bugs.gentoo.org/891747 Signed-off-by: Carlos Eduardo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29222 Signed-off-by: Sam James gentoo.org> .../zathura/{zathura-0.5.2-r3.ebuild => zathura-0.5.2-r4.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/zathura/zathura-0.5.2-r3.ebuild b/app-text/zathura/zathura-0.5.2-r4.ebuild similarity index 96% rename from app-text/zathura/zathura-0.5.2-r3.ebuild rename to app-text/zathura/zathura-0.5.2-r4.ebuild index 15177a979378..6fe10b0117a9 100644 --- a/app-text/zathura/zathura-0.5.2-r3.ebuild +++ b/app-text/zathura/zathura-0.5.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -59,8 +59,7 @@ src_configure() { } src_install() { - default - + meson_src_install doman "${WORKDIR}"/man/zathura* }