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 1208E158021 for ; Mon, 24 Oct 2022 12:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16901E069C; Mon, 24 Oct 2022 12:30:29 +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 F35CCE069C for ; Mon, 24 Oct 2022 12:30:28 +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 EE1FB340F01 for ; Mon, 24 Oct 2022 12:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47DF262A for ; Mon, 24 Oct 2022 12:30:26 +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: <1666614617.4de9d1fd88dfda82a108b106f0db4bec93f49971.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/psybnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/psybnc/psybnc-2.4.3.ebuild X-VCS-Directories: net-irc/psybnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4de9d1fd88dfda82a108b106f0db4bec93f49971 X-VCS-Branch: master Date: Mon, 24 Oct 2022 12:30:26 +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: a1a82e4d-0c5c-4041-b48b-b525e4a6af63 X-Archives-Hash: 130c9382437c71e50c1881bcadbea324 commit: 4de9d1fd88dfda82a108b106f0db4bec93f49971 Author: Sam James gentoo org> AuthorDate: Mon Oct 24 12:30:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 24 12:30:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de9d1fd net-irc/psybnc: fix USE=scripting Closes: https://bugs.gentoo.org/878159 Signed-off-by: Sam James gentoo.org> net-irc/psybnc/psybnc-2.4.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-irc/psybnc/psybnc-2.4.3.ebuild b/net-irc/psybnc/psybnc-2.4.3.ebuild index b1d13c41d580..e4b61275e275 100644 --- a/net-irc/psybnc/psybnc-2.4.3.ebuild +++ b/net-irc/psybnc/psybnc-2.4.3.ebuild @@ -111,9 +111,13 @@ src_install() { newinitd "${FILESDIR}"/psybnc.initd psybnc fi + if use scripting ; then + dodoc SCRIPTING + fi + newconfd "${FILESDIR}"/psybnc.confd psybnc - dodoc CHANGES FAQ README SCRIPTING TODO + dodoc CHANGES FAQ README TODO docinto example-script dodoc scripts/example/DEFAULT.SCRIPT }