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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E09F7138334 for ; Fri, 27 Dec 2019 17:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28667E0830; Fri, 27 Dec 2019 17:34:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B111E0830 for ; Fri, 27 Dec 2019 17:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7DCE34DC22 for ; Fri, 27 Dec 2019 17:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5400C36 for ; Fri, 27 Dec 2019 17:34:03 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1577468013.22a0c9e703d38b0c4b3e98ee6e63a957b92c1c6d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/automx2/automx2-2019.0.ebuild X-VCS-Directories: www-servers/automx2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 22a0c9e703d38b0c4b3e98ee6e63a957b92c1c6d X-VCS-Branch: master Date: Fri, 27 Dec 2019 17:34:03 +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: 1db72846-1c62-4154-9610-3f5fc7626745 X-Archives-Hash: 83497db0b0dda8990241a3ec9331d3da commit: 22a0c9e703d38b0c4b3e98ee6e63a957b92c1c6d Author: Ralph Seichter seichter de> AuthorDate: Tue Dec 24 23:57:31 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Dec 27 17:33:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a0c9e7 www-servers/automx2: Added DOCS and HTML_DOCS Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Ralph Seichter seichter.de> Closes: https://github.com/gentoo/gentoo/pull/14118 Signed-off-by: Aaron Bauman gentoo.org> www-servers/automx2/automx2-2019.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-servers/automx2/automx2-2019.0.ebuild b/www-servers/automx2/automx2-2019.0.ebuild index 1ae32210a3a..bc55e2b7b7e 100644 --- a/www-servers/automx2/automx2-2019.0.ebuild +++ b/www-servers/automx2/automx2-2019.0.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +IUSE="doc" BDEPEND="acct-user/automx2 $(python_gen_cond_dep \ @@ -32,6 +33,10 @@ python_test() { } python_install_all() { + if use doc; then + DOCS="*.adoc doc/*.adoc contrib/*sample.conf" + HTML_DOCS="doc/*.html doc/*.svg" + fi sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}" newconfd "${FILESDIR}/confd" "${PN}" insinto /etc