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 75D09158094 for ; Sun, 10 Jul 2022 08:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C14E0929; Sun, 10 Jul 2022 08:40:44 +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 3B989E0798 for ; Sun, 10 Jul 2022 08:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F717340EAB for ; Sun, 10 Jul 2022 08:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46C6553B for ; Sun, 10 Jul 2022 08:40:40 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1657442377.8885652accd863eb209ea3e4a0e4b7e92b7f02fc.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/putty-0.77-r1.ebuild net-misc/putty/putty-0.77.ebuild net-misc/putty/putty-9999.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 8885652accd863eb209ea3e4a0e4b7e92b7f02fc X-VCS-Branch: master Date: Sun, 10 Jul 2022 08:40: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: 9063f169-5f31-42d3-a91c-3e9ac2ddc661 X-Archives-Hash: 0b8aea08e14e480b5865fed5d4862aca commit: 8885652accd863eb209ea3e4a0e4b7e92b7f02fc Author: Matthew Smith gentoo org> AuthorDate: Sun Jul 10 08:33:37 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Jul 10 08:39:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8885652a net-misc/putty: build and install html docs Signed-off-by: Matthew Smith gentoo.org> .../putty/{putty-0.77.ebuild => putty-0.77-r1.ebuild} | 16 ++++++++++------ net-misc/putty/putty-9999.ebuild | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/net-misc/putty/putty-0.77.ebuild b/net-misc/putty/putty-0.77-r1.ebuild similarity index 89% rename from net-misc/putty/putty-0.77.ebuild rename to net-misc/putty/putty-0.77-r1.ebuild index cec778a9b089..be3a4064accf 100644 --- a/net-misc/putty/putty-0.77.ebuild +++ b/net-misc/putty/putty-0.77-r1.ebuild @@ -17,7 +17,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="debug +gtk gtk2 ipv6 gssapi" +IUSE="debug doc +gtk gtk2 ipv6 gssapi" RDEPEND=" !net-misc/pssh @@ -37,8 +37,8 @@ DEPEND=" BDEPEND=" dev-lang/perl virtual/pkgconfig + doc? ( app-doc/halibut ) " -#[[ ${PV} == *9999 ]] && BDEPEND+=" doc? ( app-doc/halibut )" REQUIRED_USE=" gtk2? ( gtk ) @@ -60,15 +60,19 @@ src_configure() { cmake_src_configure } +src_compile() { + cmake_src_compile all doc +} + src_install() { cmake_src_install doman "${BUILD_DIR}"/doc/*.1 - #if use doc ; then - # docinto html - # dodoc "${BUILD_DIR}"/doc/html/*.html - #fi + if use doc ; then + docinto html + dodoc "${BUILD_DIR}"/doc/html/*.html + fi if use gtk ; then local i diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index cec778a9b089..be3a4064accf 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -17,7 +17,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="debug +gtk gtk2 ipv6 gssapi" +IUSE="debug doc +gtk gtk2 ipv6 gssapi" RDEPEND=" !net-misc/pssh @@ -37,8 +37,8 @@ DEPEND=" BDEPEND=" dev-lang/perl virtual/pkgconfig + doc? ( app-doc/halibut ) " -#[[ ${PV} == *9999 ]] && BDEPEND+=" doc? ( app-doc/halibut )" REQUIRED_USE=" gtk2? ( gtk ) @@ -60,15 +60,19 @@ src_configure() { cmake_src_configure } +src_compile() { + cmake_src_compile all doc +} + src_install() { cmake_src_install doman "${BUILD_DIR}"/doc/*.1 - #if use doc ; then - # docinto html - # dodoc "${BUILD_DIR}"/doc/html/*.html - #fi + if use doc ; then + docinto html + dodoc "${BUILD_DIR}"/doc/html/*.html + fi if use gtk ; then local i