From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/ Date: Tue, 7 May 2024 14:26:11 +0000 (UTC) [thread overview] Message-ID: <1715091933.24f0f3cfaa6de9bcef4f19b3ca88132702576e0c.flow@gentoo> (raw) commit: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue May 7 14:25:06 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dool/ Date: Tue, 7 May 2024 14:25:36 +0000 (UTC) [thread overview] Message-ID: <1715091933.24f0f3cfaa6de9bcef4f19b3ca88132702576e0c.flow@gentoo> (raw) Message-ID: <20240507142536.Bjc-seMCriRqIXG0lvgfcu21aB6APwyXGQUvoDLQaBA@z> (raw) commit: 24f0f3cfaa6de9bcef4f19b3ca88132702576e0c Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue May 7 14:25:06 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
next reply other threads:[~2024-05-07 14:26 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-05-07 14:26 Florian Schmaus [this message] 2024-05-07 14:25 ` [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dool/ Florian Schmaus -- strict thread matches above, loose matches on Subject: below -- 2024-09-30 7:43 Florian Schmaus 2024-09-30 7:44 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-09-27 13:37 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-09-27 13:37 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-09-27 13:37 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-09-27 13:37 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-09-27 12:52 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-09-27 12:52 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-09-27 12:52 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-09-27 12:52 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-05-07 14:26 Florian Schmaus 2024-05-07 14:25 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-05-07 14:26 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-05-06 9:38 Florian Schmaus 2024-05-06 9:38 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-05-06 9:38 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2023-04-19 7:32 Florian Schmaus 2023-04-19 7:32 Florian Schmaus 2023-04-19 7:30 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2023-04-19 7:32 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2023-04-19 7:30 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2023-04-19 7:32 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2022-05-30 6:39 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2022-05-30 6:39 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2021-04-12 5:38 Theo Anderson
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1715091933.24f0f3cfaa6de9bcef4f19b3ca88132702576e0c.flow@gentoo \ --to=flow@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox