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 C48BC138B38 for ; Tue, 28 Jan 2014 07:55:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55AB0E0AA1; Tue, 28 Jan 2014 07:55:48 +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 CE588E0AA1 for ; Tue, 28 Jan 2014 07:55:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A6B233F7DC for ; Tue, 28 Jan 2014 07:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 619ED18096 for ; Tue, 28 Jan 2014 07:55:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1390804670.e05f720094eb00f349aaf18828b1626c48eeb083.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-4.6.9999.ebuild sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e05f720094eb00f349aaf18828b1626c48eeb083 X-VCS-Branch: master Date: Tue, 28 Jan 2014 07:55:44 +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: e3f9633a-756c-4233-a13a-8228d02dda22 X-Archives-Hash: 8b24f72efa969cc0aae170ad5957f8f5 commit: e05f720094eb00f349aaf18828b1626c48eeb083 Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 25 16:05:14 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 27 06:37:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e05f7200 sci-chemistry/gromacs: Add missing dep for USE=doc Package-Manager: portage-2.2.8-r1 --- sci-chemistry/gromacs/ChangeLog | 4 ++++ sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 4 +++- sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild | 1 + sci-chemistry/gromacs/gromacs-9999.ebuild | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 6c1a34a..9176712 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Jan 2014; Justin Lecher gromacs-4.6.9999.ebuild, + gromacs-5.0_beta1.ebuild, gromacs-9999.ebuild: + Add missing dep for USE=doc + 06 Jan 2014; Justin Lecher gromacs-4.6.9999.ebuild, gromacs-5.0_beta1.ebuild, gromacs-9999.ebuild: Switch from git-2 to git-r3 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild index 604df80..c2f3435 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild @@ -19,6 +19,7 @@ if [[ $PV = *9999* ]]; then EGIT_BRANCH="release-4-6" inherit git-r3 LIVE_DEPEND="doc? ( + app-doc/doxygen dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick @@ -63,7 +64,8 @@ CDEPEND=" )" DEPEND="${CDEPEND} virtual/pkgconfig - ${LIVE_DEPEND}" + ${LIVE_DEPEND} + doc? ( app-doc/doxygen )" RDEPEND="${CDEPEND}" REQUIRED_USE=" diff --git a/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild b/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild index 14e9c85..a3eb16e 100644 --- a/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild +++ b/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild @@ -52,6 +52,7 @@ CDEPEND=" DEPEND="${CDEPEND} virtual/pkgconfig doc? ( + app-doc/doxygen dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 15e97ca..e0c2d4a 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -52,6 +52,7 @@ CDEPEND=" DEPEND="${CDEPEND} virtual/pkgconfig doc? ( + app-doc/doxygen dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick