From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65B461381F3 for ; Fri, 26 Jul 2013 16:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68B9BE0A6C; Fri, 26 Jul 2013 16:14:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDAF8E0A5C for ; Fri, 26 Jul 2013 16:14:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E55DF33BEBF for ; Fri, 26 Jul 2013 16:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C4330E5464 for ; Fri, 26 Jul 2013 16:14:00 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1374771609.bbd6e7a46df17d1607b0820f95eb55d0a93fc495.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: bbd6e7a46df17d1607b0820f95eb55d0a93fc495 X-VCS-Branch: master Date: Fri, 26 Jul 2013 16:14:00 +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: 913c8f9b-d6ad-44bc-8644-ba8d351fe0c9 X-Archives-Hash: d6135f913f283773121e02aca7a32992 commit: bbd6e7a46df17d1607b0820f95eb55d0a93fc495 Author: Matthias Maier kyomu 43-1 org> AuthorDate: Thu Jul 25 17:00:09 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Thu Jul 25 17:00:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bbd6e7a4 Clean up the documentation installation: Only install html files if +doc is set --- sci-libs/dealii/dealii-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 9765e3a..2d4516b 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012 Gentoo Foundation +# Copyright 2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -104,12 +104,9 @@ src_configure() { } src_install() { - dodoc LICENSE README + dodoc README - if use !doc; then - # install some minimalistic bits of the html documentation: - dohtml doc/authors.html doc/license.html doc/screen.css - else + if use doc; then if [[ ${PV} != "9999" ]] ; then # copy missing images to the build directory: cp -r "${WORKDIR}"/doc/doxygen/deal.II/images "${WORKDIR}"/${P}_build/doc/doxygen/deal.II