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 DD8E9158089 for ; Tue, 17 Oct 2023 07:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5522BC065; Tue, 17 Oct 2023 07:56:41 +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 CD69B2BC066 for ; Tue, 17 Oct 2023 07:56:40 +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 A55F1335D27 for ; Tue, 17 Oct 2023 07:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25761128A for ; Tue, 17 Oct 2023 07:56:38 +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: <1697529270.b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild net-dns/dnsmasq/dnsmasq-2.89.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8 X-VCS-Branch: master Date: Tue, 17 Oct 2023 07:56:38 +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: c700fc20-ce39-49e0-b74f-d860f6b385e2 X-Archives-Hash: afb64d17aac52a83fda0ab0c34b398ce commit: b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8 Author: A. Wilcox Wilcox-Tech com> AuthorDate: Tue Oct 17 07:11:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 17 07:54:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22dddcb net-dns/dnsmasq: add interface doc when USE=+dbus The dnsmasq DBus interface is documented, and that documentation should be accessible to the user when USE=+dbus. Signed-off-by: A. Wilcox Wilcox-Tech.com> Closes: https://github.com/gentoo/gentoo/pull/33369 Signed-off-by: Sam James gentoo.org> net-dns/dnsmasq/{dnsmasq-2.89.ebuild => dnsmasq-2.89-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/dnsmasq/dnsmasq-2.89.ebuild b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild similarity index 99% rename from net-dns/dnsmasq/dnsmasq-2.89.ebuild rename to net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild index a446b6d1fb2c..4566a538e82d 100644 --- a/net-dns/dnsmasq/dnsmasq-2.89.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild @@ -199,6 +199,9 @@ src_install() { if use dbus; then insinto /etc/dbus-1/system.d doins dbus/dnsmasq.conf + + docinto + dodoc dbus/DBus-interface fi if use dhcp-tools; then