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 1DA171396D1 for ; Sun, 3 Sep 2017 14:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C554E0BE7; Sun, 3 Sep 2017 14:55:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 21935E0BE6 for ; Sun, 3 Sep 2017 14:55:09 +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 E033F33E4AD for ; Sun, 3 Sep 2017 14:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A37F78CA0 for ; Sun, 3 Sep 2017 14:55:07 +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: <1504450495.71c6ba039b7b00426bf4cf0f1ba84285010d042b.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-xtp/votca-xtp-9999.ebuild X-VCS-Directories: sci-chemistry/votca-xtp/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 71c6ba039b7b00426bf4cf0f1ba84285010d042b X-VCS-Branch: master Date: Sun, 3 Sep 2017 14:55:07 +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: ddb76a2b-5131-4b53-86a2-437906d7fdb2 X-Archives-Hash: 5b64422508031a7269466210739bf0f6 commit: 71c6ba039b7b00426bf4cf0f1ba84285010d042b Author: Christoph Junghans gentoo org> AuthorDate: Sun Sep 3 14:54:34 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Sep 3 14:54:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c6ba03 sci-chemistry/votca-xtp: live ebuild update Package-Manager: Portage-2.3.6, Repoman-2.3.1 sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index 8459c4c4970..9877d7fc0bc 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -27,7 +27,9 @@ SLOT="0" RDEPEND=" =sci-libs/votca-tools-${PV}[sqlite] - =sci-chemistry/votca-csg-${PV}" + =sci-libs/votca-moo-${PV} + =sci-chemistry/votca-csg-${PV} + =sci-chemistry/votca-ctp-${PV}" DEPEND="${RDEPEND} doc? ( @@ -51,12 +53,7 @@ src_configure() { src_install() { cmake-utils_src_install if use doc; then - if [[ ${PV} = *9999* ]]; then - cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" manual - newdoc "${S}"/manual/xtp-manual.pdf "${PN}-manual-${PV}.pdf" - else - dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" - fi + [[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html fi