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 40FE71381F3 for ; Mon, 19 Nov 2012 00:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A9421C038; Mon, 19 Nov 2012 00:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2E7B21C02F for ; Mon, 19 Nov 2012 00:48:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2EB133D799 for ; Mon, 19 Nov 2012 00:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 326E1E5436 for ; Mon, 19 Nov 2012 00:48:39 +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: <1353282027.26f23038d8372b3ae2c70c92a8da5c716baf1c14.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-doc/gromacs-manual/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/gromacs-manual/ChangeLog app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild X-VCS-Directories: app-doc/gromacs-manual/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 26f23038d8372b3ae2c70c92a8da5c716baf1c14 X-VCS-Branch: master Date: Mon, 19 Nov 2012 00:48:39 +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: c7c94980-0ea8-4619-a637-4d42a30d9601 X-Archives-Hash: 98b548226448d71784d25c0b49122101 commit: 26f23038d8372b3ae2c70c92a8da5c716baf1c14 Author: Christoph Junghans gentoo org> AuthorDate: Sun Nov 18 23:40:27 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Nov 18 23:40:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=26f23038 updated build and deps Package-Manager: portage-2.2.0_alpha142 --- app-doc/gromacs-manual/ChangeLog | 4 ++++ .../gromacs-manual/gromacs-manual-4.6.9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app-doc/gromacs-manual/ChangeLog b/app-doc/gromacs-manual/ChangeLog index 338a2e3..0d75ae9 100644 --- a/app-doc/gromacs-manual/ChangeLog +++ b/app-doc/gromacs-manual/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Nov 2012; Christoph Junghans + gromacs-manual-4.6.9999.ebuild: + updated build and deps + *gromacs-manual-4.6.9999 (04 Oct 2012) 04 Oct 2012; Christoph Junghans diff --git a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild index 43597e9..de6631a 100644 --- a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild +++ b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://git.gromacs.org/manual" if [[ ${PV} = 9999 ]]; then @@ -23,9 +23,10 @@ KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" - ~sci-chemistry/gromacs-${PV} + ~sci-chemistry/gromacs-${PV}:= dev-texlive/texlive-latex - sys-apps/coreutils" + sys-apps/coreutils + app-shells/tcsh" RDEPEND="" src_prepare() {