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 478D2139082 for ; Sat, 4 Feb 2017 01:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E53CE0D88; Sat, 4 Feb 2017 01:59:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC5C7E0D88 for ; Sat, 4 Feb 2017 01:59:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99B68340E75 for ; Sat, 4 Feb 2017 01:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14EE87EE for ; Sat, 4 Feb 2017 01:59:23 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486173557.8c781cee8f2171b0ab8bb22993f583f5f254f32f.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.8.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 8c781cee8f2171b0ab8bb22993f583f5f254f32f X-VCS-Branch: master Date: Sat, 4 Feb 2017 01:59:23 +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-Archives-Salt: 27018855-077d-4bf1-983a-b42655ead3b9 X-Archives-Hash: 4801e7c1c06d2f102ef3bd534c43296c commit: 8c781cee8f2171b0ab8bb22993f583f5f254f32f Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 01:59:04 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 01:59:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c781cee net-libs/gnutls: cleanup docs Package-Manager: portage-2.3.3 net-libs/gnutls/gnutls-3.5.8.ebuild | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.5.8.ebuild b/net-libs/gnutls/gnutls-3.5.8.ebuild index 6a55627..9e98c94 100644 --- a/net-libs/gnutls/gnutls-3.5.8.ebuild +++ b/net-libs/gnutls/gnutls-3.5.8.ebuild @@ -55,9 +55,20 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) test? ( app-misc/datefudge )" +DOCS=( + README.md + doc/certtool.cfg +) + +HTML_DOCS=() + pkg_setup() { # bug#520818 export TZ=UTC + + use doc && HTML_DOCS+=( + doc/gnutls.html + ) } src_prepare() { @@ -100,8 +111,7 @@ multilib_src_configure() { # hardware-accell is disabled on OSX because the asm files force # GNU-stack (as doesn't support that) and when that's removed ld # complains about duplicate symbols - ECONF_SOURCE=${S} \ - econf \ + ECONF_SOURCE=${S} econf \ --without-included-libtasn1 \ $(use_enable cxx) \ $(use_enable dane libdane) \ @@ -131,14 +141,6 @@ multilib_src_install_all() { einstalldocs prune_libtool_files --all - dodoc doc/certtool.cfg - - if use doc; then - dohtml doc/gnutls.html - else - rm -fr "${ED}/usr/share/doc/${PF}/html" - fi - if use examples; then docinto examples dodoc doc/examples/*.c