Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/
Date: Sun, 03 Sep 2017 14:55:11
Message-Id: 1504450495.71c6ba039b7b00426bf4cf0f1ba84285010d042b.junghans@gentoo
1 commit: 71c6ba039b7b00426bf4cf0f1ba84285010d042b
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 14:54:34 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 14:54:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c6ba03
7
8 sci-chemistry/votca-xtp: live ebuild update
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
16 index 8459c4c4970..9877d7fc0bc 100644
17 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
18 +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
19 @@ -27,7 +27,9 @@ SLOT="0"
20
21 RDEPEND="
22 =sci-libs/votca-tools-${PV}[sqlite]
23 - =sci-chemistry/votca-csg-${PV}"
24 + =sci-libs/votca-moo-${PV}
25 + =sci-chemistry/votca-csg-${PV}
26 + =sci-chemistry/votca-ctp-${PV}"
27
28 DEPEND="${RDEPEND}
29 doc? (
30 @@ -51,12 +53,7 @@ src_configure() {
31 src_install() {
32 cmake-utils_src_install
33 if use doc; then
34 - if [[ ${PV} = *9999* ]]; then
35 - cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" manual
36 - newdoc "${S}"/manual/xtp-manual.pdf "${PN}-manual-${PV}.pdf"
37 - else
38 - dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
39 - fi
40 + [[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
41 cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
42 dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
43 fi