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 16EE7138ACE for ; Wed, 24 Dec 2014 18:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B23FE087E; Wed, 24 Dec 2014 18:54:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F706E0880 for ; Wed, 24 Dec 2014 18:54:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAB01340605 for ; Wed, 24 Dec 2014 18:54:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7893CD483 for ; Wed, 24 Dec 2014 18:54:49 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1419439165.d096be4fb263c2500bcadf5d8e1c557cb5307a9d.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/ChangeLog sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: d096be4fb263c2500bcadf5d8e1c557cb5307a9d X-VCS-Branch: master Date: Wed, 24 Dec 2014 18:54:49 +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: 5dc4a03d-a0fd-45fd-af5c-cf16976a9096 X-Archives-Hash: 116a42a50e852e0f018ce2e334c2b19b commit: d096be4fb263c2500bcadf5d8e1c557cb5307a9d Author: Matthias Maier gentoo org> AuthorDate: Wed Dec 24 16:39:25 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Dec 24 16:39:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d096be4f fix installation Package-Manager: portage-2.2.15 --- sci-libs/dealii/ChangeLog | 3 +++ sci-libs/dealii/dealii-9999.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog index fe63a38..40e7c68 100644 --- a/sci-libs/dealii/ChangeLog +++ b/sci-libs/dealii/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Dec 2014; Matthias Maier dealii-9999.ebuild: + fix installation + *dealii-8.1.0-r2 (24 Dec 2014) *dealii-8.2.0_rc2 (24 Dec 2014) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 654d0e6..a4bbdea 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -108,8 +108,6 @@ src_configure() { } src_install() { - DOCS=( README ) - if use doc && [[ ${PV} != *9999* ]]; then # copy missing images to the build directory: cp -r "${WORKDIR}"/doc/doxygen/deal.II/images \