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 5958B158064 for ; Tue, 7 May 2024 14:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231D72BC074; Tue, 7 May 2024 14:26:15 +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 062CC2BC06E for ; Tue, 7 May 2024 14:26:15 +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 517B3343119 for ; Tue, 7 May 2024 14:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB85D1A46 for ; Tue, 7 May 2024 14:26:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1715091933.24f0f3cfaa6de9bcef4f19b3ca88132702576e0c.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dool/dool-9999.ebuild X-VCS-Directories: sys-apps/dool/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c X-VCS-Branch: master Date: Tue, 7 May 2024 14:26:11 +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: e106d7c5-f9b7-40e1-91e4-c07c94ad86e1 X-Archives-Hash: cda9a36dba9eb17d56c13f78dc779457 commit: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c Author: Florian Schmaus gentoo org> AuthorDate: Tue May 7 14:25:06 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 7 14:25:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24f0f3cf sys-apps/dool: sync live Signed-off-by: Florian Schmaus gentoo.org> sys-apps/dool/dool-9999.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild index eff98f06ff..9159ce65de 100644 --- a/sys-apps/dool/dool-9999.ebuild +++ b/sys-apps/dool/dool-9999.ebuild @@ -18,10 +18,7 @@ else https://github.com/scottchiefbaker/dool/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " -fi - -if [[ "${PV}" != "9999" ]]; then - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 " fi LICENSE="GPL-2" @@ -36,12 +33,13 @@ src_compile() { : } -src_install() { - python_foreach_impl python_doscript "${PN}" +python_install() { + python_doscript "${PN}" + python_domodule plugins/${PN}_*.py +} - insinto "/usr/share/${PN}" - newins "${PN}" "${PN}.py" - doins plugins/${PN}_*.py +src_install() { + python_foreach_impl python_install doman "docs/${PN}.1" @@ -50,6 +48,7 @@ src_install() { if use examples; then dodoc examples/{mstat,read}.py fi + if use doc; then dodoc docs/*.html fi 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 14284158064 for ; Tue, 7 May 2024 14:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAA90E29B8; Tue, 7 May 2024 14:25:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C12CE29B8 for ; Tue, 7 May 2024 14:25:39 +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 6F3C0335DCD for ; Tue, 7 May 2024 14:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE4A19D8 for ; Tue, 7 May 2024 14:25:36 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1715091933.24f0f3cfaa6de9bcef4f19b3ca88132702576e0c.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dool/dool-9999.ebuild X-VCS-Directories: sys-apps/dool/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c X-VCS-Branch: dev Date: Tue, 7 May 2024 14:25:36 +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: eaab82bd-1373-4d98-a549-d914f0522719 X-Archives-Hash: 35e0b038a0b51b36e0e0ca329b4412fb Message-ID: <20240507142536.Bjc-seMCriRqIXG0lvgfcu21aB6APwyXGQUvoDLQaBA@z> commit: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c Author: Florian Schmaus gentoo org> AuthorDate: Tue May 7 14:25:06 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 7 14:25:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24f0f3cf sys-apps/dool: sync live Signed-off-by: Florian Schmaus gentoo.org> sys-apps/dool/dool-9999.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild index eff98f06ff..9159ce65de 100644 --- a/sys-apps/dool/dool-9999.ebuild +++ b/sys-apps/dool/dool-9999.ebuild @@ -18,10 +18,7 @@ else https://github.com/scottchiefbaker/dool/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " -fi - -if [[ "${PV}" != "9999" ]]; then - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 " fi LICENSE="GPL-2" @@ -36,12 +33,13 @@ src_compile() { : } -src_install() { - python_foreach_impl python_doscript "${PN}" +python_install() { + python_doscript "${PN}" + python_domodule plugins/${PN}_*.py +} - insinto "/usr/share/${PN}" - newins "${PN}" "${PN}.py" - doins plugins/${PN}_*.py +src_install() { + python_foreach_impl python_install doman "docs/${PN}.1" @@ -50,6 +48,7 @@ src_install() { if use examples; then dodoc examples/{mstat,read}.py fi + if use doc; then dodoc docs/*.html fi