summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-09-03 08:54:34 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-09-03 08:54:55 -0600
commit71c6ba039b7b00426bf4cf0f1ba84285010d042b (patch)
tree50033fcd671dc1be36c2fa8bce12efe0b4851532 /sci-chemistry
parentsci-chemistry/votca-ctp: initial commit (diff)
downloadgentoo-71c6ba039b7b00426bf4cf0f1ba84285010d042b.tar.gz
gentoo-71c6ba039b7b00426bf4cf0f1ba84285010d042b.tar.bz2
gentoo-71c6ba039b7b00426bf4cf0f1ba84285010d042b.zip
sci-chemistry/votca-xtp: live ebuild update
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-9999.ebuild11
1 files 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 8459c4c4970c..9877d7fc0bcf 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