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 8F1BF1385C7 for ; Mon, 21 Jan 2013 14:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18B0321C01B; Mon, 21 Jan 2013 14:00:36 +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 A742B21C01B for ; Mon, 21 Jan 2013 14:00:35 +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 BE8A433DAE2 for ; Mon, 21 Jan 2013 14:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 54DF1E4073 for ; Mon, 21 Jan 2013 14:00:32 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1358776801.e7ea430748b4b880d1150d1b2ba34f0a5338e4e1.alexxy@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 X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: e7ea430748b4b880d1150d1b2ba34f0a5338e4e1 X-VCS-Branch: master Date: Mon, 21 Jan 2013 14:00:32 +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: 11268159-3c01-4236-a88d-e6b41a61838e X-Archives-Hash: ea039b12a967392cfca8e70c9d2e101c commit: e7ea430748b4b880d1150d1b2ba34f0a5338e4e1 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jan 21 14:00:01 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jan 21 14:00:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e7ea4307 [sci-chemistry/gromacs] Update 4.6 series ebuild Package-Manager: portage-2.2.0_alpha158 --- sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index cddca22..0481b25 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Jan 2013; Alexey Shvetsov gromacs-4.6.9999.ebuild: + [sci-chemistry/gromacs] Update 4.6 series ebuild + 18 Jan 2013; Christoph Junghans gromacs-4.6.9999.ebuild: yet another update for git diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild index 0e2a966..c7233cc 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild @@ -4,14 +4,14 @@ EAPI=5 -TEST_PV="4.0.4" -MANUAL_PV="4.6-beta1" +TEST_PV="4.6" +MANUAL_PV="4.6" CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils eutils multilib toolchain-funcs -SRC_URI="test? ( http://${PN}.googlecode.com/files/regressiontests-master.tar.gz )" +SRC_URI="test? ( http://${PN}.googlecode.com/files/regressiontests-${TEST_PV}.tar.gz )" if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git