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 497F61382C5 for ; Wed, 13 Jan 2021 01:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53560E0ABE; Wed, 13 Jan 2021 01:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 39D96E0ABE for ; Wed, 13 Jan 2021 01:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1FEE9340E77 for ; Wed, 13 Jan 2021 01:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85393498 for ; Wed, 13 Jan 2021 01:20:48 +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: <1610500824.e25a6ed7fcd124c68b92d71d409dc9d85d1f7165.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e25a6ed7fcd124c68b92d71d409dc9d85d1f7165 X-VCS-Branch: master Date: Wed, 13 Jan 2021 01:20:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b4ed372-5dbf-4f1f-a6f0-645f9590c318 X-Archives-Hash: d4d91e4cede32ac88c7b1d983810a05f commit: e25a6ed7fcd124c68b92d71d409dc9d85d1f7165 Author: Christoph Junghans gentoo org> AuthorDate: Wed Jan 13 00:46:42 2021 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jan 13 01:20:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25a6ed7 sci-chemistry/votca-csg: live ebuild updates Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Christoph Junghans gentoo.org> sci-chemistry/votca-csg/votca-csg-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 0f23782e0f1..562ae3f8fdf 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -8,10 +8,8 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake multilib IUSE="doc examples extras +gromacs hdf5" -PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) examples? ( https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> ${PN}-tutorials-${PV}.tar.gz )" KEYWORDS="~amd64 ~x86 ~amd64-linux" S="${WORKDIR}/${P#votca-}" @@ -19,7 +17,6 @@ else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="" - PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )" fi DESCRIPTION="Votca coarse-graining engine" @@ -61,6 +58,7 @@ src_configure() { -DWITH_GMX=$(usex gromacs) -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex '!hdf5') -DWITH_RC_FILES=OFF + -DBUILD_CSGAPPS=ON ) cmake_src_configure } @@ -72,9 +70,6 @@ src_install() { [[ ${i} = *csg_call ]] && continue bashcomp_alias csg_call "${i##*/}" done - if use doc; then - [[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" - fi if use examples; then insinto "/usr/share/doc/${PF}/tutorials" docompress -x "/usr/share/doc/${PF}/tutorials"